Documentation
This document uses Material for MkDocs
Local hosting
- Install Material for
MkDocs
. - Change AWSIM directory
-
Hosting on localhost.
-
Check serving on localhost.
-
Access
http://127.0.0.1:8000/
with a web browser.
For further reference see Material for MkDocs - Getting started.
MkDocs files
Use the following /docs
directory and mkdocs.yml
for new documentation files.
AWSIM
└─ docs/ // Root of all documents.
└─ DeveloperGuide // Category.
└─ Documentation // Root of each document.
├─ index.md // Markdown file.
└─ image_0.png // Images used in markdown file.
Deploy & Hosting
When docs are pushed to the main branch, they are deployed to GitHub Pages using GitHub Actions. See also Material for MkDocs - Publishing your site