Skip to content

Latest commit

 

History

History
 
 

docs

Tetragon documentation

Preview locally

Using Docker

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

Local Hugo installation

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

Content

Shortcut to the content: content/en/docs.

Style

We generally follow the Kuberentes docs style guide: https://kubernetes.io/docs/contribute/style/style-guide/