Skip to content

wltry/docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

317 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

W-DN-17002 User Manuals

Deploy Water Linked Docs

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

Make sure you have Python3 installed.

git clone https://github.com/waterlinked/waterlinked.github.io
cd waterlinked.github.io

python -m venv venv
source venv/bin/activate (Linux)
venv\Scripts\activate.bat (Windows)
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 build the website and publish it on https://docs.waterlinked.com.

About

Official documentation and user manuals for Water Linked products

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 35.9%
  • SCSS 35.0%
  • JavaScript 25.0%
  • Shell 2.2%
  • Makefile 0.6%
  • Python 0.5%
  • Other 0.8%