Everything new in Doxbrix, newest first. Breaking changes are clearly flagged.
Everything new in Doxbrix, newest first. Breaking changes are clearly flagged.
Atlas tier for the site assistant
The reader-facing site assistant now automatically escalates complex questions to the Atlas reasoning tier, synthesizing answers across many pages, while keeping fast Spark responses for simple lookups.
- Automatic tier selection by question complexity.
- Per-project Assistant engine setting in Settings → Project → Assistant.
- Streaming answers with cited sources.
Help Center site layout
Projects can now publish with a category-driven Help Center layout in addition to the classic Documentation sidebar — choose it in Settings → Project → Site Layout. Pair it with the reader assistant and support handoff to deflect tickets.
- Category landing page for support sites.
- Built-in connectors for Zendesk, Freshdesk, Jira Service Management, and more.
Generate API reference from OpenAPI
API reference pages built with <ApiEndpoint> render a colored method badge and structured parameters and responses. Generate a page per operation by importing a spec: in the content tree, + → Add API reference → Import OpenAPI Spec.
- One endpoint page per operation, pre-filled from the spec.
- Method badges in the content tree and published sidebar.
Quality scoring in the CLI
dxb quality (aliases health, score) reports content-quality scores from your terminal, so you can audit quality and surface weak pages in CI.
dxb quality --min 70 --sort worst- Per-space scanning and sort order.
- Pairs with
dxb lint --strictfor a complete pre-publish check.
Docs Health board
The new Docs Health board (/health) rolls up quality, freshness, and structural issues across a project into a single health score — so you can see what to fix first and track the trend.
- An overall health score with a weekly trend.
- A prioritized issues queue with one-click triage.
- Hand recurring sweeps to the AI agent.
Faster publishing
Publishing is now significantly faster, and section/space batches let you ship related pages together so readers never see a half-updated site.
- Incremental publishes — only changed pages are re-rendered.
- Section and space batches.
- Scheduled publishing.
docs.json v1 navigation manifest
Navigation is now defined by a single docs.json manifest with explicit node types (page, group, label, link, divider).
docs.json format before making local changes.- Cleaner, version-controllable navigation.
dxb syncfolds orphan files into the manifest.- New
dxb navcommands for labels, links, and dividers.
Writing Copilot and Improve with AI
Inline AI authoring arrived: the Writing Copilot drafts content from the /ai palette, and Improve with AI rewrites a draft to fix flagged issues — both following your workspace style rules.
/aicommands: continue writing, generate a table, generate a diagram.- Improve overall or by area: Readability, Structure, SEO, Accessibility, Completeness.