Files
supabase/apps/www/data/frameworks.ts
2023-08-24 12:19:46 +03:00

45 lines
1.3 KiB
TypeScript

export const frameworks = {
nextjs: {
name: 'Next.js',
icon: '/images/logos/frameworks/nextjs.svg',
docs: '/docs/guides/getting-started/quickstarts/nextjs',
gaEvent: 'www_hp_hero_frameworks_nextjs',
},
react: {
name: 'React',
icon: '/images/logos/frameworks/react.svg',
docs: '/docs/guides/getting-started/quickstarts/reactjs',
gaEvent: 'www_hp_hero_frameworks_react',
},
nuxt: {
name: 'Nuxt',
icon: '/images/logos/frameworks/nuxtjs.svg',
docs: '/docs/guides/getting-started/quickstarts/nuxtjs',
gaEvent: 'www_hp_hero_frameworks_nuxt',
},
flutter: {
name: 'Flutter',
icon: '/images/logos/frameworks/flutter.svg',
docs: '/docs/guides/getting-started/quickstarts/flutter',
gaEvent: 'www_hp_hero_frameworks_flutter',
},
svelte: {
name: 'Svelte',
icon: '/images/logos/frameworks/svelte.svg',
docs: '/docs/guides/getting-started/quickstarts/sveltekit',
gaEvent: 'www_hp_hero_frameworks_svelte',
},
python: {
name: 'Python',
icon: '/images/logos/languages/python-icon.svg',
docs: '/docs/reference/python/introduction',
gaEvent: 'www_hp_hero_frameworks_python',
},
vue: {
name: 'Vue',
icon: '/images/logos/frameworks/vue.svg',
docs: '/docs/guides/getting-started/quickstarts/vue',
gaEvent: 'www_hp_hero_frameworks_vue',
},
}