Skip to content

Commit

Permalink
Reorder quick start items based on popularity
Browse files Browse the repository at this point in the history
  • Loading branch information
ebenezerdon committed Feb 20, 2025
1 parent bfe377c commit a3ef6f7
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions src/routes/docs/quick-starts/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@
{
title: 'Web app',
quickStarts: [
{
title: 'Web',
icon: 'icon-js',
image: '/images/blog/placeholder.png',
href: 'web'
},
{
title: 'Next.js',
icon: 'icon-nextjs',
Expand All @@ -43,64 +37,70 @@
image: '/images/blog/placeholder.png',
href: 'vue'
},
{
title: 'Nuxt',
icon: 'web-icon-nuxt',
image: '/images/blog/placeholder.png',
href: 'nuxt'
},
{
title: 'SvelteKit',
icon: 'icon-svelte',
image: '/images/blog/placeholder.png',
href: 'sveltekit'
},
{
title: 'Refine',
icon: 'web-icon-refine',
image: '/images/blog/placeholder.png',
href: 'refine'
},
{
title: 'Angular',
icon: 'icon-angular',
image: '/images/blog/placeholder.png',
href: 'angular'
},
{
title: 'Nuxt',
icon: 'web-icon-nuxt',
image: '/images/blog/placeholder.png',
href: 'nuxt'
},
{
title: 'Refine',
icon: 'web-icon-refine',
image: '/images/blog/placeholder.png',
href: 'refine'
},
{
title: 'Solid',
icon: 'icon-solidjs',
image: '/images/blog/placeholder.png',
href: 'solid'
},
{
title: 'Web',
icon: 'icon-js',
image: '/images/blog/placeholder.png',
href: 'web'
}
]
},
{
title: 'Mobile and native',
quickStarts: [
{
title: 'React Native',
icon: 'icon-react-native',
image: '/images/blog/placeholder.png',
href: 'react-native'
},
{
title: 'Flutter',
icon: 'icon-flutter',
image: '/images/blog/placeholder.png',
href: 'flutter'
},
{
title: 'Apple',
icon: 'icon-apple',
title: 'React Native',
icon: 'icon-react-native',
image: '/images/blog/placeholder.png',
href: 'apple'
href: 'react-native'
},
{
title: 'Android',
icon: 'icon-android',
image: '/images/blog/placeholder.png',
href: 'android'
},
{
title: 'Apple',
icon: 'icon-apple',
image: '/images/blog/placeholder.png',
href: 'apple'
}
]
},
Expand All @@ -120,10 +120,10 @@
href: 'python'
},
{
title: 'Dart',
icon: 'icon-dart',
title: '.NET',
icon: 'icon-dotnet',
image: '/images/blog/placeholder.png',
href: 'dart'
href: 'dotnet'
},
{
title: 'PHP',
Expand All @@ -132,16 +132,16 @@
href: 'php'
},
{
title: 'Ruby',
icon: 'icon-ruby',
title: 'Dart',
icon: 'icon-dart',
image: '/images/blog/placeholder.png',
href: 'ruby'
href: 'dart'
},
{
title: '.NET',
icon: 'icon-dotnet',
title: 'Ruby',
icon: 'icon-ruby',
image: '/images/blog/placeholder.png',
href: 'dotnet'
href: 'ruby'
},
{
title: 'Deno',
Expand Down

0 comments on commit a3ef6f7

Please sign in to comment.