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:
lifehackerhansol 2024-09-16 15:21:10 -07:00
parent d0648eac1c
commit 06109b00e2
No known key found for this signature in database
GPG Key ID: 80FB184AFC0B3B0E

View File

@ -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' }