Skip to content

Commit 1b488b0

Browse files
committed
website: update left nav for user guide
1 parent 48eabfb commit 1b488b0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ export default defineConfig({
5757
text: "QuickView",
5858
items: [
5959
{ text: "Getting started", link: "/guides/quickview" },
60-
{ text: "Toolbar", link: "/guides/quickview/toolbar" },
61-
{ text: "Resources", link: "/guides/quickview/resources" },
60+
{ text: "Toolbar", link: "/guides/quickview/toolbar" },
61+
{ text: "Viewport", link: "/guides/quickview/viewport" },
62+
{ text: "Resources",link: "/guides/quickview/resources" },
6263
],
6364
},
6465
{

0 commit comments

Comments
 (0)