加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mkdocs.yml 495 Bytes
一键复制 编辑 原始数据 按行查看 历史
郑博文 提交于 2021-05-03 22:14 . 2021-05-03
site_name: Minecraft in python
nav:
- Home: index.md
- Launcher: launcher.md
- Install game: install-game.md
- Resource pack: resource-pack.md
- About:
- Contributing: about/contributing.md
- License: about/license.md
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- bash
- javascript
- python
copyright: Copyright &copy 2020-2021 Minecraft-in-python<br>&nbsp;&nbsp;All Right Reserved.
markdown_extensions:
- admonition
- pymdownx.details
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化