docs: improve docs
This commit is contained in:
parent
f5885abbc0
commit
5c7c1284fc
@ -127,6 +127,25 @@ export const navbar = defineNavbarConfig([
|
||||
text: '公共服务',
|
||||
items: [
|
||||
{icon: '/icon/openai.svg', text: '生成式人工智能', link: '/public-service/GPT/'},
|
||||
{
|
||||
icon: 'skill-icons:git',
|
||||
text: 'Git 代码托管平台',
|
||||
link: '/public-service/code-manage/gitlab-ee/'
|
||||
},
|
||||
{
|
||||
icon: '/icon/mirror.svg',
|
||||
text: '重庆医科大学开源软件镜像站',
|
||||
link: '/public-service/cqmu-mirror/'
|
||||
},
|
||||
{
|
||||
icon: '/icon/overleaf.svg',
|
||||
text: 'Overleaf LaTeX协作平台',
|
||||
link: '/public-service/overleaf/'
|
||||
},
|
||||
{
|
||||
icon: 'fluent-color:data-area-32',
|
||||
text: '数据中心',
|
||||
items: [
|
||||
{
|
||||
icon: 'https://alist.nn.ci/logo.svg',
|
||||
text: 'Alist动态软件镜像站',
|
||||
@ -153,20 +172,7 @@ export const navbar = defineNavbarConfig([
|
||||
text: '文书及申报资料网',
|
||||
link: '/public-service/data-center/official-documents-web/'
|
||||
},
|
||||
{
|
||||
icon: 'skill-icons:git',
|
||||
text: 'Git 代码托管平台',
|
||||
link: '/public-service/code-manage/gitlab-ee/'
|
||||
},
|
||||
{
|
||||
icon: '/icon/mirror.svg',
|
||||
text: '重庆医科大学开源软件镜像站',
|
||||
link: '/public-service/cqmu-mirror/'
|
||||
},
|
||||
{
|
||||
icon: '/icon/overleaf.svg',
|
||||
text: 'Overleaf LaTeX协作平台',
|
||||
link: '/public-service/overleaf/'
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
|
@ -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属性设置
|
||||
|
Loading…
x
Reference in New Issue
Block a user