Skip to content

Commit

Permalink
docs: fix docs Previous and Next pages
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed May 25, 2023
1 parent 2761d94 commit e8e270d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default {
collapsed: false,
collapisble: true,
items: [
{ text: 'Welcome', link: '/hello-world/index' },
{ text: 'Welcome', link: '/hello-world/' },
{ text: 'Installation', link: '/hello-world/installation' },
{ text: 'Hello World', link: '/hello-world/hello-world' },
{ text: 'Setup', link: '/hello-world/setup' }
Expand All @@ -60,7 +60,7 @@ export default {
collapsed: false,
collapisble: true,
items: [
{ text: 'Operations', link: '/reference/operations/index' },
{ text: 'Operations', link: '/reference/operations/' },
{ text: 'Methods', link: '/reference/methods' },
]
},
Expand Down Expand Up @@ -106,7 +106,7 @@ export default {
collapsed: true,
collapisble: true,
items: [
{ text: 'Troubleshooting', link: '/troubleshooting/index' },
{ text: 'Troubleshooting', link: '/troubleshooting/' },
{
text: 'Morph Sanity Checklist',
link: '/troubleshooting/morph-checklist'
Expand Down

0 comments on commit e8e270d

Please sign in to comment.