# New visual editing docs, astro guides, and documentation platform improvements

**Version:** v2026-04-30

**Published:** April 30, 2026

This month, the documentation brings improvements to some of our framework-specific guides, a big overhaul of the core visual editing documentation, and an assortment of platform updates to improve the user experience.

## New and updated docs

### Visual editing overhaul

We’ve rewritten [our core visual editing guides](https://www.sanity.io/docs/visual-editing/introduction-to-visual-editing). For anyone using a supported framework like Next.js, this won’t change much. If, however, your aim is to set up visual editing on an unsupported framework, or just learn more about the underlying mechanisms, these new docs should help. There are now code-heavy guides on all major parts of the system, as well as an [end-to-end example in Node.js and TypeScript](https://www.sanity.io/docs/visual-editing/build-a-visual-editing-integration).

### A dedicated section for Astro

Our existing Astro content now lives in the docs. You can find the [new Astro section here](https://www.sanity.io/docs/astro), as well as a [new visual editing guide](https://www.sanity.io/docs/visual-editing/astro-visual-editing).

## Documentation platform

### Tabbed content blocks

Articles can now include tabbed content groups, letting you compare alternatives side-by-side and switch between them in place. Each tab supports rich text, code blocks, callouts, and images.

![Interactive tabbed content example](https://cdn.sanity.io/images/3do82whm/next/c573f140acb74aeec63f760a2916be21e0191391-800x355.gif)

### Advanced copy & AI shortcuts on every article

A new actions dropdown next to every article gives you one-click options to copy the article as Markdown, open it in ChatGPT or Claude for follow-up questions, and install the Sanity MCP server directly in Cursor or VS Code.

![A dark-themed menu with options to copy an article, open it in ChatGPT or Claude, copy an MCP install command, and connect to Cursor.](https://cdn.sanity.io/images/3do82whm/next/7d9101524f87b3d88cb354beac3ed99877851f2a-606x754.png)

### Richer property-table descriptions

Property descriptions in API and reference tables now render through the modern Portable Text pipeline, fixing an assortment of rendering bugs in older table content.

### Auto-published reference documentation

A new Sanity Function automatically publishes generated [reference documentation](https://reference.sanity.io) for many of our libraries, keeping API reference pages in sync with library releases without manual republish steps.

