- link
- documentation
- link publishing your site, github-action
- github/mkdocs
- github/mkdocs-jupyter
- github/catalog list of plugin
- github/pygments: generic syntax highligher
- documentation
- install
conda install -c conda-forge mkdocspip install mkdocs
mkdocs.ymlsite_name: requiredsite_url: 默认值https://example.com/
- ignore
.foo.md,.bar/baz.md
mkdocs new my-project
mkdocs serve
mkdocs build
pip install mkdocs-jupyter mkdocs-material pymdown-extensionssite_name: MkLorum
site_url: https://example.com/
nav:
- Home: index.md
- About: about.md
theme: readthedocs