Skip to content

Commit

Permalink
config: disable prev/next buttons entirely
Browse files Browse the repository at this point in the history
They don't work the way our guide does. Our guide, for a lack of a
better word, interleaves between paths, so the next button is almost
always incorrect.

We have always added a button to the correct next page manually anyway,
so just rely on that.
  • Loading branch information
lifehackerhansol committed Oct 21, 2024
1 parent 0353329 commit 2e966f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ export default defineConfig({
description: "Switch CFW Guide.",
head: [['link', { rel: 'icon', href: '/img/favicon.ico' }]],
themeConfig: {
docFooter: {
prev: false,
next: false
},
socialLinks: [
{ icon: 'discord', link: 'https://discord.gg/C29hYvh' },
{ icon: 'github', link: 'https://github.com/nh-server/switch-guide' }
Expand Down

0 comments on commit 2e966f8

Please sign in to comment.