diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 881d97f..ae91921 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -12,6 +12,11 @@ export default defineConfig({ // 如果使用自定义域名或部署到根路径,注释掉 base 或设置为 '/' base: '/Message-Push-Nest/', + // 网站图标 + head: [ + ['link', { rel: 'icon', href: '/Message-Push-Nest/logo.svg' }] + ], + themeConfig: { logo: '/logo.svg', @@ -25,27 +30,9 @@ export default defineConfig({ sidebar: { '/guide/': [ - { - text: '开始', - items: [ - { text: '介绍', link: '/guide/introduction' }, - { text: '特色功能', link: '/guide/features' }, - { text: '更新日志', link: '/guide/changelog' } - ] - }, - { - text: '配置', - items: [ - { text: '配置说明', link: '/guide/configuration' }, - { text: 'EmbedHtml说明', link: '/guide/embed-html' } - ] - }, - // { - // text: '文档部署', - // items: [ - // { text: '部署到 GitHub Pages', link: '/guide/deploy-to-github-pages' } - // ] - // } + { text: '介绍', link: '/guide/introduction' }, + { text: '特色功能', link: '/guide/features' }, + { text: '更新日志', link: '/guide/changelog' } ], '/deployment/': [ { @@ -57,6 +44,13 @@ export default defineConfig({ { text: 'Docker部署', link: '/deployment/docker' }, { text: 'Docker Compose', link: '/deployment/docker-compose' } ] + }, + { + text: '配置', + items: [ + { text: '配置说明', link: '/deployment/configuration' }, + { text: 'EmbedHtml说明', link: '/deployment/embed-html' } + ] } ], '/api/': [ @@ -76,7 +70,7 @@ export default defineConfig({ footer: { message: 'Released under the MIT License.', - copyright: 'Copyright © 2024-present Message Nest' + copyright: 'Copyright © 2024-present Message-Push-Nest' }, search: { diff --git a/docs/guide/configuration.md b/docs/deployment/configuration.md similarity index 100% rename from docs/guide/configuration.md rename to docs/deployment/configuration.md diff --git a/docs/guide/embed-html.md b/docs/deployment/embed-html.md similarity index 100% rename from docs/guide/embed-html.md rename to docs/deployment/embed-html.md diff --git a/docs/guide/features.md b/docs/guide/features.md index 046629d..cd57a7e 100644 --- a/docs/guide/features.md +++ b/docs/guide/features.md @@ -1,18 +1,4 @@ -# 特色功能 - -## 核心特性 - -### 🔄 整合性 - -提供了多种消息推送方式,包括邮件、钉钉、企业微信等,方便你集中管理和定制通知。 - -### 🎨 自定义性 - -可以根据需求定制消息推送策略,满足不同场景的个性化需求。 - -### 🛠 开放性 - -易于扩展和集成新的消息通知服务,以适应未来的变化。 +。 ## 支持的推送方式 diff --git a/docs/index.md b/docs/index.md index f5aa0f7..6018457 100644 --- a/docs/index.md +++ b/docs/index.md @@ -49,7 +49,7 @@ features: details: 支持数据统计展示,查看消息发送情况。 --- -## 快速开始 + diff --git a/docs/public/logo.svg b/docs/public/logo.svg index d40af89..4b0610d 100644 --- a/docs/public/logo.svg +++ b/docs/public/logo.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file