We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48eabfb commit 1b488b0Copy full SHA for 1b488b0
1 file changed
docs/.vitepress/config.mjs
@@ -57,8 +57,9 @@ export default defineConfig({
57
text: "QuickView",
58
items: [
59
{ text: "Getting started", link: "/guides/quickview" },
60
- { text: "Toolbar", link: "/guides/quickview/toolbar" },
61
- { text: "Resources", link: "/guides/quickview/resources" },
+ { text: "Toolbar", link: "/guides/quickview/toolbar" },
+ { text: "Viewport", link: "/guides/quickview/viewport" },
62
+ { text: "Resources",link: "/guides/quickview/resources" },
63
],
64
},
65
{
0 commit comments