Updating the documentation¶
Failure
OH NO! The documentation writer forgot to remove this error box, please remove it if you are reading this.
To update the documentation, follow these steps:
- Make sure you have the latest version of the documentation repository.
- Fork the repository on GitHub.
- Create a new branch for your changes.
- Make your changes to the documentation files.
- Test your changes locally to ensure they work as expected, using
mkdocs serve
. - Commit your changes and push the branch to the remote repository.
- Create a pull request to merge your changes into the main branch of the documentation repository.