Skip to content

Commit

Permalink
Move guides to the navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
misike12 committed Jul 22, 2024
1 parent 1dc4fec commit f42e653
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@ export default defineConfig({
{ text: 'Marketplace', link: '/marketplace/' },
{ text: 'DMCA', link: '/dmca/' },
{ text: 'Credits', link: '/credits/' },
{ text: 'Guides',
items: [
{ text: 'Windows',
items: [
{ text: 'Unban Your Account', link: '/guides/unban-your-account' }
]
}
]
}
],

sidebar: [
Expand Down Expand Up @@ -114,13 +123,6 @@ export default defineConfig({
{ text: 'Minecraft for Wii', link: '/console/minecraft-for-wii' }
]
},
{
text: 'Guides',
collapsed: false,
items: [
{ text: '(Win Only) Unban MC Account', link: '/guides/unban-your-account' }
]
},
],

outline: {
Expand Down

0 comments on commit f42e653

Please sign in to comment.