Shareable Branch URLs & Redesigned Audit Logs
July 10th, 2026

Branches can now be shared via a private URL, letting you send a work-in-progress branch to someone without giving them access to the whole project. The enterprise Audit Log page has also been redesigned with a detail panel, CSV export, and clearer filtering.
New Features & Improvements
Enterprise
- Enterprise teammates can now see which pages across all child projects use a given custom block, and hiding a page now cascades that setting to all of its descendant pages.
AI
- Increased Ask AI's custom knowledge capacity from 10,000 to 100,000 characters.
llms.txtcan now be split by category into smaller files for large docs sites.- The Ask AI API now includes the documentation sources used to generate each answer.
Editor
- Added heading, list, and blockquote controls to the WYSIWYG editor's floating toolbar.
- The in-editor AI content generator now accepts images as additional context.
Docs
- API Designer now supports a request body for DELETE endpoints, auth and password values are hidden by default in the API Reference and code snippets, and auto-generated tag pages inherit their description from the OpenAPI spec.
Bugs Eaten (by Owlbert) 🐛
Enterprise
- Fixed several enterprise account management issues, including incorrect project counts after changing someone's permission level, and unclear errors for enterprise group names containing spaces.
- Fixed a SAML SSO redirect loop for end users who share a SAML connection with teammates, and an error that could prevent certain projects from loading.
- Non-owner admins can now toggle enterprise Ask AI from the group dashboard (previously restricted to owners).
AI
- Fixed broken links in Ask AI answers for recipe pages, including across enterprise child projects, and removed broken source links that could appear in older answers.
- Fixed issues with the AI Writer's automated pull requests reusing the wrong branch and listing duplicate file changes.
Translations
- Fixed translation jobs that could silently skip top-level guides after a transient network error, and re-translating a page after a small edit no longer rewrites unrelated content.
Editor
- Fixed list formatting inside table cells, a misplaced block menu in the Reusable Content editor, and an invisible image upload label in dark mode.
API Reference
- Fixed a crash opening endpoints with certain self-referential schemas, and examples referenced via
$refnot rendering. - Fixed case-sensitive header matching that could mark a supplied header as missing, and incorrect tag ordering after syncing an API definition.
Git Sync
- Fixed 500 errors and a disappearing sidebar for synced pages with spaces in their file paths, and restoring page history after a page had been moved or renamed.
- Uploading via
rdmeor the API to a branch that doesn't exist now returns a clear error, and spec syncing handles failed or invalid responses from a URL more gracefully.
Docs
- Restored header background styles and fixed an illegible Ask AI button color on older doc themes.
- Restored responsive sidebar and table of contents behavior on legacy documentation sites.
- Fixed variable placeholders leaking into truncated search snippets, and hidden pages reappearing in search after editing a custom block they use.
- Fixed a mobile subnav display issue and stretched Font Awesome icons.
- Editors can now see hidden changelog posts in the sidebar.
Admin
- Restored a shortcut button for legacy project settings.