Flat (navigation.groups), grouped, or tabbed (navigation.tabs) — all three shapes are read directly. Tabs become top-level sidebar sections.
Migrating existing docs
If you already have a docs/ folder — a docs.json nav config, .mdx pages, an images/ folder — it works with Huell with no restructuring. Connect the repo, or zip the docs/ folder and upload it.
Supported docs.json fields
Section titled “Supported docs.json fields”navigationobject
colors.primarystring
Used as the site’s accent color, derived into a full light/dark scale automatically.
navbar.linksarray
Rendered as plain links in the top navbar.
navbar.primaryobject
Rendered as a highlighted button in the top navbar (commonly a GitHub link).
Callouts and components
Section titled “Callouts and components”These content components are available in every page without an import — write them exactly as you already have them:
Note, Info, Tip, Check, Warning, Danger, Card, CardGroup, Tabs, Tab, Steps, Step, CodeGroup, Expandable, ParamField, ResponseField.
LaTeX math
Section titled “LaTeX math”$$...$$ block math is supported and renders with proper typesetting — no configuration needed.
Known gaps
Section titled “Known gaps”If your docs use a component outside the list above, the build fails on that page rather than silently dropping content. The failure is recorded on the build, though there’s no dashboard view for the log yet — check it directly on the builds table in the database in the meantime.