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

Commit d6e68c3

Browse files
committed
chore: fix route links
1 parent 71512a4 commit d6e68c3

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

website/pages/with-vuepress.mdx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,3 @@ export default {
128128
}
129129
</script>
130130
```
131-
132-
### Codesandbox starters
133-
134-
- [Vue Starter](https://codesandbox.io/s/chakra-ui-vue-starter-2sy0g)
135-
- [Nuxt Starter](https://codesandbox.io/s/chakra-ui-nuxt-demo-f8tq4)
136-
- [Gridsome Starter](https://codesandbox.io/s/chakra-ui-gridsome-demo-038c9)
137-
138-
### Storybook Components
139-
140-
You can also view all developed components in [Storybook](https://chakra-ui-vue.netlify.com)!

website/utils/all-routes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export const components = [
6060
export const topNavLinks = [
6161
'Getting Started',
6262
'With Nuxt',
63+
'With Vuepress',
6364
'Plugin Options',
6465
'Principles',
6566
'Style Props',

0 commit comments

Comments
 (0)