mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2024-12-03 15:42:21 +00:00
config: disable prev/next buttons entirely
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.
This commit is contained in:
parent
d0648eac1c
commit
06109b00e2
@ -20,6 +20,10 @@ export default defineConfig({
|
||||
root: i18n.en_US
|
||||
},
|
||||
themeConfig: {
|
||||
docFooter: {
|
||||
prev: false,
|
||||
next: false
|
||||
},
|
||||
socialLinks: [
|
||||
{ icon: 'discord', link: 'https://discord.gg/MWxPgEp' },
|
||||
{ icon: 'github', link: 'https://github.com/hacks-guide/Guide_3DS' }
|
||||
|
Loading…
Reference in New Issue
Block a user