We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50af33 commit e5b0718Copy full SHA for e5b0718
.gitignore
@@ -5,5 +5,7 @@ node_modules
5
.vitepress/dist
6
.vitepress/cache
7
8
+explore/
9
+
10
yarn.lock
11
.DS_Store
.vitepress/nav.ts
@@ -52,7 +52,7 @@ export default [
52
icon: 'CubeTransparentIcon',
53
},
54
{
55
- text: 'API',
+ text: 'API Reference',
56
link: '/api/',
57
activeMatch: '^/api',
58
icon: 'CodeBracketIcon',
content/ui/index.md
@@ -7,7 +7,7 @@ contributors: false
import uiSidebar from "./sidebar";
function category(name: string) {
- return uiSidebar[0].items.find(i => i.text === 'Layout Containers').items
+ return uiSidebar[0].items.find(i => i.text === name).items
}
12
</script>
13
0 commit comments