Linux101-docs 如何构建? (建议)使用 python3 -m venv venv 创建虚拟环境,. venv/bin/activate 进入虚拟环境。 使用 pip install -r requirements.txt 安装依赖。 使用 mkdocs serve 构建并查看效果。