Updating The Docs
This guide explains how to update the broncobots-docs project.
Prerequisites
- Create a GitHub account.
- Optional: Be a member of the Broncobots organization.
- Optional: Python and / or Docker, along with an IDE like VSCode.
Prepare for committing changes.
- If you are a member of the Broncobots organization, then create a branch in this repository for the relevant change.
- If you are not a member of the Broncobots organization, then create a fork.
- Clone the repository or be comfortable making changes directly on GitHub.
Adding Docs
- Copy the template.md from the root directory and paste it to the appropriate directory in this project.
- Create a new directory if needed.
- Replace generic content from the template with the new specific information.
- Update the mkdocs.yml file in the root directory with structure for the new content.
Updating Docs
- Edit the relevant files directly.
Removing Docs
- Delete the relevant files.
- Remove references to the deleted files in the mkdocs.yml file in the root directory.
Submitting Changes For Review
- Commit your changes early and often.
- Open a Pull Request to merge your changes into the
masterbranch.
References
- MKDocs: writing and structuring docs
- Markdown cheat sheet: formatting docs