Documentation for all projects made by the LeavesMC team.
How to get docs running on your local machine for development.
git clone https://github.com/LeavesMC/Documentation.git
bun install
bun dev
This will start a local development server and open a browser window. The majority of changes will be instantly reflected live without the need to restart the development server or reload the page in your browser. Edit away!
bun run build
This command builds a production-ready deployment into the .vitepress/dist
directory. These files are ready to be hosted on any static content server.
The Leaves Documentation (e.g., .md
files in the /src
folder) is CC-BY-SA-4.0 licensed.
The supporting code is AGPL-3.0 licensed.
The LeavesMC logomark does not inherit a license from any of the projects it represents.