← Changelog
Feature

Built-in product documentation

Documentation that lives outside your product gets stale. We built docs into Bringboard itself, with a structured editor in the admin dashboard and public rendering on the website.

What shipped

  • Doc editor - A block-based editor for writing docs with headers, code blocks, images, tables, and callouts. Same editor used across the product, so the experience is consistent.

  • Tree navigation - Organize docs into groups and pages with a hierarchical tree. Drag to reorder, nest pages inside groups, and build a structured knowledge base.

  • Public docs site - Published docs render on the marketing site with a sidebar navigation, table of contents, breadcrumbs, and prev/next navigation.

  • Search - Full-text search across all published docs using plaintext indexing.

Each doc page stores both its rich editor JSON (for editing) and a plaintext version (for search). The tree structure supports unlimited nesting depth, and the public site generates SEO-friendly URLs from page slugs.

Share:
Recent updatesAll updates →