Skip to content

Huxberry Docs

Welcome to the documentation site, powered by MkDocs with the Material theme.

Getting Started

Edit files in /opt/mkdocs/docs/ and update the navigation in /opt/mkdocs/mkdocs.yml. The live-reload server will automatically pick up changes.

Quick Reference

Editing content

All pages live under /opt/mkdocs/docs/ as Markdown files. Add new pages and register them under nav: in mkdocs.yml.

Example code block

def hello():
    print("Hello from MkDocs Material")

test