The markdown framework used to generate the site is called MkDocs
The mkdocs theme used is Material for MkDocs
mkdocs serve- Start the live-reloading docs server.mkdocs build- Build the documentation site.
- run
mkdocs buildto generate thesite/folder - commit changes to the
site/folder - GitHub action will deploy the
site/folder to pages