Skip to content
Local Docs Development

Local Docs Development

Run the documentation site locally:

cd docs
hugo server --buildDrafts

Build the static site:

cd docs
hugo --minify

The generated site is written to docs/public/.