-
安装mkdocs
MkDocs 文档开发教程 (mkdocs-like-code.readthedocs.io)
pip install mkdocs # Print help message mkdocs -h
-
网页组成
mkdocs.yml # The configuration file. docs/ index.md # The documentation homepage. ... # Other markdown pages, images and other files. site/ index.html # 由mkdocs生成的静态网页,托管到gh-pages分支 ...
-
在本地查看网页
mkdocs serve
-
更新网页到gh-pages分支
mkdocs gh-deploy --force --no-history -f ./mkdocs.yml
forked from GMEM-Team/gmem-team.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
LemmyHuang/GMEM_gmem-team.github.io
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published