Skip to content

Documentation for all projects under the PaperMC umbrella.

License

BSD-2-Clause, CC-BY-SA-4.0 licenses found

Licenses found

BSD-2-Clause
LICENSE
CC-BY-SA-4.0
LICENSE-docs
Notifications You must be signed in to change notification settings

PaperMC/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7274f7b · Jan 25, 2024
Nov 13, 2022
Jan 14, 2024
Jan 19, 2024
Jan 24, 2024
Jan 25, 2024
Jan 24, 2024
Jan 20, 2024
Sep 23, 2023
Jun 12, 2022
Jun 12, 2022
Mar 2, 2022
Mar 30, 2023
Jan 1, 2024
Oct 15, 2022
Oct 15, 2022
Jan 20, 2024
Jan 20, 2024
Jan 24, 2024
Jan 14, 2024
Jun 11, 2023
Jan 24, 2024

Repository files navigation

docs Discord Deployment Status License

This is the repository for all project documentation under the PaperMC umbrella. Content in this repository is published to docs.papermc.io for viewing.

Getting Started

How to get docs running on your local machine for development.

Prerequisites

Local Development

  1. Clone the repository. If you plan to make changes, create a fork first!
$ git clone https://github.com/PaperMC/docs
  1. Install all required dependencies.
$ yarn
  1. Start the development server
$ yarn 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

$ yarn 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 /docs folder) is CC-BY-SA-4.0 licensed.

The supporting code is BSD-2-Clause licensed.

The PaperMC logomark is subject to its own terms and does not inherit a license from any of the projects it represents.

Special Thanks

Preview and production hosting for this project has been provided for free by Vercel. Thank you! Vercel