Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 60e270d

Browse files
Merge pull request #100 from chakra-ui/docs/getting-started-vitepress
Docs/getting started vitepress
2 parents 8739eb9 + 32b4aac commit 60e270d

File tree

8 files changed

+904
-267
lines changed

8 files changed

+904
-267
lines changed

docs/.vitepress/config.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,16 @@ function getSetupSidebar() {
4040
text: 'Introduction',
4141
children: [
4242
{ text: 'Chakra UI Vue', link: '/' },
43-
{ text: 'Getting Started', link: '/guide/getting-started' }
43+
{ text: 'Getting Started', link: '/pages/getting-started/getting-started' },
44+
{ text: 'Plugin Options', link: '/pages/getting-started/plugin-options' },
45+
{ text: 'Principles', link: '/pages/getting-started/principles' },
46+
{ text: 'Changelog', link: '/pages/getting-started/changelog' }
47+
]
48+
},
49+
{
50+
text: 'Features',
51+
children: [
52+
{ text: 'Style Props', link: '/pages/features/style-props' }
4453
]
4554
},
4655
{

0 commit comments

Comments
 (0)