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

Commit 0bba9c4

Browse files
committed
Merge branch 'develop' of github.com:chakra-ui/chakra-ui-vue-next into feat/input
2 parents 45eb0a1 + 60e270d commit 0bba9c4

File tree

7 files changed

+723
-329
lines changed

7 files changed

+723
-329
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)