##Purpose
This repo contains the source files for generating the documentation set for the Valence UI components.
- Written in reStructuredText
- Tested by rendering in Sphinx on Travis CI
##Documentation for VUI You can find the completed documentation for Valence UI at ui.valence.d2l.com
##Process for updating docs For any docs updates, please perform the following:
- Fork this repository
- Check out a branch to make your changes on.
- Make your changes.
- Commit with a descriptive message, and submit a pull request from your branch
to
master
. - Verify that your pull request successfully built the docs on Travis CI. Your commit will contain a message that has a URL of where you can review the rendered docs.
- One of the editors will review the change, and either merge your changes in or provide feedback.