Skip to content
This repository was archived by the owner on Oct 15, 2022. It is now read-only.

Files

Latest commit

6df218d · Sep 16, 2020

History

History
19 lines (12 loc) · 677 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 677 Bytes

Documentation

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.

Usage

Install the Material for MkDocs theme for MkDocs via pip:

pip install mkdocs-material

The markdown files can be found in the docs folder. To view your changes locally you can run:

mkdocs serve

Then open localhost:8000 in your browser.