Skip to content

Commit

Permalink
Merge pull request #8 from selemondev/feat/doc-links
Browse files Browse the repository at this point in the history
feat: add more doc links
  • Loading branch information
selemondev authored Jan 18, 2024
2 parents 7d64de6 + 6c967af commit 75c322c
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions src/utils/getFrameworksDocs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ export const getLanguageFrameworkDocs: LanguageFrameworkDocs = {
logo: 'https://api.iconify.design/logos:vueuse.svg'
},

{
label: 'Nuxt Sidebase Auth',
docUrl: 'https://sidebase.io/nuxt-auth/getting-started',
logo: 'https://api.iconify.design/devicon:nuxtjs.svg'
},

{
label: 'TailwindCss',
docUrl: 'https://tailwindcss.com/docs/installation',
Expand Down Expand Up @@ -106,6 +112,12 @@ export const getLanguageFrameworkDocs: LanguageFrameworkDocs = {
logo: 'https://vue-query-next-gen.vercel.app/vue-query.png'
},

{
label: 'Lucide Vue',
docUrl: 'https://lucide.dev/guide/packages/lucide-vue-next',
logo: 'https://api.iconify.design/logos:vue.svg'
},

{
label: 'Vue Testing Library',
docUrl: 'https://testing-library.com/docs/vue-testing-library/intro',
Expand Down Expand Up @@ -162,6 +174,12 @@ export const getLanguageFrameworkDocs: LanguageFrameworkDocs = {
logo: 'https://api.iconify.design/tabler:fish-hook.svg'
},

{
label: 'Next Auth',
docUrl: 'https://next-auth.js.org/getting-started/example',
logo: 'https://api.iconify.design/carbon:two-factor-authentication.svg'
},

{
label: 'TailwindCss',
docUrl: 'https://tailwindcss.com/docs/installation',
Expand Down Expand Up @@ -235,6 +253,12 @@ export const getLanguageFrameworkDocs: LanguageFrameworkDocs = {
logo: 'https://api.iconify.design/logos:react-query-icon.svg'
},

{
label: 'Lucide React',
docUrl: 'https://lucide.dev/guide/packages/lucide-react',
logo: 'https://api.iconify.design/vscode-icons:file-type-reactjs.svg'
},

{
label: 'React Testing Library',
docUrl: 'https://testing-library.com/docs/react-testing-library/intro',
Expand Down Expand Up @@ -282,6 +306,13 @@ export const getLanguageFrameworkDocs: LanguageFrameworkDocs = {
logo: 'https://api.iconify.design/logos:react-query-icon.svg'
},


{
label: 'Lucide Svelte',
docUrl: 'https://lucide.dev/guide/packages/lucide-svelte',
logo: 'https://api.iconify.design/logos:svelte-icon.svg'
},

{
label: 'Svelte Testing Library',
docUrl: 'https://testing-library.com/docs/svelte-testing-library/intro',
Expand Down Expand Up @@ -324,6 +355,12 @@ export const getLanguageFrameworkDocs: LanguageFrameworkDocs = {
label: 'Eslint',
docUrl: 'https://eslint.org/',
logo: 'https://api.iconify.design/vscode-icons:file-type-eslint.svg'
},

{
label: 'Iconify',
docUrl: 'https://icones.js.org/',
logo: 'https://api.iconify.design/lucide:wand.svg'
}
]
};

0 comments on commit 75c322c

Please sign in to comment.