快速开始¶ 什么是 MkDocs?¶ MkDocs 是一个简单快速的 Python 文档生成器。 安装步骤¶ 安装 Python 运行 pip install mkdocs 创建项目:mkdocs new my-project 本地预览¶ ```bash mkdocs serve