DeveloperHub LogoMade in DeveloperHub

Product Updates

Here's what has been happening at DeveloperHub

8 August 2026
  • New Editor MCP server: Your AI client can now read search analytics and reader feedback alongside your pages. Ask it which searches returned nothing, or what readers said about a page, and it can go straight on to write the page that was missing. See the editor MCP server tools.


7 August 2026
  • New AI clients: Your account settings now has an Integrations > AI clients pane carrying the install steps for the editor MCP server, so every editor can connect Claude Code, Cursor or Codex to their own account without opening a project's admin settings. The connection uses your own sign-in, so it reaches exactly the projects you can already edit.

  • Improvement GitHub Sync: Sync now stops before applying a change that would remove your documentation, so a project pointed at the wrong repository no longer takes the published content down with it. Nothing is written, the run appears as paused on the sync activity card with the reason, and sync picks up on its own once the repository is put back.


6 August 2026
  • New Index Icons: Give any entry in your navigation an icon, so the pages readers look for most stand out. Index icons work on pages, categories, labels and links, and you can pick from Font Awesome or upload your own square image. Icons sync through your repository in _nav.yaml, and the index keeps its flush layout until you use one.

  • New Export a single page to PDF: PDF now sits alongside Markdoc, Markdown and Word in a page's export menu, and downloads straight away. You get the page on its own, without the navigation, table of contents, or the covers of a full version PDF, with tabs and accordions laid out open so nothing stays hidden.

  • New Move a category to another documentation: Regrouping content across sections no longer means moving pages one at a time. Moving a category takes everything under it along, keeping the order, and links to the pages inside are repointed for you.

  • Improvement Printing: Printing a page from the browser now gives you the page and nothing else, on your published docs as well as in the editor. The navigation, table of contents, and the copy button on code blocks stay out of the printed copy, long code and wide tables wrap instead of being cut off at the paper edge, and pages print light even when you are reading in dark mode.

  • Improvement Font Awesome 7: The icon set behind inline icons and index icons moved from Font Awesome 5 to Font Awesome 7 Free, which more than doubles what you can choose from. Existing icons keep rendering under their old names.

  • Improvement Agent Skills: The organize-docs-repo skill now carries the full list of valid icon names and the exact YAML quoting and indentation the sync writes back, so an agent editing your repository stops producing navigation that gets reformatted on the next sync.


5 August 2026
  • New Editor MCP Server: Write and publish your docs from Claude, Cursor, Codex, or any other MCP client. Turn on the Editor MCP server and your agent can find pages, create, rename and edit them in DeveloperHub's own Markdoc, publish drafts, and check a version for broken links, all under your own account so it reaches only the projects you can already edit.


4 August 2026
  • New Import from Zendesk: Move a Zendesk Help Center into DeveloperHub in a few clicks. Paste any help center URL and Import from Zendesk previews what it will bring over before anything is created, then imports the articles into the version you choose, keeping the category and section structure, rewriting internal links and heading anchors, and showing live progress you can stop at any time.

  • New Changelogs in GitHub Sync: Changelogs now sync to your repository alongside your pages, so you can write a release note in Git and review it in a pull request before it goes live. Each changelog is a folder under changelogs/ and each post is a single file, carrying its title, date and published state in frontmatter. See GitHub Sync for the layout.

  • New Clone a version through the API: Cloning a version is no longer editor-only. One call copies every documentation, page and API reference into a new version and re-points internal links at the copies, so cutting a new version can be part of your release pipeline. The clone arrives unpublished, giving you a chance to review it before publishing.

  • New API References: Long references no longer have to live on one page. Turn on One endpoint per page and an API reference opens on an overview of its servers, authentication and tags, with readers picking a single endpoint at a time from the index. Your existing links keep working.

  • Bug Fix Editor: The editor now renders a page exactly as your published site does. Headings no longer grow slightly in edit mode, external links no longer pick up a stray arrow, and code steps and code tabs match the published spacing and wrapping.

  • Bug Fix Page Linking: A link to a heading on the same page now scrolls to that heading instead of opening a new tab on your documentation home. Copying or middle-clicking the link gives the correct deep link too.

  • Bug Fix API References: Clicking an endpoint in the sidebar of an API reference now scrolls it clear of the top navigation bar, instead of leaving its title tucked behind it.


1 August 2026
  • Bug Fix Page Linking: Clicking a link to a heading inside your content now jumps on the first click, rather than needing a second one.


31 July 2026
  • New Team: Organisation settings gains a Team pane where owners can see everyone in the organisation, sort by name or last active, and deactivate a member instead of removing them. A deactivated member can no longer sign in, but stays credited on everything they wrote in page history and the activity log.


23 July 2026
  • New API: A new broken links endpoint returns every broken or risky link in a version, with the page, the link text and a plain-English reason, so you can run link checks from your own CI.

  • Improvement API Playground: The playground response pane has a Wrap toggle for long lines, and scrolling a long response no longer scrolls the page behind it.

  • Bug Fix Quick Switcher: Searching for a common word across a large version no longer freezes the editor. Find text now shows one result per page with a count of the rest, plus a summary of total matches.

  • Bug Fix Tabs: Renaming a tab no longer errors when the tabs block is deleted while the name field is still open.


30 July 2026
  • Bug Fix Published Site: Chrome and Google Translate can translate your documentation again. The page content is translated while code blocks, inline code, code tabs and GitHub embeds stay verbatim.


22 July 2026
  • New GitHub Sync: Complete rewrite to our GitHub Sync feature. Manage your docs as code. Connect a GitHub repository and your content stays in sync both ways, so edits in DeveloperHub and commits in your repo flow to each other automatically, with drafts as branches, page history linked to each commit, and an automatic validation check on every pull request.

  • Improvement API References: Large object and array fields in request and response body tables now fold into a summary you can expand, so big schemas are much easier to scan.

  • Bug Fix API Editor: Comparing two revisions of an API reference in its history no longer fails with "Unable to load the diff viewer."


20 July 2026
  • New Versions: Publishing a version now scans it for broken links first. A clean version publishes straight away; if any links are broken you get a clear report and can fix them or publish anyway.

  • Improvement Published Site: Images now load lazily as you scroll, so image-heavy pages paint faster and deep links land on the right section.


17 July 2026
  • Improvement SEO: Your published documentation now shows up correctly for a much wider set of search engines, AI assistants, and social link-preview bots, so more of them index your pages and show a proper preview when your docs are shared.


16 July 2026
  • Improvement Headings: Every heading on a published page now has its own anchor, so you can link directly to any section, not just the top-level ones.


15 July 2026
  • New Export: Versions can be exported separately from version settings.

  • Bug Fix Tabs: The reader now remembers the tab you picked (for example "Python") as you move between pages, and keeps matching tab groups on the same page in sync. It was always opening the first tab.

  • Bug Fix AI Assistant: Source links in AI Assistant answers now open the correct documentation page instead of a broken link.


14 July 2026
  • Improvement Published Site: Your published documentation loads faster on first visit, with one redundant request removed from page load.

  • Bug Fix Links: Right-click "Open in new tab", middle-click, and "Copy link" on a documentation link now use the correct URL on projects with a base path (they previously 404'd).

  • Bug Fix Page History: For projects with AI change summaries enabled, saving a page again writes a one-line summary of what changed into your page history.


12 July 2026
  • Improvement Navigation: Reorganising your categories and pages by drag-and-drop is smoother, with edge auto-scroll for long lists and a drag preview that shows how many pages move with a category. Categories now move as a unit with everything inside them, and deleting a category that still has pages asks you to confirm first.

  • Improvement Import & Export: The DeveloperHub export and import format is now called Markdoc, a documented, portable standard for moving content in and out of DeveloperHub.

  • Improvement Editor: The editor opens noticeably faster, especially on projects with many pages.


10 July 2026
  • Bug Fix Editor: Undo inside a code block no longer throws an error.


9 July 2026
  • Bug Fix Page History: The history diff now lines up correctly for pages that span the editor upgrade, so you see exactly what changed.

  • Bug Fix SEO: Your published site's sitemap generates reliably again and reports each page's real last-updated date for search engines.


7 July 2026
  • Bug Fix HTML Blocks: HTML blocks that load an external script, such as embedded video players, now render correctly on your published pages.

  • Bug Fix Icons: Editing an icon keeps your custom CSS classes, and the Classes field is back in the icon options.


3 July 2026
  • New Accordions: Add collapsible, titled sections to any page with the new accordion block. Choose which sections start open.

  • Improvement Browser Support: The editor now works fully in Firefox, Safari, and Edge. See the full list of supported browsers.

  • Bug Fix Landing Pages: Card and row layouts now collapse to a single column on mobile, so landing pages read cleanly on phones.


2 July 2026
  • Improvement Editor: Broken and unreachable links are now underlined inline as you edit, and clicking an issue in the link report jumps straight to the link on the page.

  • Improvement Feedback: A cleaner, neutral design for the page feedback widget on your published docs, with a refreshed look in dark mode.


1 July 2026
  • New Tables: Duplicate a row or column from the table menu, and drag rows and columns to reorder them, right inside the table editor.

  • New 🚀 PDF Export: PDF export now renders new-editor projects natively, with working internal links, a clickable table of contents, and page bookmarks. The export modal also shows live build progress while your PDF is generated.

  • Improvement Editor: Inline code and keyboard keys have a cleaner, more neutral look inside callouts.


30 June 2026
  • New Editor: New projects now start on the rebuilt editor by default, so every new project gets the latest editing experience from day one.


29 June 2026
  • New 🚀 Editor: We have rebuilt the editor from the ground up. What you save is exactly what comes back: underscores stay underscores, no stray stars after saving, and even the toughest formatting saves cleanly.

  • Improvement Editing: Full undo and redo with nothing lost, and pasting from Google Docs, Confluence, or Notion now keeps your formatting intact.

  • New Blocks: New building blocks, including blockquotes and a standalone code block with syntax highlighting and line numbers alongside multi-language code tabs. Callouts no longer need a title, and callouts and code blocks have a cleaner design in light and dark themes.

  • New Tables: Tables are now a real layout tool. Merge cells, turn the header row on or off, and colour and align individual cells.

  • Improvement Images: Align an image left, centre, or right so it sits exactly where you want in the page.

  • Improvement AI Agent: The AI Agent now edits your docs in the same format you do, and shows its changes inline so you can review exactly what it added and removed before accepting.

  • Improvement Page History: A clearer history diff that highlights exactly what text changed, inline, instead of comparing two whole versions side by side.

  • Improvement Comments: Comments now stay attached to the right place even after the surrounding text is edited, imported, or synced from GitHub.


16 June 2026
  • Bug Fix Branding: A light or near-white brand colour no longer washes out your accents. The Ask AI button and landing page accents (buttons, pills, chips, card icons) now adapt to your theme and stay clearly visible.


10 June 2026
  • New Import: Importing documentation from Markdown now handles embedded base64 images and reference-style image links, such as those in Google Docs Markdown exports. Images are uploaded straight to your project.

  • Bug Fix Editor: Images placed inside tabs and containers now display correctly.

  • Bug Fix Navigation: Assigning a section to a navigation group now saves correctly.

  • Bug Fix API Editor: Renaming keys in the API Editor visual editor no longer drops input focus after the first character.


7 June 2026
  • New Projects: Star your favourite projects to pin them to the top of the project selector, so the docs you work on most are always one click away.

  • Improvement Published Docs: Navigating between pages in your published docs is now smoother, with preloaded pages swapping in instantly.


4 June 2026
  • New API Editor: A new AI Spec Agent in the API Editor. Ask it to edit your OpenAPI spec in plain English, or hit "Fix with AI" on a lint issue. Review every change in a side-by-side diff and accept or reject the whole batch in one click, undoable like any other edit.


2 June 2026
  • New API: New Changelog API to create and read changelog posts programmatically.

  • New Editor: Find ⌃/⌘+F now works in the settings code editors.

  • Improvement API Editor: In the API Editor, the outline refreshes live as you edit the source, and the issues panel is cleaner.

  • Bug Fix Editor: Undo no longer wipes programmatically loaded content in code editors.

  • Bug Fix References: Fixed scrolling to a sidebar anchor while editing API references.


30 May 2026
  • Improvement References: Redesigned comments on API references, with clickable comment-count pins and highlighted unresolved anchors.

  • Improvement API Editor: The API Editor now lints OpenAPI in realtime.


31 May 2026
  • Improvement API Editor: Description fields in the API Editor now support multiple lines.


29 May 2026
  • New Activity Bar: A redesigned activity panel with separate Info and History tabs, plus a "When mentioned" notification option.

  • Improvement AI Agent: The AI Agent now has compact diff rows and a wider panel for easier review.


28 May 2026
  • Bug Fix Font Picker: Google Fonts now load correctly.


27 May 2026
  • New API Editor: Get started in the API Editor by uploading a file, pasting a URL, or loading a demo.


26 May 2026
  • Improvement API Editor: Big upgrade to the API editor, allowing you to edit components visually. Also, you can jump to references directly from the schema. Further more, there's now a search bar in the API editor.


24 May 2026
  • New Landing Page: A completely new landing page experience. Design landing pages inside DeveloperHub with a drag and drop editor. Add heros, cards, links, buttons, headings, column layouts and even changelogs directly into your landing page.


22 May 2026
  • New Email Invites: Ability to copy the invite link manually if there are email deliverability issues.


21 May 2026
  • New Editor: Complete redesign of DeveloperHub navigation and UI! Finally things make sense.

  • New API Editor: Complete redesign of API Editor - now with visual, unified and source modes.


7 May 2026
  • New OpenAPI Extensions: Add labels to schema descriptions using x-labels.

  • Improvement General: Large projects in the editor load 6x faster 🚀


3 May 2026
  • Improvement GitHub Sync: On sync errors, we'll send out an email notification to the commit pusher.


24 April 2026
  • Improvement API Reference: Ability to compare vs published when diffing API references.

  • Improvement API Reference: Enhanced visual style of diffing API references.


23 April 2026
  • New API References: Ability to Diff API Revisions directly from the API References viewer.

  • Improvement AI Agent: Better handling for translating other pages.


18 April 2026
  • Improvement SEO: We've rewrote our SEO infrastructure. Pages now get served blazing fast to bots (including AI agents)!


15 April 2026
  • Improvement Editor: Partial list items pasted into the editor will be correctly rendered in an ordered or an unordered list.


14 April 2026
  • New API: Delete page API.

  • New API: Ability to configure API reference settings when uploading API definition.

  • Bug Fix API Editor: Outline was not showing double quoted paths in YAML mode.

  • Bug Fix API References: Handle error when API definition is too big to upload.

  • Bug Fix API References: default: false was not showing in schema description.


11 April 2026
  • New Project Settings: Ability to copy project settings when creating a new project.


5 April 2026
  • Bug Fix Index: Scrolling while dragging and dropping on Firefox was inconsistent.


30 March 2026
  • New Login: Passwordless login now available for the editor.

  • New Import: ReadMe new import format supported.

  • Improvement AI Search: AI Assistant now uses a larger and faster language model.

  • Improvement Design: Docs contents now have improved legibility. Font weights, sizes, colours and margins have been modified. A duo-tone system is used for headings vs paragraphs.

  • Change Code Blocks: Code block themes have been changed to GitHub's themes.

  • Bug Fix API Reference: Placeholders in request code examples were URL encoded.


25 March 2026
  • New Editor: Arrows can be rendered using --> and <--.

  • Improvement Editor: Images can now be pasted into callouts directly.

  • Improvement Editor: Several fixes to Firefox editing and rendering issues.


24 March 2026
  • Improvement Editor: Multiple improvements and bug fixes to Firefox browser support.


1 of 13