Editing the Docs
This website uses mkdocs-material to generate the site html from markdown files.
To make changes, follow these steps:
- Create a branch of the Git Repository.
- Make your changes (add/edit markdown files in
docs/). Use Visual Studio Code or your favorite text editor.- If you add a new page, make sure to add it to the
nav:section ofmkdocs.ymlso it shows up in the site navigation. - To add abbreviations, add them to
includes/abbreviations.md. - For markdown syntax help, see this markdown guide.
- To learn about mkdocs-material features, see the mkdocks-material reference.
- If you add a new page, make sure to add it to the
- To preview the site, you must first install mkdocs-material, then serve the site locally.
- Commit your changes and push your branch to GitHub.
- Create a pull request on GitHub to merge your branch into the
mainbranch. - Somebody will review your changes then approve and merge the pull request.
- After merging, your changes should show up on the site in a few minutes.