diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index acfebf4a..53bb96da 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -40,6 +40,7 @@ export default defineConfig({ }, ], }, + { text: 'Features', link: '/guide/features' }, { text: `v${version}`, items: VERSIONS, diff --git a/docs/guide/index.md b/docs/guide/index.md deleted file mode 100644 index e69de29b..00000000 diff --git a/docs/index.md b/docs/index.md index e45f015c..b1e8d85c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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. ---