Documentation
This documentation is produced using Hugo . To make an update to the documentation, follow this process:
-
If you have not already done so, clone the repository.
-
Create a new branch.
-
Make your documentation updates by editing the source files in
documentation/site/content.Note
Make sure you check in the changes from the
documentation/site/contentarea only; do not build the site and check in the static files. -
If you wish to view your changes, you can run the site locally using these commands. The site will be available on the URL shown here:
You can also run the
runlocal.shscript in that directory to start the Hugo server locally. -
When you are ready to submit your changes, push your branch to
originand submit a pull request. Remember to follow the guidelines in the Contribute to the operator document.