SpongePowered / SpongeDocs

Documentation for Sponge and its Implementations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sponge Documentation Build Status

This is the repository where the Sponge documentation is held.

The latest version may be viewed in full by visiting Sponge Docs

Contributing

Instructions and Guidelines on how to contribute can be found on the Docs themselves.

Licensing

The Sponge Documentation is licensed under the Creative Commons - Share-Alike license.

You can read more about our licensing situation on the documentation itself.

Translations

We're eagerly looking for translators! Please visit the Crowdin translation page, sign up, join the team, and start translating.

Local Environment

You can setup an environment so you can instantly see the changes that have been made to the docs.

  1. Install Python 3
  2. Install node.js

In terminal or the command line, within the directory containing this README, run the following commands:

npm install -g gulp
npm install
pip install -r requirements.txt
gulp

Your browser should open to reveal the docs. When you make a change to the documentation, the docs should refresh in the browser (possibly after a few seconds).

About

Documentation for Sponge and its Implementations

License:Creative Commons Attribution Share Alike 4.0 International


Languages

Language:Java 92.1%Language:Python 4.4%Language:JavaScript 1.6%Language:Dockerfile 1.2%Language:Shell 0.8%