This repository contains the documentation for kubenav/kubenav. If you are looking for the source code of the landing page kubenav.io take a look at the kubenav/kubenav.io repository.
Install the Material for MkDocs theme for MkDocs via pip:
pip install mkdocs-materialThe markdown files can be found in the docs folder. To view your changes locally you can run:
mkdocs serveThen open localhost:8000 in your browser.