This repository contains the documentation for the Mycelium API Gateway.
- Python 3.10+
- MkDocs
- Material for MkDocs
- Clone the repository
- Install the prerequisites
- Run
mkdocs serveto start the documentation server
- Run
mkdocs buildto build the documentation - Run
mkdocs serveto start the documentation server - Open
http://localhost:8000in your browser to view the documentation
- Run
mkdocs gh-deployto build the documentation and deploy to GitHub Pages - The documentation will be available at
https://lepistabioinformatics.github.io/mycelium-docs