This repo contains certonaut's online markdown documentation. To view the documentation online, go to https://docs.certonaut.net
Contributions are highly welcome!
- For simple changes, you may want to consider pressing the "edit file" button on the GitHub web ui. This will guide you through the steps to fork this repository and make a pull request.
- For more complex changes, you will likely want to:
- Fork this repository
- Download it to your computer by git-"cloning" it
- Installing Material for mkdocs. Follow their installation instructions to do so (probably boils down to a
pip install mkdocs-material
, or docker). - From within the repositories root directory, run
mkdocs serve
to spin up a development webserver. This server will show you any changes you make (almost) live. Note the URL from themkdocs serve
command, usuallyhttp://127.0.0.1:8000/
. - Once you're satisfied with your changes, commit them and submit them as a pull request against this repository. Target the
main
branch.