Skip to content

Commit

Permalink
docs: move guides above migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv committed Oct 6, 2024
1 parent d514ad1 commit 2f1821a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -153,20 +153,20 @@ export default defineConfig({
],
},
{
label: 'Migrate',
label: 'Guides',
items: [
{
label: 'v2',
link: '/migrate/v2',
label: 'Custom Domain',
link: '/guides/custom-domain',
},
],
},
{
label: 'Guides',
label: 'Migrate',
items: [
{
label: 'Custom Domain',
link: '/guides/custom-domain',
label: 'v2',
link: '/migrate/v2',
},
],
},
Expand Down

0 comments on commit 2f1821a

Please sign in to comment.