Skip to main content
2026-04-28
1.3.0

Version 1.3.0 - April 28, 2026

New Features

  • Custom domains: You can now map your own domain to your documentation site from the dashboard
  • AI search: Semantic search is now powered by AI for more accurate results across all pages
  • Changelog RSS: Subscribe to product updates via RSS feed

Improvements

  • Improved dark mode contrast across all components
  • Faster page transitions with prefetching on hover
  • Navigation now highlights the active section while scrolling

Bug Fixes

  • Fixed an issue where code blocks would lose syntax highlighting after a hot reload
  • Resolved a layout shift on initial page load in Safari
  • Fixed anchor links not scrolling to the correct position on pages with a sticky navbar
2026-03-10
1.2.0

Version 1.2.0 - March 10, 2026

New Features

  • Versioned docs: Ship separate documentation for multiple product versions simultaneously
  • Snippet library: Reuse content blocks across pages with a centralized snippet system
  • OpenAPI sync: Automatically pull the latest OpenAPI spec from a URL on every deploy

Improvements

  • Reduced cold-start time for the local preview CLI by 40%
  • Added support for Mermaid diagrams in MDX pages
  • Improved mobile layout for nested navigation

Bug Fixes

  • Fixed search index not updating after renaming a page
  • Resolved broken links when using relative paths in MDX components
  • Corrected <Tabs> component not preserving selected tab on page navigation
2026-01-22
1.1.0

Version 1.1.0 - January 22, 2026

New Features

  • Analytics dashboard: View page views, search queries, and user drop-off directly from the dashboard
  • Feedback widget: Collect page-level feedback with a thumbs up/down widget at the bottom of every page
  • Per-page authentication: Individual pages can now override the global auth setting

Improvements

  • Navigation tabs now support icons
  • Improved rendering performance for large API reference pages
  • Added <Frame> component for captioned images

Bug Fixes

  • Fixed an issue where the sidebar would collapse unexpectedly on window resize
  • Resolved incorrect canonical URLs for pages in subdirectories
  • Fixed <Accordion> groups not opening by default when defaultOpen was set
2025-11-05
1.0.0

Version 1.0.0 - November 5, 2025

Initial Release

The first stable release of the platform. Core features include:
  • MDX authoring: Write documentation in MDX with full component support
  • Navigation: Tabs, groups, and anchors with full configuration via docs.json
  • API reference: Auto-generated reference pages from an OpenAPI spec
  • Search: Full-text search across all pages
  • Theming: Color, font, and logo customization
  • GitHub integration: Auto-deploy on push to your default branch