mkdoc.md

TODO

mkdocs

使用

https://yangjh.gitee.io/mkdocs/

启动

https://squidfunk.github.io/mkdocs-material/reference/diagrams/

mkdocs serve –dev-addr 172.16.1.216:12520 -f mkdocs.yml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
site_name: stone-mdstorage
site_url: http://172.16.1.216:12520
theme:
name: 'material'
features:
- mermaid

markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format

插件

https://github.com/mkdocs/mkdocs/wiki/MkDocs-Plugins


mkdoc.md
https://abrance.github.io/2024/08/29/domain/文档/mkdocs/
Author
xiaoy
Posted on
August 29, 2024
Licensed under