Holds source files for the project documentation and the website hosting it
Read the Contribution guidelines
- Make
- Python 3.x
- Material for MkDocs
# in some distros the command is pip3 pip install mkdocs-material
- Run
make -C site generateto generate documentation pages from the project APIs (openapi and CRDs) - Run
make runfrom within the site directory and browse http://localhost:8000/ to preview the website locally