From 8a6e18562f788ea40a9e0c388b99add9940c7e31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E4=BA=9A=E6=98=95?= <1549469775@qq.com> Date: Fri, 28 Nov 2025 17:47:25 +0800 Subject: [PATCH] feat: update README and configuration for Vaguer, add new guide documentation --- docs/.vuepress/config.ts | 10 ++++++++-- docs/README.md | 4 ++-- docs/guide/README.md | 29 +++++++++++++++++++++++++++++ docs/guide/vue/README.md | 1 + docs/guide/vue/test01.md | 1 + 5 files changed, 41 insertions(+), 4 deletions(-) create mode 100644 docs/guide/README.md create mode 100644 docs/guide/vue/README.md create mode 100644 docs/guide/vue/test01.md diff --git a/docs/.vuepress/config.ts b/docs/.vuepress/config.ts index 303a29f..7832e4b 100644 --- a/docs/.vuepress/config.ts +++ b/docs/.vuepress/config.ts @@ -1,5 +1,11 @@ -import path from 'path' - export default { + base: "./", + title: 'Vaguer', plugins: ['demo-container'], + themeConfig: { + nav: [ + { text: 'Home', link: '/' } + ], + sidebar: {} + } } \ No newline at end of file diff --git a/docs/README.md b/docs/README.md index 9690a97..6243697 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ -# Hello VuePressasd +# Hello Vaguer -组件展示 +Vue2组件展示 ::: demo 此处放置代码示例的描述信息,支持 `Markdown` 语法,**描述信息只支持单行** ```html diff --git a/docs/guide/README.md b/docs/guide/README.md new file mode 100644 index 0000000..9690a97 --- /dev/null +++ b/docs/guide/README.md @@ -0,0 +1,29 @@ +# Hello VuePressasd + +组件展示 + +::: demo 此处放置代码示例的描述信息,支持 `Markdown` 语法,**描述信息只支持单行** +```html + + + +``` +::: \ No newline at end of file diff --git a/docs/guide/vue/README.md b/docs/guide/vue/README.md new file mode 100644 index 0000000..56000ef --- /dev/null +++ b/docs/guide/vue/README.md @@ -0,0 +1 @@ +fuck \ No newline at end of file diff --git a/docs/guide/vue/test01.md b/docs/guide/vue/test01.md new file mode 100644 index 0000000..5e3f9c9 --- /dev/null +++ b/docs/guide/vue/test01.md @@ -0,0 +1 @@ +# sda \ No newline at end of file