Contribute
REG-1 documentation site uses MkDocs, a static site generator geared towards (technical) project documentation and a readily available theme named Material for MkDocs.
Prerequisites
pip install mkdocs
pip install mkdocs-material
Local Preview
-
Clone the reg-1.github.io GitHub repository.
-
Add a new page or update an existing one using the markdown language.
-
Start the built-in dev-server from the root of the cloned repository with
mkdocs serve. -
Preview your documentation locally at http://127.0.0.1:8000.
Publish Changes
-
Push your changes to a feature branch and merge it into the
mainbranch of the reg-1.github.io GitHub repository once approved. This will automatically trigger the following preconfigured GitHub Actions workflows: -
Access the documentation site at https://docs.service.reg-1.com.