新增文档
This commit is contained in:
179
mkdocs.yml
179
mkdocs.yml
@@ -1,88 +1,91 @@
|
||||
site_name: 个人知识库
|
||||
site_description: 个人技术文档和知识管理平台
|
||||
site_author: renjianbo
|
||||
site_url: http://101.43.95.130:8000/
|
||||
|
||||
# 主题配置
|
||||
theme:
|
||||
name: material
|
||||
palette:
|
||||
# 浅色模式
|
||||
- scheme: default
|
||||
primary: indigo
|
||||
accent: indigo
|
||||
toggle:
|
||||
icon: material/brightness-7
|
||||
name: 切换到深色模式
|
||||
# 深色模式
|
||||
- scheme: slate
|
||||
primary: indigo
|
||||
accent: indigo
|
||||
toggle:
|
||||
icon: material/brightness-4
|
||||
name: 切换到浅色模式
|
||||
features:
|
||||
- navigation.tabs
|
||||
- navigation.sections
|
||||
- navigation.expand
|
||||
- navigation.top
|
||||
- search.suggest
|
||||
- search.highlight
|
||||
- content.code.annotate
|
||||
- content.code.copy
|
||||
icon:
|
||||
repo: fontawesome/brands/git-alt
|
||||
|
||||
# 插件配置
|
||||
plugins:
|
||||
- search
|
||||
- minify:
|
||||
minify_html: true
|
||||
|
||||
# 导航配置
|
||||
nav:
|
||||
- 首页: index.md
|
||||
- 开发指南:
|
||||
- 开发指南/快速开始.md
|
||||
- 开发指南/项目结构.md
|
||||
- 开发指南/开发规范.md
|
||||
- DevOps平台:
|
||||
- DevOps平台/Gerrit使用指南.md
|
||||
- DevOps平台/Gitea使用指南.md
|
||||
- DevOps平台/Drone CI使用指南.md
|
||||
- DevOps平台/MinIO使用指南.md
|
||||
- DevOps平台/Nexus使用指南.md
|
||||
- 技术文档:
|
||||
- 技术文档/架构设计.md
|
||||
- 技术文档/API文档.md
|
||||
- 技术文档/部署文档.md
|
||||
- 学习笔记:
|
||||
- 学习笔记/Java学习.md
|
||||
- 学习笔记/前端学习.md
|
||||
- 学习笔记/DevOps学习.md
|
||||
- 学习笔记/gerrit上传代码详细指南.md
|
||||
- 学习笔记/MkDocs 是什么.md
|
||||
|
||||
# Markdown扩展
|
||||
markdown_extensions:
|
||||
- pymdownx.highlight:
|
||||
anchor_linenums: true
|
||||
- pymdownx.inlinehilite
|
||||
- pymdownx.snippets
|
||||
- pymdownx.superfences:
|
||||
custom_fences:
|
||||
- name: mermaid
|
||||
class: mermaid
|
||||
format: !!python/name:pymdownx.superfences.fence_code_format
|
||||
- admonition
|
||||
- pymdownx.details
|
||||
- pymdownx.tabbed:
|
||||
alternate_style: true
|
||||
- attr_list
|
||||
- md_in_html
|
||||
- toc:
|
||||
permalink: true
|
||||
|
||||
# 版权信息
|
||||
copyright: Copyright © 2024 renjianbo
|
||||
|
||||
site_name: 个人知识库
|
||||
site_description: 个人技术文档和知识管理平台
|
||||
site_author: renjianbo
|
||||
site_url: http://101.43.95.130:8000/
|
||||
|
||||
# 主题配置
|
||||
theme:
|
||||
name: material
|
||||
palette:
|
||||
# 浅色模式
|
||||
- scheme: default
|
||||
primary: indigo
|
||||
accent: indigo
|
||||
toggle:
|
||||
icon: material/brightness-7
|
||||
name: 切换到深色模式
|
||||
# 深色模式
|
||||
- scheme: slate
|
||||
primary: indigo
|
||||
accent: indigo
|
||||
toggle:
|
||||
icon: material/brightness-4
|
||||
name: 切换到浅色模式
|
||||
features:
|
||||
- navigation.tabs
|
||||
- navigation.sections
|
||||
- navigation.expand
|
||||
- navigation.top
|
||||
- search.suggest
|
||||
- search.highlight
|
||||
- content.code.annotate
|
||||
- content.code.copy
|
||||
icon:
|
||||
repo: fontawesome/brands/git-alt
|
||||
|
||||
# 插件配置
|
||||
plugins:
|
||||
- search
|
||||
- minify:
|
||||
minify_html: true
|
||||
|
||||
# 导航配置
|
||||
nav:
|
||||
- 首页: index.md
|
||||
- 开发指南:
|
||||
- 开发指南/快速开始.md
|
||||
- 开发指南/项目结构.md
|
||||
- 开发指南/开发规范.md
|
||||
- DevOps平台:
|
||||
- DevOps平台/Gerrit使用指南.md
|
||||
- DevOps平台/Gitea使用指南.md
|
||||
- DevOps平台/Drone CI使用指南.md
|
||||
- DevOps平台/MinIO使用指南.md
|
||||
- DevOps平台/Nexus使用指南.md
|
||||
- 技术文档:
|
||||
- 技术文档/架构设计.md
|
||||
- 技术文档/API文档.md
|
||||
- 技术文档/部署文档.md
|
||||
- 学习笔记:
|
||||
- 学习笔记/Java学习.md
|
||||
- 学习笔记/前端学习.md
|
||||
- 学习笔记/DevOps学习.md
|
||||
- 学习笔记/gerrit上传代码详细指南.md
|
||||
- 学习笔记/gerrit分支规范.md
|
||||
- 学习笔记/生成并配置SSH密钥、克隆仓库.md
|
||||
- 学习笔记/git设置用户名和邮箱.md
|
||||
- 学习笔记/git同步远程分支总结.md
|
||||
- 学习笔记/MkDocs 是什么.md
|
||||
|
||||
# Markdown扩展
|
||||
markdown_extensions:
|
||||
- pymdownx.highlight:
|
||||
anchor_linenums: true
|
||||
- pymdownx.inlinehilite
|
||||
- pymdownx.snippets
|
||||
- pymdownx.superfences:
|
||||
custom_fences:
|
||||
- name: mermaid
|
||||
class: mermaid
|
||||
format: !!python/name:pymdownx.superfences.fence_code_format
|
||||
- admonition
|
||||
- pymdownx.details
|
||||
- pymdownx.tabbed:
|
||||
alternate_style: true
|
||||
- attr_list
|
||||
- md_in_html
|
||||
- toc:
|
||||
permalink: true
|
||||
|
||||
# 版权信息
|
||||
copyright: Copyright © 2024 renjianbo
|
||||
|
||||
Reference in New Issue
Block a user