Skip to content

Commit

Permalink
docs: fix broken next page link on welcome page (#661)
Browse files Browse the repository at this point in the history
Fixes the broken Next Page Link on the Welcome page of the
documentation.

Additionally updates `vitepress` to `1.0.0-beta.1`

Fixes #660
  • Loading branch information
marcoroth authored May 25, 2023
1 parent 584d5c8 commit 3fca175
Show file tree
Hide file tree
Showing 3 changed files with 486 additions and 431 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default {
text: "Hello World",
collapisble: true,
items: [
{ text: "Welcome", link: "/hello-world/index" },
{ text: "Welcome", link: "/hello-world/" },
{ text: "Setup", link: "/hello-world/setup" },
{ text: "Quick Start", link: "/hello-world/quickstart" },
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
"prettier-standard": "^16.4.1",
"rollup": "^3.19.1",
"toastify-js": "^1.12.0",
"vitepress": "^1.0.0-alpha.56"
"vitepress": "^1.0.0-beta.1"
}
}
Loading

0 comments on commit 3fca175

Please sign in to comment.