Skip to content

Documentation for Sponge and its Implementations

Notifications You must be signed in to change notification settings

ZephireNZ/SpongeDocs

 
 

Repository files navigation

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.

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 make to the docs.

  1. Install Python 2.7 and Sphinx
  2. Install pip
  3. 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 etc/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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 39.6%
  • HTML 15.9%
  • Shell 15.2%
  • Makefile 13.9%
  • Batchfile 12.7%
  • JavaScript 1.7%
  • Nix 1.0%