From 5c7c1284fc2acf989a84e2b9ac3883028a0bd0cc Mon Sep 17 00:00:00 2001 From: rand777 Date: Wed, 19 Mar 2025 06:22:34 +0800 Subject: [PATCH] docs: improve docs --- docs/.vuepress/navbar.ts | 58 ++++++++++++++++++++++------------------ docs/notes/contribute.md | 18 ++++++------- 2 files changed, 41 insertions(+), 35 deletions(-) diff --git a/docs/.vuepress/navbar.ts b/docs/.vuepress/navbar.ts index 3cbf020..84fdecb 100644 --- a/docs/.vuepress/navbar.ts +++ b/docs/.vuepress/navbar.ts @@ -127,32 +127,6 @@ export const navbar = defineNavbarConfig([ text: '公共服务', items: [ {icon: '/icon/openai.svg', text: '生成式人工智能', link: '/public-service/GPT/'}, - { - icon: 'https://alist.nn.ci/logo.svg', - text: 'Alist动态软件镜像站', - link: '/public-service/data-center/pguide-alist/' - }, - { - icon: 'line-md:download-loop', - text: '常用软件推荐及下载', - link: '/public-service/data-center/common-softwares-recommand-and-download/' - }, - { - icon: 'teenyicons:docker-outline', - text: 'docker私有镜像管理', - link: '/public-service/data-center/docker-registry/' - }, - {icon: 'ic:round-storage', text: 'PGuide OSS对象存储', link: '/public-service/data-center/minio/'}, - { - icon: 'fluent-emoji-flat:medical-symbol', - text: '全球医学公开数据导航', - link: '/public-service/data-center/global-medical-open-data-web/' - }, - { - icon: 'vscode-icons:file-type-word', - text: '文书及申报资料网', - link: '/public-service/data-center/official-documents-web/' - }, { icon: 'skill-icons:git', text: 'Git 代码托管平台', @@ -168,6 +142,38 @@ export const navbar = defineNavbarConfig([ text: 'Overleaf LaTeX协作平台', link: '/public-service/overleaf/' }, + { + icon: 'fluent-color:data-area-32', + text: '数据中心', + items: [ + { + icon: 'https://alist.nn.ci/logo.svg', + text: 'Alist动态软件镜像站', + link: '/public-service/data-center/pguide-alist/' + }, + { + icon: 'line-md:download-loop', + text: '常用软件推荐及下载', + link: '/public-service/data-center/common-softwares-recommand-and-download/' + }, + { + icon: 'teenyicons:docker-outline', + text: 'docker私有镜像管理', + link: '/public-service/data-center/docker-registry/' + }, + {icon: 'ic:round-storage', text: 'PGuide OSS对象存储', link: '/public-service/data-center/minio/'}, + { + icon: 'fluent-emoji-flat:medical-symbol', + text: '全球医学公开数据导航', + link: '/public-service/data-center/global-medical-open-data-web/' + }, + { + icon: 'vscode-icons:file-type-word', + text: '文书及申报资料网', + link: '/public-service/data-center/official-documents-web/' + }, + ] + }, {text: '', link: ''} diff --git a/docs/notes/contribute.md b/docs/notes/contribute.md index 9307c50..29556b9 100644 --- a/docs/notes/contribute.md +++ b/docs/notes/contribute.md @@ -189,22 +189,22 @@ graph TD - plume.config.ts #主题选项配置 - notes - CS-DIY #计算机自学指南 - - 子目录 + - … - 公共服务 #项导公开的服务 - - 子目录 + - … - 后台管理 #后台管理界面 - - 子目录 + - … - 大学百科 #大学百科全书 - - 子目录 + - … - 学习笔记 - - 子目录 + - … - 项目文档 #包含项目的介绍、人员等 - - 子目录 + - … - begin.md #“开始阅读”页 - contribute.md #“贡献”页 - - friends-organizations #友情链接-组织页 - - friends-persons #友情链接-个人页 - - friends-quotes #友情链接-常见问题页 + - friends-organizations.md #友情链接-组织页 + - friends-persons.md #友情链接-个人页 + - friends-quotes.md #友情链接-常见问题页 - Templates.md #Vuepress Plume模板页 - README.md - .gitattributes #git属性设置