Note: This Repository is deprecated. The documentation is moved to the main Cumulus repo
$ npm install
$ npm run serve
Add a .md file to docs folder and then a new item to docs/SUMMARY.md.
The tasks list in docs/tasks.md is generated from the list of task package names in tasks.json. Do not edit the docs/tasks.md file directly. Instead, add the package name to tasks.json.
Read more about adding a new task.
Look at the bin/build-tasks-doc.js and bin/tasks-header.md files to edit the output of the tasks build script.
The develop branch is automatically built and deployed to master. The master branch is served by Github Pages. Do not make edits to the master branch.
Do NOT merge master branch to any other branch. master branch is auto generated and does not follow the same git history.