diff --git a/docs/.vuepress/navbar/zh.ts b/docs/.vuepress/navbar/zh.ts index 7b04285..559bf61 100644 --- a/docs/.vuepress/navbar/zh.ts +++ b/docs/.vuepress/navbar/zh.ts @@ -2,7 +2,7 @@ import { navbar } from "vuepress-theme-hope"; export const zhNavbar = navbar([ "/", - { text: "指南", icon: "discover", link: "/guide/class-convert" }, - { text: "更新日志", icon: "discover", link: "/release/log" } + { text: "指南", icon: "api", link: "/guide/class-convert" }, + { text: "更新日志", icon: "blog", link: "/release/log" } ]); diff --git a/docs/.vuepress/sidebar/zh.ts b/docs/.vuepress/sidebar/zh.ts index 57c3390..c53d35f 100644 --- a/docs/.vuepress/sidebar/zh.ts +++ b/docs/.vuepress/sidebar/zh.ts @@ -10,7 +10,6 @@ export const zhSidebar = sidebar({ }, { text: "指南", - icon: "note", prefix: "guide/", children: "structure", }, diff --git a/docs/guide/class-convert.md b/docs/guide/class-convert.md index c8dbaae..b8329d9 100644 --- a/docs/guide/class-convert.md +++ b/docs/guide/class-convert.md @@ -1,6 +1,5 @@ --- title: 两个类之间的转换 -icon: creative order: 1 category: - 指南 diff --git a/docs/guide/converter-api.md b/docs/guide/converter-api.md index b816df7..4a35e24 100644 --- a/docs/guide/converter-api.md +++ b/docs/guide/converter-api.md @@ -1,6 +1,5 @@ --- title: 类转换 API -icon: creative order: 4 category: - 指南 diff --git a/docs/guide/faq.md b/docs/guide/faq.md index a2dd3f2..9f888b8 100644 --- a/docs/guide/faq.md +++ b/docs/guide/faq.md @@ -1,6 +1,5 @@ --- title: 常见问题 -icon: creative order: 5 category: - 指南 diff --git a/docs/guide/map-to-class.md b/docs/guide/map-to-class.md index 958830e..fb683f3 100644 --- a/docs/guide/map-to-class.md +++ b/docs/guide/map-to-class.md @@ -1,6 +1,5 @@ --- title: Map 转对象 -icon: creative order: 2 category: - 指南 diff --git a/docs/guide/multiple-class-convert.md b/docs/guide/multiple-class-convert.md index 6e73ca3..c3d6805 100644 --- a/docs/guide/multiple-class-convert.md +++ b/docs/guide/multiple-class-convert.md @@ -1,6 +1,5 @@ --- title: 一个类与多个类之间转换 -icon: creative order: 3 category: - 指南 diff --git a/docs/introduction/README.md b/docs/introduction/README.md index e930862..e4b5c12 100644 --- a/docs/introduction/README.md +++ b/docs/introduction/README.md @@ -1,6 +1,5 @@ --- title: 简介 -icon: creative order: 1 category: - 介绍 diff --git a/docs/introduction/install.md b/docs/introduction/install.md index 738aac3..c408ff9 100644 --- a/docs/introduction/install.md +++ b/docs/introduction/install.md @@ -1,6 +1,5 @@ --- title: 安装 -icon: creative order: 2 category: - 介绍 diff --git a/docs/introduction/quick-start.md b/docs/introduction/quick-start.md index 663c7de..f11f149 100644 --- a/docs/introduction/quick-start.md +++ b/docs/introduction/quick-start.md @@ -1,6 +1,5 @@ --- title: 快速开始 -icon: creative order: 3 category: - 介绍 diff --git a/docs/release/log.md b/docs/release/log.md index af7c93b..6352b73 100644 --- a/docs/release/log.md +++ b/docs/release/log.md @@ -1,6 +1,5 @@ --- title: 更新日志 -icon: creative order: 1 category: - 更新日志