You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

929 B

Documentation Maintenance Overview

The documentation found in this directory is hosted at:

and built using VuePress like below:

npm install -g vuepress # global install vuepress tool, only once
npm install

mkdir -p .vuepress && cp config.js .vuepress/
vuepress build

Under the hood, Jenkins listens for changes (on develop or master) in ./docs then rebuilds either the staging or production site depending on which branch the changes were made.

To update the Table of Contents (layout of the documentation sidebar), edit the config.js in this directory, while the README.md is the landing page for the website documentation.

To view the latest documentation on the develop branch, see the staging site:

and the documentation on master branch is found here: