Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Dec 19, 2023
1 parent f6a7dd8 commit 29c2e1a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export default defineConfig({
},
],
},
{ text: 'Features', link: '/guide/features' },
{
text: `v${version}`,
items: VERSIONS,
Expand Down
Empty file removed docs/guide/index.md
Empty file.
11 changes: 6 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,17 @@ hero:
features:
- icon: ⚡️
title: Developer experience
details: Further enhance your DX!
- icon: 🍃
title: Component Wizard
details: See the component node tree, state, and the relationships.
details: Enhance your Vue development journey with an amazing experience!
- icon: 🎛
title: Extensive App
details: Vite Plugin, Browser Extension, Electron App, There always one for you.
details: Vite Plugin, Browser Extension, Standalone App, There always one for you.
- icon: 🔌
title: Extendable
details: Provide plugin API for integrations, a friendly bridge between your libraries and the devtools.

- icon: 🍃
title: Component Wizard
details: See the component node tree, state, and the relationships.
---

<Home />

0 comments on commit 29c2e1a

Please sign in to comment.