基于 MkDocs 与 MkDocs Material 的个人 Wiki 知识库
(故障备用地址:https://linyuxuanlin.github.io/Wiki_MkDocs/ 或 https://mkdocs.wiki-power.com/)
Sitemap: https://wiki-power.com/sitemap.xml
RSS of created post: https://wiki-power.com/feed_rss_created.xml
RSS of updated post: https://wiki-power.com/feed_rss_updated.xml
Ref: Check the version of MkDocs:
mkdocs --version
Upgrade MkDocs:pip install -U mkdocs
Check the version of Material theme:
pip show mkdocs-material
Upgrade Material theme:pip install --upgrade mkdocs-material