ghese / docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

W-DN-17002 User Manuals

Build Status

We are using mkdocs to manage our documentation.

Contributing

We're really happy if you want to contribute to make the documentation better! This is done by creating a pull request.

  1. Download, install dependencies
git clone --recursive https://github.com/waterlinked/docs
cd docs

virtualenv venv
source ven/bin/activate
pip install -r requirements.txt

mkdocs serve
  1. Make changes using your favorite editor

  2. Test them

  • Fire up your browser and go to localhost:8000

Deploy changes to server

After the changes have been tested and they work, push the changes to the master branch and Github will do the rest of the job for you!

About


Languages

Language:HTML 35.9%Language:CSS 35.4%Language:JavaScript 25.0%Language:Shell 2.2%Language:Makefile 0.6%Language:Python 0.5%Language:Dockerfile 0.4%