Install Docker locally, and then use:
make
Note that you can use make docs
from the main Makefile at the root folder
level.
To cleanup, you can remove the built image using:
make clean
The documentation is a Hugo static website using the Docsy theme.
Please refer to both dedicated guides on how to install Hugo+extended and how to tweak Docsy but generally, to preview your work:
hugo server
Shortcut to the content: content/en/docs.
We generally follow the Kuberentes docs style guide: https://kubernetes.io/docs/contribute/style/style-guide/