Powered by mkdocs.
- Download the latest Python 3 version (https://www.python.org/downloads/)
- Clone this repository.
- Install the requirements using the command
pip install -r requirements.txtin the repository.
In the docs folder, you can make and edit pages.
atcis the Talking to ATC section.basicsis the Basics section.nattrakis the natTrak section.websiteis the website help section.diagrams,assets,imgfolders store images.
In each directory there is a .pages YAML file. Use this to define how the page titles and order are displayed to the user.
Run the command mkdocs serve in your terminal within the respository. This will allow you to preview your changes.
- DO NOT COMMIT ANYTHING IN THE /SITES FOLDER TO MAIN. ONLY /DOCS.
- Commit your changes in /docs to the main branch and push/submit PR.
- If you have direct edit access (e.g. you're a staff member), run the command
mkdocs gh-deploy. If all is successful check back on the live version in a few minutes and all should be changed.