The repository of official Leaf docs site, powered by Material for MkDocs documentation framework.
Visit the docs site in https://docs.leafmc.one/
Python 3.8.2+
Refer to Getting started for more.
mkdocs new [dir-name]
- Create a new project.mkdocs serve
- Start the live-reloading docs server.mkdocs build
- Build the documentation site.mkdocs -h
- Print help message and exit.
mkdocs.yml # The configuration file.
docs/ # documentations with different languages
en/
zh/
...
Leaf docs's documentations (e.g. .md
files under /docs
folder) are licensed under CC BY-NC-SA 4.0. The supporting code is licensed under MIT.