This repository is the place where you can find the code for all documentation provided by the MockBukkit project. The repository is published under docs.mockbukkit.org.
This is how you can get started working on the docs on your local development machine.
-
First, clone the repository:
git clone https://github.com/MockBukkit/docs.git
-
Then, install the dependencies:
pnpm install
-
Finally, run the server:
pnpm docs:dev // dev server pnpm docs:build // build for production
In the case of building for production, the site will be generated in the
.vitepress/dist
directory.
You can preview the site by running the following command:
pnpm docs:preview
This will start a local server on port 5173. You can then access the site at http://localhost:5173.
Contributions are welcome! Please read the
contribution guidelines before submitting a pull request.
The MockBukkit documentation is licensed under two licenses:
- Docs: Creative Commons Attribution-ShareAlike 4.0 International
- Supporting Code:
- MIT License