Files
mttu-docs/README.md
2025-11-08 04:23:10 +08:00

539 B
Raw Blame History

MTTU docs

只要编辑就好。你不需要什么其他的东西。

如果你是开发者

环境配置

uv venv
source ./.venv/bin/activate.fish  # 如果你在 fish
uv install

如果你不用 fish或者觉得直接安装所有东西也没事

pip install mkdocs watchfiles

Dev

运行一个 Dev 服务器以查看效果

watchfiles "mkdocs serve" ./docs

Build

mkdocs build

文档

mkdocs 文档