Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit bcd62dc

Browse files
committed
build(mkdocs): 更新文档工程配置
1 parent c6844db commit bcd62dc

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

mkdocs.yml

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,32 @@
1-
site_name: My Docs
1+
# 站点名称
2+
site_name: 'R-CNN'
3+
# 仓库链接
4+
repo_url: https://github.com/zjZSTU/R-CNN.git
5+
# 作者
6+
site_author: 'zhujian'
7+
# 版权信息
8+
copyright: '2020, zhujian'
9+
# 源文件目录
10+
docs_dir: 'docs'
11+
# 生成静态文件目录
12+
site_dir: 'site'
13+
# 额外信息
14+
extra:
15+
# 版本号
16+
version: 0.1.0
17+
# 主题
18+
theme:
19+
# name: 'readthedocs'
20+
# name: 'mkdocs'
21+
name: 'material'
22+
# markdown扩展
23+
markdown_extensions:
24+
- toc:
25+
permalink: true
26+
- pymdownx.arithmatex
27+
28+
extra_javascript:
29+
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
30+
# 导航
31+
nav:
32+
- Home: index.md

0 commit comments

Comments
 (0)