Updating this user guide with your own content
Adding your own knowldege to this user guide is simple. The guide is written in reStructuredText (rst) and is built using Sphinx. The guide is hosted on GitHub and can be found at https://github.com/BarryDigby/Cloud_CIX
Steps to add content:
Clone the repository
git clone https://github.com/BarryDigby/Cloud_CIX.git
Add an .rst file with your documentation to the appropriate folder in the
docs/source/man_pagesdirectoryUpdate the
docs/source/index.rstfile with the new file to add it to the list of contents/navigator
Tip
I used VS Code with the reStructuredText extension to help write this guide. It provides syntax highlighting and a preview of the rendered rst file.
Submit a pull request to the repository with your changes/additions once finished.