https://github.com/papermc/docs
Documentation for all projects under the PaperMC umbrella.
https://github.com/papermc/docs
hacktoberfest
Last synced: 8 months ago
JSON representation
Documentation for all projects under the PaperMC umbrella.
- Host: GitHub
- URL: https://github.com/papermc/docs
- Owner: PaperMC
- License: bsd-2-clause
- Created: 2022-02-20T04:06:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-01T10:07:46.000Z (8 months ago)
- Last Synced: 2025-05-02T04:35:29.714Z (8 months ago)
- Topics: hacktoberfest
- Language: MDX
- Homepage: https://docs.papermc.io/
- Size: 60.6 MB
- Stars: 52
- Watchers: 16
- Forks: 132
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# docs [](https://discord.gg/papermc)  
This is the repository for all project documentation under the PaperMC umbrella. Content in this
repository is published to [docs.papermc.io](https://docs.papermc.io) for viewing.
## Getting Started
How to get docs running on your local machine for development.
### Prerequisites
- [node](https://nodejs.org)
- [pnpm](https://pnpm.io/installation)
- [d2](https://d2lang.com/) (optional for development - used for generating diagrams)
### Local Development
1. Clone the repository. If you plan to make changes, create a fork first!
```bash
$ git clone https://github.com/PaperMC/docs
```
2. Install all required dependencies.
```bash
$ pnpm install
```
3. Start the development server.
```bash
$ pnpm run 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!
### Building
```bash
$ pnpm run build
```
This command builds a production-ready deployment into the `build` directory. These files are ready
to be hosted on any static content server.
## License
The PaperMC Documentation (e.g., `.md` files in the `/src/content/docs` folder) is
[CC-BY-SA-4.0](https://github.com/PaperMC/docs/blob/main/LICENSE-docs) licensed.
The supporting code is
[BSD-2-Clause](https://github.com/PaperMC/docs/blob/main/LICENSE) licensed.
The PaperMC logomark is subject to its [own terms](https://docs.papermc.io/misc/assets) and does not
inherit a license from any of the projects it represents.