mirror of
https://github.com/Wcowin/Mkdocs-Wcowin.git
synced 2025-07-20 08:56:35 +00:00
必要的依赖配置
This commit is contained in:
parent
e5afb27d5c
commit
493cbe1c5d
@ -186,6 +186,11 @@ plugins:
|
|||||||
- tags:
|
- tags:
|
||||||
tags_file: tag.md #分类标签
|
tags_file: tag.md #分类标签
|
||||||
|
|
||||||
|
# 外部引用插件,一个 MkDocs 插件,它将 mkdocs.yml 额外变量注入到 markdown 模板中
|
||||||
|
# https://github.com/rosscdh/mkdocs-markdownextradata-plugin
|
||||||
|
- markdownextradata:
|
||||||
|
data: ./docs/_data/ # 额外数据文件
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
markdown_extensions: #详见https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/ 和 https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/
|
markdown_extensions: #详见https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/ 和 https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user