Barodoc v6: A Major Leap Forward
Version 6 brings 12 new features including blog, changelog, API playground, and more.
Barodoc v6 is our biggest release yet, introducing 12 new features that make your documentation even more powerful.
What’s New
Blog & Changelog
You’re reading this on the new built-in blog! Barodoc now supports blog posts and changelogs as first-class content types. Create posts in src/content/blog/ and they’re automatically available at /blog.
API Playground
Interactive API testing directly in your documentation. Users can try API endpoints without leaving the page.
KaTeX Math Support
Render mathematical expressions beautifully:
$$E = mc^2$$
Image Zoom
Click any image to view it full-screen with smooth zoom transitions.
Video Embeds
Embed videos from YouTube, Vimeo, or self-hosted sources with a simple component.
Reading Time
Blog posts automatically show estimated reading time.
Keyboard Shortcuts
Navigate docs faster with keyboard shortcuts — press ⌘K to search.
Contributors
Show contributors at the bottom of each page, pulled from Git history.
PWA Support
Install your documentation as a Progressive Web App for offline access.
Upgrading
npm install barodoc@latest
See the migration guide for detailed upgrade instructions.