CyberFlameGO / docs-1

Documentation for all projects under the PaperMC umbrella.

Home Page:https://docs.papermc.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docs Build Status 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 start

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.

About

Documentation for all projects under the PaperMC umbrella.

https://docs.papermc.io/

License:Creative Commons Attribution Share Alike 4.0 International


Languages

Language:TypeScript 69.7%Language:CSS 30.3%