diff --git a/apps/docs/document-api/available-operations.mdx b/apps/docs/document-api/available-operations.mdx
index c4fa46472e..1bdade99c0 100644
--- a/apps/docs/document-api/available-operations.mdx
+++ b/apps/docs/document-api/available-operations.mdx
@@ -4,7 +4,6 @@ sidebarTitle: Available Operations
description: All Document API operations and their editor method mappings
---
-Document API is in alpha and subject to breaking changes while the contract continues to evolve.
See the full [operation reference](/document-api/reference/index) for detailed input/output schemas.
{/* DOC_API_OPERATIONS_START */}
diff --git a/apps/docs/document-api/overview.mdx b/apps/docs/document-api/overview.mdx
index 5f2d388496..4f3cdc3223 100644
--- a/apps/docs/document-api/overview.mdx
+++ b/apps/docs/document-api/overview.mdx
@@ -7,10 +7,6 @@ keywords: "document api, programmatic access, query documents, document manipula
Document API gives you a consistent way to read and edit documents without relying on editor internals.
-
-Document API is in alpha and subject to breaking changes while the contract and adapters continue to evolve. The current API is not yet comprehensive, and more commands and namespaces are being added on an ongoing basis.
-
-
## Why use Document API
- Build automations without editor-specific code.
diff --git a/apps/docs/document-api/reference/_generated-manifest.json b/apps/docs/document-api/reference/_generated-manifest.json
index 304fb422a0..2a8dae948f 100644
--- a/apps/docs/document-api/reference/_generated-manifest.json
+++ b/apps/docs/document-api/reference/_generated-manifest.json
@@ -986,5 +986,5 @@
}
],
"marker": "{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}",
- "sourceHash": "52013243a974232110399da20b569ed98bfa7ab25ab0c09f314168b748ebc7a8"
+ "sourceHash": "2c5d9a2fb7367b363b9a4612eecc2c80b10f4ed465f33b1fccf2412cb86c63f6"
}
diff --git a/apps/docs/document-api/reference/authorities/configure.mdx b/apps/docs/document-api/reference/authorities/configure.mdx
index 08e5730515..4f1cc26a22 100644
--- a/apps/docs/document-api/reference/authorities/configure.mdx
+++ b/apps/docs/document-api/reference/authorities/configure.mdx
@@ -6,8 +6,6 @@ description: Update the configuration of an existing table-of-authorities block.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Update the configuration of an existing table-of-authorities block.
@@ -17,7 +15,7 @@ Update the configuration of an existing table-of-authorities block.
- Mutates document: `yes`
- Idempotency: `idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/authorities/entries-get.mdx b/apps/docs/document-api/reference/authorities/entries-get.mdx
index 8a322daebd..11d3c58161 100644
--- a/apps/docs/document-api/reference/authorities/entries-get.mdx
+++ b/apps/docs/document-api/reference/authorities/entries-get.mdx
@@ -6,8 +6,6 @@ description: Get detailed information about a specific TA authority entry.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Get detailed information about a specific TA authority entry.
diff --git a/apps/docs/document-api/reference/authorities/entries-insert.mdx b/apps/docs/document-api/reference/authorities/entries-insert.mdx
index 2fc5a4f767..0618443daa 100644
--- a/apps/docs/document-api/reference/authorities/entries-insert.mdx
+++ b/apps/docs/document-api/reference/authorities/entries-insert.mdx
@@ -6,8 +6,6 @@ description: Insert a new TA authority entry field at a target location.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Insert a new TA authority entry field at a target location.
@@ -17,7 +15,7 @@ Insert a new TA authority entry field at a target location.
- Mutates document: `yes`
- Idempotency: `non-idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/authorities/entries-list.mdx b/apps/docs/document-api/reference/authorities/entries-list.mdx
index a6a3eb6dc2..c6580e9f67 100644
--- a/apps/docs/document-api/reference/authorities/entries-list.mdx
+++ b/apps/docs/document-api/reference/authorities/entries-list.mdx
@@ -6,8 +6,6 @@ description: List all TA (authority entry) fields in the document.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
List all TA (authority entry) fields in the document.
diff --git a/apps/docs/document-api/reference/authorities/entries-remove.mdx b/apps/docs/document-api/reference/authorities/entries-remove.mdx
index 07562ac8a3..49c33dc3ba 100644
--- a/apps/docs/document-api/reference/authorities/entries-remove.mdx
+++ b/apps/docs/document-api/reference/authorities/entries-remove.mdx
@@ -6,8 +6,6 @@ description: Remove a TA authority entry field from the document.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Remove a TA authority entry field from the document.
@@ -17,7 +15,7 @@ Remove a TA authority entry field from the document.
- Mutates document: `yes`
- Idempotency: `non-idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/authorities/entries-update.mdx b/apps/docs/document-api/reference/authorities/entries-update.mdx
index 676ce3134d..1e8ecf1666 100644
--- a/apps/docs/document-api/reference/authorities/entries-update.mdx
+++ b/apps/docs/document-api/reference/authorities/entries-update.mdx
@@ -6,8 +6,6 @@ description: Update the properties of an existing TA authority entry.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Update the properties of an existing TA authority entry.
@@ -17,7 +15,7 @@ Update the properties of an existing TA authority entry.
- Mutates document: `yes`
- Idempotency: `idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/authorities/get.mdx b/apps/docs/document-api/reference/authorities/get.mdx
index 9cd502a10d..7fbef15450 100644
--- a/apps/docs/document-api/reference/authorities/get.mdx
+++ b/apps/docs/document-api/reference/authorities/get.mdx
@@ -6,8 +6,6 @@ description: Get detailed information about a specific table-of-authorities bloc
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Get detailed information about a specific table-of-authorities block.
diff --git a/apps/docs/document-api/reference/authorities/index.mdx b/apps/docs/document-api/reference/authorities/index.mdx
index df6b79c741..d83e840856 100644
--- a/apps/docs/document-api/reference/authorities/index.mdx
+++ b/apps/docs/document-api/reference/authorities/index.mdx
@@ -6,8 +6,6 @@ description: Table of Authorities operation reference from the canonical Documen
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
[Back to full reference](../index)
Table of authorities lifecycle and TA entry operations.
@@ -16,13 +14,13 @@ Table of authorities lifecycle and TA entry operations.
| --- | --- | --- | --- | --- | --- |
| authorities.list | `authorities.list` | No | `idempotent` | No | No |
| authorities.get | `authorities.get` | No | `idempotent` | No | No |
-| authorities.insert | `authorities.insert` | Yes | `non-idempotent` | No | No |
-| authorities.configure | `authorities.configure` | Yes | `idempotent` | No | No |
-| authorities.rebuild | `authorities.rebuild` | Yes | `idempotent` | No | No |
-| authorities.remove | `authorities.remove` | Yes | `non-idempotent` | No | No |
+| authorities.insert | `authorities.insert` | Yes | `non-idempotent` | No | Yes |
+| authorities.configure | `authorities.configure` | Yes | `idempotent` | No | Yes |
+| authorities.rebuild | `authorities.rebuild` | Yes | `idempotent` | No | Yes |
+| authorities.remove | `authorities.remove` | Yes | `non-idempotent` | No | Yes |
| authorities.entries.list | `authorities.entries.list` | No | `idempotent` | No | No |
| authorities.entries.get | `authorities.entries.get` | No | `idempotent` | No | No |
-| authorities.entries.insert | `authorities.entries.insert` | Yes | `non-idempotent` | No | No |
-| authorities.entries.update | `authorities.entries.update` | Yes | `idempotent` | No | No |
-| authorities.entries.remove | `authorities.entries.remove` | Yes | `non-idempotent` | No | No |
+| authorities.entries.insert | `authorities.entries.insert` | Yes | `non-idempotent` | No | Yes |
+| authorities.entries.update | `authorities.entries.update` | Yes | `idempotent` | No | Yes |
+| authorities.entries.remove | `authorities.entries.remove` | Yes | `non-idempotent` | No | Yes |
diff --git a/apps/docs/document-api/reference/authorities/insert.mdx b/apps/docs/document-api/reference/authorities/insert.mdx
index 83986909a6..b24f3e80b3 100644
--- a/apps/docs/document-api/reference/authorities/insert.mdx
+++ b/apps/docs/document-api/reference/authorities/insert.mdx
@@ -6,8 +6,6 @@ description: Insert a new table-of-authorities block at a target location.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Insert a new table-of-authorities block at a target location.
@@ -17,7 +15,7 @@ Insert a new table-of-authorities block at a target location.
- Mutates document: `yes`
- Idempotency: `non-idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/authorities/list.mdx b/apps/docs/document-api/reference/authorities/list.mdx
index cbf74b7b61..fcc2af3e00 100644
--- a/apps/docs/document-api/reference/authorities/list.mdx
+++ b/apps/docs/document-api/reference/authorities/list.mdx
@@ -6,8 +6,6 @@ description: List all table-of-authorities blocks in the document.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
List all table-of-authorities blocks in the document.
diff --git a/apps/docs/document-api/reference/authorities/rebuild.mdx b/apps/docs/document-api/reference/authorities/rebuild.mdx
index 02d07b1566..097398bc60 100644
--- a/apps/docs/document-api/reference/authorities/rebuild.mdx
+++ b/apps/docs/document-api/reference/authorities/rebuild.mdx
@@ -6,8 +6,6 @@ description: Rebuild a table-of-authorities block from its entries.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Rebuild a table-of-authorities block from its entries.
@@ -17,7 +15,7 @@ Rebuild a table-of-authorities block from its entries.
- Mutates document: `yes`
- Idempotency: `idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/authorities/remove.mdx b/apps/docs/document-api/reference/authorities/remove.mdx
index 392b2e1a2b..0a048ba3ef 100644
--- a/apps/docs/document-api/reference/authorities/remove.mdx
+++ b/apps/docs/document-api/reference/authorities/remove.mdx
@@ -6,8 +6,6 @@ description: Remove a table-of-authorities block from the document.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Remove a table-of-authorities block from the document.
@@ -17,7 +15,7 @@ Remove a table-of-authorities block from the document.
- Mutates document: `yes`
- Idempotency: `non-idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/blocks/delete-range.mdx b/apps/docs/document-api/reference/blocks/delete-range.mdx
index 4a1684b675..0d6c8f634f 100644
--- a/apps/docs/document-api/reference/blocks/delete-range.mdx
+++ b/apps/docs/document-api/reference/blocks/delete-range.mdx
@@ -6,8 +6,6 @@ description: Delete a contiguous range of top-level blocks between two endpoints
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Delete a contiguous range of top-level blocks between two endpoints (inclusive). Both endpoints must be direct children of the document node. Supports dry-run preview.
diff --git a/apps/docs/document-api/reference/blocks/delete.mdx b/apps/docs/document-api/reference/blocks/delete.mdx
index 182ecb836b..421ced1695 100644
--- a/apps/docs/document-api/reference/blocks/delete.mdx
+++ b/apps/docs/document-api/reference/blocks/delete.mdx
@@ -6,8 +6,6 @@ description: Delete an entire block node (paragraph, heading, list item, table,
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Delete an entire block node (paragraph, heading, list item, table, image, or sdt) deterministically.
diff --git a/apps/docs/document-api/reference/blocks/index.mdx b/apps/docs/document-api/reference/blocks/index.mdx
index d0c212626e..21967f823f 100644
--- a/apps/docs/document-api/reference/blocks/index.mdx
+++ b/apps/docs/document-api/reference/blocks/index.mdx
@@ -6,8 +6,6 @@ description: Blocks operation reference from the canonical Document API contract
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
[Back to full reference](../index)
Block-level structural operations.
diff --git a/apps/docs/document-api/reference/blocks/list.mdx b/apps/docs/document-api/reference/blocks/list.mdx
index 3768711a13..ac25274c54 100644
--- a/apps/docs/document-api/reference/blocks/list.mdx
+++ b/apps/docs/document-api/reference/blocks/list.mdx
@@ -6,8 +6,6 @@ description: List top-level blocks in document order with IDs, types, and text p
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
List top-level blocks in document order with IDs, types, and text previews. Supports pagination via offset/limit and optional nodeType filtering.
diff --git a/apps/docs/document-api/reference/bookmarks/get.mdx b/apps/docs/document-api/reference/bookmarks/get.mdx
index f15be56922..35077609cc 100644
--- a/apps/docs/document-api/reference/bookmarks/get.mdx
+++ b/apps/docs/document-api/reference/bookmarks/get.mdx
@@ -6,8 +6,6 @@ description: Get detailed information about a specific bookmark.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Get detailed information about a specific bookmark.
diff --git a/apps/docs/document-api/reference/bookmarks/index.mdx b/apps/docs/document-api/reference/bookmarks/index.mdx
index e97da6d812..c5ed2dbb8d 100644
--- a/apps/docs/document-api/reference/bookmarks/index.mdx
+++ b/apps/docs/document-api/reference/bookmarks/index.mdx
@@ -6,8 +6,6 @@ description: Bookmarks operation reference from the canonical Document API contr
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
[Back to full reference](../index)
Named bookmark inspection, insertion, renaming, and removal.
@@ -16,7 +14,7 @@ Named bookmark inspection, insertion, renaming, and removal.
| --- | --- | --- | --- | --- | --- |
| bookmarks.list | `bookmarks.list` | No | `idempotent` | No | No |
| bookmarks.get | `bookmarks.get` | No | `idempotent` | No | No |
-| bookmarks.insert | `bookmarks.insert` | Yes | `non-idempotent` | No | No |
-| bookmarks.rename | `bookmarks.rename` | Yes | `idempotent` | No | No |
-| bookmarks.remove | `bookmarks.remove` | Yes | `non-idempotent` | No | No |
+| bookmarks.insert | `bookmarks.insert` | Yes | `non-idempotent` | No | Yes |
+| bookmarks.rename | `bookmarks.rename` | Yes | `idempotent` | No | Yes |
+| bookmarks.remove | `bookmarks.remove` | Yes | `non-idempotent` | No | Yes |
diff --git a/apps/docs/document-api/reference/bookmarks/insert.mdx b/apps/docs/document-api/reference/bookmarks/insert.mdx
index a025780413..2dfbae6bc2 100644
--- a/apps/docs/document-api/reference/bookmarks/insert.mdx
+++ b/apps/docs/document-api/reference/bookmarks/insert.mdx
@@ -6,8 +6,6 @@ description: Insert a new named bookmark at a target location.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Insert a new named bookmark at a target location.
@@ -17,7 +15,7 @@ Insert a new named bookmark at a target location.
- Mutates document: `yes`
- Idempotency: `non-idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/bookmarks/list.mdx b/apps/docs/document-api/reference/bookmarks/list.mdx
index e6cf6c4570..8e8fdc0f48 100644
--- a/apps/docs/document-api/reference/bookmarks/list.mdx
+++ b/apps/docs/document-api/reference/bookmarks/list.mdx
@@ -6,8 +6,6 @@ description: List all bookmarks in the document.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
List all bookmarks in the document.
diff --git a/apps/docs/document-api/reference/bookmarks/remove.mdx b/apps/docs/document-api/reference/bookmarks/remove.mdx
index 7142f8b338..388ebcfa05 100644
--- a/apps/docs/document-api/reference/bookmarks/remove.mdx
+++ b/apps/docs/document-api/reference/bookmarks/remove.mdx
@@ -6,8 +6,6 @@ description: Remove a bookmark from the document.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Remove a bookmark from the document.
@@ -17,7 +15,7 @@ Remove a bookmark from the document.
- Mutates document: `yes`
- Idempotency: `non-idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/bookmarks/rename.mdx b/apps/docs/document-api/reference/bookmarks/rename.mdx
index d1fe9309a7..7f56876e54 100644
--- a/apps/docs/document-api/reference/bookmarks/rename.mdx
+++ b/apps/docs/document-api/reference/bookmarks/rename.mdx
@@ -6,8 +6,6 @@ description: Rename an existing bookmark.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Rename an existing bookmark.
@@ -17,7 +15,7 @@ Rename an existing bookmark.
- Mutates document: `yes`
- Idempotency: `idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/capabilities/get.mdx b/apps/docs/document-api/reference/capabilities/get.mdx
index 12a7e8665a..df23ceaa4c 100644
--- a/apps/docs/document-api/reference/capabilities/get.mdx
+++ b/apps/docs/document-api/reference/capabilities/get.mdx
@@ -6,8 +6,6 @@ description: Query runtime capabilities supported by the current document engine
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Query runtime capabilities supported by the current document engine.
@@ -2450,7 +2448,7 @@ _No fields._
"operations": {
"authorities.configure": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"authorities.entries.get": {
@@ -2460,7 +2458,7 @@ _No fields._
},
"authorities.entries.insert": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"authorities.entries.list": {
@@ -2470,12 +2468,12 @@ _No fields._
},
"authorities.entries.remove": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"authorities.entries.update": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"authorities.get": {
@@ -2485,7 +2483,7 @@ _No fields._
},
"authorities.insert": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"authorities.list": {
@@ -2495,12 +2493,12 @@ _No fields._
},
"authorities.rebuild": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"authorities.remove": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"blocks.delete": {
@@ -2525,7 +2523,7 @@ _No fields._
},
"bookmarks.insert": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"bookmarks.list": {
@@ -2535,12 +2533,12 @@ _No fields._
},
"bookmarks.remove": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"bookmarks.rename": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"capabilities.get": {
@@ -2550,7 +2548,7 @@ _No fields._
},
"captions.configure": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"captions.get": {
@@ -2560,7 +2558,7 @@ _No fields._
},
"captions.insert": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"captions.list": {
@@ -2570,17 +2568,17 @@ _No fields._
},
"captions.remove": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"captions.update": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"citations.bibliography.configure": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"citations.bibliography.get": {
@@ -2590,17 +2588,17 @@ _No fields._
},
"citations.bibliography.insert": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"citations.bibliography.rebuild": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"citations.bibliography.remove": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"citations.get": {
@@ -2610,7 +2608,7 @@ _No fields._
},
"citations.insert": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"citations.list": {
@@ -2620,7 +2618,7 @@ _No fields._
},
"citations.remove": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"citations.sources.get": {
@@ -2630,7 +2628,7 @@ _No fields._
},
"citations.sources.insert": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"citations.sources.list": {
@@ -2640,17 +2638,17 @@ _No fields._
},
"citations.sources.remove": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"citations.sources.update": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"citations.update": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"clearContent": {
@@ -2995,7 +2993,7 @@ _No fields._
},
"crossRefs.insert": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"crossRefs.list": {
@@ -3005,12 +3003,12 @@ _No fields._
},
"crossRefs.rebuild": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"crossRefs.remove": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"delete": {
@@ -3040,7 +3038,7 @@ _No fields._
},
"fields.insert": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"fields.list": {
@@ -3050,12 +3048,12 @@ _No fields._
},
"fields.rebuild": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"fields.remove": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"find": {
@@ -3065,7 +3063,7 @@ _No fields._
},
"footnotes.configure": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"footnotes.get": {
@@ -3075,7 +3073,7 @@ _No fields._
},
"footnotes.insert": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"footnotes.list": {
@@ -3085,12 +3083,12 @@ _No fields._
},
"footnotes.remove": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"footnotes.update": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"format.apply": {
@@ -3665,7 +3663,7 @@ _No fields._
},
"index.configure": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"index.entries.get": {
@@ -3675,7 +3673,7 @@ _No fields._
},
"index.entries.insert": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"index.entries.list": {
@@ -3685,12 +3683,12 @@ _No fields._
},
"index.entries.remove": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"index.entries.update": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"index.get": {
@@ -3700,7 +3698,7 @@ _No fields._
},
"index.insert": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"index.list": {
@@ -3710,12 +3708,12 @@ _No fields._
},
"index.rebuild": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"index.remove": {
"available": true,
- "dryRun": false,
+ "dryRun": true,
"tracked": false
},
"info": {
diff --git a/apps/docs/document-api/reference/capabilities/index.mdx b/apps/docs/document-api/reference/capabilities/index.mdx
index d18c0b9c45..0d954707b2 100644
--- a/apps/docs/document-api/reference/capabilities/index.mdx
+++ b/apps/docs/document-api/reference/capabilities/index.mdx
@@ -6,8 +6,6 @@ description: Capabilities operation reference from the canonical Document API co
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
[Back to full reference](../index)
Runtime support discovery for capability-aware branching.
diff --git a/apps/docs/document-api/reference/captions/configure.mdx b/apps/docs/document-api/reference/captions/configure.mdx
index beba14efbd..4780e4c271 100644
--- a/apps/docs/document-api/reference/captions/configure.mdx
+++ b/apps/docs/document-api/reference/captions/configure.mdx
@@ -6,8 +6,6 @@ description: Configure numbering format for a caption label.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Configure numbering format for a caption label.
@@ -17,7 +15,7 @@ Configure numbering format for a caption label.
- Mutates document: `yes`
- Idempotency: `idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/captions/get.mdx b/apps/docs/document-api/reference/captions/get.mdx
index 7246183f53..13f62847f3 100644
--- a/apps/docs/document-api/reference/captions/get.mdx
+++ b/apps/docs/document-api/reference/captions/get.mdx
@@ -6,8 +6,6 @@ description: Get detailed information about a specific caption paragraph.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Get detailed information about a specific caption paragraph.
diff --git a/apps/docs/document-api/reference/captions/index.mdx b/apps/docs/document-api/reference/captions/index.mdx
index 7d462e7528..8fafcf919b 100644
--- a/apps/docs/document-api/reference/captions/index.mdx
+++ b/apps/docs/document-api/reference/captions/index.mdx
@@ -6,8 +6,6 @@ description: Captions operation reference from the canonical Document API contra
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
[Back to full reference](../index)
Caption (SEQ field) inspection, insertion, update, removal, and numbering configuration.
@@ -16,8 +14,8 @@ Caption (SEQ field) inspection, insertion, update, removal, and numbering config
| --- | --- | --- | --- | --- | --- |
| captions.list | `captions.list` | No | `idempotent` | No | No |
| captions.get | `captions.get` | No | `idempotent` | No | No |
-| captions.insert | `captions.insert` | Yes | `non-idempotent` | No | No |
-| captions.update | `captions.update` | Yes | `idempotent` | No | No |
-| captions.remove | `captions.remove` | Yes | `non-idempotent` | No | No |
-| captions.configure | `captions.configure` | Yes | `idempotent` | No | No |
+| captions.insert | `captions.insert` | Yes | `non-idempotent` | No | Yes |
+| captions.update | `captions.update` | Yes | `idempotent` | No | Yes |
+| captions.remove | `captions.remove` | Yes | `non-idempotent` | No | Yes |
+| captions.configure | `captions.configure` | Yes | `idempotent` | No | Yes |
diff --git a/apps/docs/document-api/reference/captions/insert.mdx b/apps/docs/document-api/reference/captions/insert.mdx
index 71435d43cf..9c84197cba 100644
--- a/apps/docs/document-api/reference/captions/insert.mdx
+++ b/apps/docs/document-api/reference/captions/insert.mdx
@@ -6,8 +6,6 @@ description: Insert a new caption paragraph adjacent to a target block.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Insert a new caption paragraph adjacent to a target block.
@@ -17,7 +15,7 @@ Insert a new caption paragraph adjacent to a target block.
- Mutates document: `yes`
- Idempotency: `non-idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/captions/list.mdx b/apps/docs/document-api/reference/captions/list.mdx
index 03a295025f..fab6d248ff 100644
--- a/apps/docs/document-api/reference/captions/list.mdx
+++ b/apps/docs/document-api/reference/captions/list.mdx
@@ -6,8 +6,6 @@ description: List all caption paragraphs in the document.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
List all caption paragraphs in the document.
diff --git a/apps/docs/document-api/reference/captions/remove.mdx b/apps/docs/document-api/reference/captions/remove.mdx
index fbb1a1b145..241f4fc360 100644
--- a/apps/docs/document-api/reference/captions/remove.mdx
+++ b/apps/docs/document-api/reference/captions/remove.mdx
@@ -6,8 +6,6 @@ description: Remove a caption paragraph from the document.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Remove a caption paragraph from the document.
@@ -17,7 +15,7 @@ Remove a caption paragraph from the document.
- Mutates document: `yes`
- Idempotency: `non-idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/captions/update.mdx b/apps/docs/document-api/reference/captions/update.mdx
index ac78e64d2e..1a42e18ee0 100644
--- a/apps/docs/document-api/reference/captions/update.mdx
+++ b/apps/docs/document-api/reference/captions/update.mdx
@@ -6,8 +6,6 @@ description: Update the text of an existing caption paragraph.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Update the text of an existing caption paragraph.
@@ -17,7 +15,7 @@ Update the text of an existing caption paragraph.
- Mutates document: `yes`
- Idempotency: `idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/citations/bibliography-configure.mdx b/apps/docs/document-api/reference/citations/bibliography-configure.mdx
index 0bd53ed640..7ce88b0bad 100644
--- a/apps/docs/document-api/reference/citations/bibliography-configure.mdx
+++ b/apps/docs/document-api/reference/citations/bibliography-configure.mdx
@@ -6,8 +6,6 @@ description: Configure the bibliography style.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Configure the bibliography style.
@@ -17,7 +15,7 @@ Configure the bibliography style.
- Mutates document: `yes`
- Idempotency: `idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
@@ -29,12 +27,21 @@ Returns a BibliographyMutationResult indicating success or a failure.
| Field | Type | Required | Description |
| --- | --- | --- | --- |
| `style` | string | yes | |
+| `target` | object(kind="block") | yes | |
+| `target.kind` | `"block"` | yes | Constant: `"block"` |
+| `target.nodeId` | string | yes | |
+| `target.nodeType` | `"bibliography"` | yes | Constant: `"bibliography"` |
### Example request
```json
{
- "style": "example"
+ "style": "example",
+ "target": {
+ "kind": "block",
+ "nodeId": "node-def456",
+ "nodeType": "bibliography"
+ }
}
```
@@ -93,9 +100,30 @@ Returns a BibliographyMutationResult indicating success or a failure.
"properties": {
"style": {
"type": "string"
+ },
+ "target": {
+ "additionalProperties": false,
+ "properties": {
+ "kind": {
+ "const": "block"
+ },
+ "nodeId": {
+ "type": "string"
+ },
+ "nodeType": {
+ "const": "bibliography"
+ }
+ },
+ "required": [
+ "kind",
+ "nodeType",
+ "nodeId"
+ ],
+ "type": "object"
}
},
"required": [
+ "target",
"style"
],
"type": "object"
diff --git a/apps/docs/document-api/reference/citations/bibliography-get.mdx b/apps/docs/document-api/reference/citations/bibliography-get.mdx
index bdb533e71a..328111f7e0 100644
--- a/apps/docs/document-api/reference/citations/bibliography-get.mdx
+++ b/apps/docs/document-api/reference/citations/bibliography-get.mdx
@@ -6,8 +6,6 @@ description: Get information about the bibliography block.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Get information about the bibliography block.
diff --git a/apps/docs/document-api/reference/citations/bibliography-insert.mdx b/apps/docs/document-api/reference/citations/bibliography-insert.mdx
index c0e20f9046..993b5fed34 100644
--- a/apps/docs/document-api/reference/citations/bibliography-insert.mdx
+++ b/apps/docs/document-api/reference/citations/bibliography-insert.mdx
@@ -6,8 +6,6 @@ description: Insert a bibliography block at a target location.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Insert a bibliography block at a target location.
@@ -17,7 +15,7 @@ Insert a bibliography block at a target location.
- Mutates document: `yes`
- Idempotency: `non-idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/citations/bibliography-rebuild.mdx b/apps/docs/document-api/reference/citations/bibliography-rebuild.mdx
index dd3fa5f85b..8c12cc1c0f 100644
--- a/apps/docs/document-api/reference/citations/bibliography-rebuild.mdx
+++ b/apps/docs/document-api/reference/citations/bibliography-rebuild.mdx
@@ -6,8 +6,6 @@ description: Rebuild the bibliography from current sources.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Rebuild the bibliography from current sources.
@@ -17,7 +15,7 @@ Rebuild the bibliography from current sources.
- Mutates document: `yes`
- Idempotency: `idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/citations/bibliography-remove.mdx b/apps/docs/document-api/reference/citations/bibliography-remove.mdx
index 820f5b52f9..5c495bcf0f 100644
--- a/apps/docs/document-api/reference/citations/bibliography-remove.mdx
+++ b/apps/docs/document-api/reference/citations/bibliography-remove.mdx
@@ -6,8 +6,6 @@ description: Remove the bibliography block from the document.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Remove the bibliography block from the document.
@@ -17,7 +15,7 @@ Remove the bibliography block from the document.
- Mutates document: `yes`
- Idempotency: `non-idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/citations/get.mdx b/apps/docs/document-api/reference/citations/get.mdx
index ed3f47eeec..8f3bacf502 100644
--- a/apps/docs/document-api/reference/citations/get.mdx
+++ b/apps/docs/document-api/reference/citations/get.mdx
@@ -6,8 +6,6 @@ description: Get detailed information about a specific citation mark.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Get detailed information about a specific citation mark.
diff --git a/apps/docs/document-api/reference/citations/index.mdx b/apps/docs/document-api/reference/citations/index.mdx
index baadd33661..8b128b27ce 100644
--- a/apps/docs/document-api/reference/citations/index.mdx
+++ b/apps/docs/document-api/reference/citations/index.mdx
@@ -6,8 +6,6 @@ description: Citations operation reference from the canonical Document API contr
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
[Back to full reference](../index)
Citation, source, and bibliography lifecycle operations.
@@ -16,17 +14,17 @@ Citation, source, and bibliography lifecycle operations.
| --- | --- | --- | --- | --- | --- |
| citations.list | `citations.list` | No | `idempotent` | No | No |
| citations.get | `citations.get` | No | `idempotent` | No | No |
-| citations.insert | `citations.insert` | Yes | `non-idempotent` | No | No |
-| citations.update | `citations.update` | Yes | `idempotent` | No | No |
-| citations.remove | `citations.remove` | Yes | `non-idempotent` | No | No |
+| citations.insert | `citations.insert` | Yes | `non-idempotent` | No | Yes |
+| citations.update | `citations.update` | Yes | `idempotent` | No | Yes |
+| citations.remove | `citations.remove` | Yes | `non-idempotent` | No | Yes |
| citations.sources.list | `citations.sources.list` | No | `idempotent` | No | No |
| citations.sources.get | `citations.sources.get` | No | `idempotent` | No | No |
-| citations.sources.insert | `citations.sources.insert` | Yes | `non-idempotent` | No | No |
-| citations.sources.update | `citations.sources.update` | Yes | `idempotent` | No | No |
-| citations.sources.remove | `citations.sources.remove` | Yes | `non-idempotent` | No | No |
+| citations.sources.insert | `citations.sources.insert` | Yes | `non-idempotent` | No | Yes |
+| citations.sources.update | `citations.sources.update` | Yes | `idempotent` | No | Yes |
+| citations.sources.remove | `citations.sources.remove` | Yes | `non-idempotent` | No | Yes |
| citations.bibliography.get | `citations.bibliography.get` | No | `idempotent` | No | No |
-| citations.bibliography.insert | `citations.bibliography.insert` | Yes | `non-idempotent` | No | No |
-| citations.bibliography.rebuild | `citations.bibliography.rebuild` | Yes | `idempotent` | No | No |
-| citations.bibliography.configure | `citations.bibliography.configure` | Yes | `idempotent` | No | No |
-| citations.bibliography.remove | `citations.bibliography.remove` | Yes | `non-idempotent` | No | No |
+| citations.bibliography.insert | `citations.bibliography.insert` | Yes | `non-idempotent` | No | Yes |
+| citations.bibliography.rebuild | `citations.bibliography.rebuild` | Yes | `idempotent` | No | Yes |
+| citations.bibliography.configure | `citations.bibliography.configure` | Yes | `idempotent` | No | Yes |
+| citations.bibliography.remove | `citations.bibliography.remove` | Yes | `non-idempotent` | No | Yes |
diff --git a/apps/docs/document-api/reference/citations/insert.mdx b/apps/docs/document-api/reference/citations/insert.mdx
index c552cc49e6..3deddff41f 100644
--- a/apps/docs/document-api/reference/citations/insert.mdx
+++ b/apps/docs/document-api/reference/citations/insert.mdx
@@ -6,8 +6,6 @@ description: Insert a new citation mark at a target location.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Insert a new citation mark at a target location.
@@ -17,7 +15,7 @@ Insert a new citation mark at a target location.
- Mutates document: `yes`
- Idempotency: `non-idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/citations/list.mdx b/apps/docs/document-api/reference/citations/list.mdx
index fc5e9edb80..966b7acc6f 100644
--- a/apps/docs/document-api/reference/citations/list.mdx
+++ b/apps/docs/document-api/reference/citations/list.mdx
@@ -6,8 +6,6 @@ description: List all citation marks in the document.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
List all citation marks in the document.
diff --git a/apps/docs/document-api/reference/citations/remove.mdx b/apps/docs/document-api/reference/citations/remove.mdx
index 679df432f2..fa9fba7efc 100644
--- a/apps/docs/document-api/reference/citations/remove.mdx
+++ b/apps/docs/document-api/reference/citations/remove.mdx
@@ -6,8 +6,6 @@ description: Remove a citation mark from the document.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Remove a citation mark from the document.
@@ -17,7 +15,7 @@ Remove a citation mark from the document.
- Mutates document: `yes`
- Idempotency: `non-idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/citations/sources-get.mdx b/apps/docs/document-api/reference/citations/sources-get.mdx
index 957ede3d0d..c97dcedb04 100644
--- a/apps/docs/document-api/reference/citations/sources-get.mdx
+++ b/apps/docs/document-api/reference/citations/sources-get.mdx
@@ -6,8 +6,6 @@ description: Get detailed information about a specific citation source.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Get detailed information about a specific citation source.
diff --git a/apps/docs/document-api/reference/citations/sources-insert.mdx b/apps/docs/document-api/reference/citations/sources-insert.mdx
index 7b6449ec42..586f10202f 100644
--- a/apps/docs/document-api/reference/citations/sources-insert.mdx
+++ b/apps/docs/document-api/reference/citations/sources-insert.mdx
@@ -6,8 +6,6 @@ description: Register a new citation source in the document store.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Register a new citation source in the document store.
@@ -17,7 +15,7 @@ Register a new citation source in the document store.
- Mutates document: `yes`
- Idempotency: `non-idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/citations/sources-list.mdx b/apps/docs/document-api/reference/citations/sources-list.mdx
index 5f3c508ba1..d15cae56de 100644
--- a/apps/docs/document-api/reference/citations/sources-list.mdx
+++ b/apps/docs/document-api/reference/citations/sources-list.mdx
@@ -6,8 +6,6 @@ description: List all citation sources in the document store.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
List all citation sources in the document store.
diff --git a/apps/docs/document-api/reference/citations/sources-remove.mdx b/apps/docs/document-api/reference/citations/sources-remove.mdx
index 8ba1233940..53b4f6d5a2 100644
--- a/apps/docs/document-api/reference/citations/sources-remove.mdx
+++ b/apps/docs/document-api/reference/citations/sources-remove.mdx
@@ -6,8 +6,6 @@ description: Remove a citation source from the document store.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Remove a citation source from the document store.
@@ -17,7 +15,7 @@ Remove a citation source from the document store.
- Mutates document: `yes`
- Idempotency: `non-idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/citations/sources-update.mdx b/apps/docs/document-api/reference/citations/sources-update.mdx
index f7c9eaa984..8a12a14fcb 100644
--- a/apps/docs/document-api/reference/citations/sources-update.mdx
+++ b/apps/docs/document-api/reference/citations/sources-update.mdx
@@ -6,8 +6,6 @@ description: Update the fields of an existing citation source.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Update the fields of an existing citation source.
@@ -17,7 +15,7 @@ Update the fields of an existing citation source.
- Mutates document: `yes`
- Idempotency: `idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/citations/update.mdx b/apps/docs/document-api/reference/citations/update.mdx
index 3536fa4a34..355fe7edf6 100644
--- a/apps/docs/document-api/reference/citations/update.mdx
+++ b/apps/docs/document-api/reference/citations/update.mdx
@@ -6,8 +6,6 @@ description: "Update an existing citation mark's source references."
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Update an existing citation mark's source references.
@@ -17,7 +15,7 @@ Update an existing citation mark's source references.
- Mutates document: `yes`
- Idempotency: `idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/clear-content.mdx b/apps/docs/document-api/reference/clear-content.mdx
index 2d977b020a..82368ca90e 100644
--- a/apps/docs/document-api/reference/clear-content.mdx
+++ b/apps/docs/document-api/reference/clear-content.mdx
@@ -6,8 +6,6 @@ description: Clear all document body content, leaving a single empty paragraph.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Clear all document body content, leaving a single empty paragraph.
diff --git a/apps/docs/document-api/reference/comments/create.mdx b/apps/docs/document-api/reference/comments/create.mdx
index 69c34e7555..8d956fe131 100644
--- a/apps/docs/document-api/reference/comments/create.mdx
+++ b/apps/docs/document-api/reference/comments/create.mdx
@@ -6,8 +6,6 @@ description: Create a new comment thread (or reply when parentCommentId is given
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Create a new comment thread (or reply when parentCommentId is given).
diff --git a/apps/docs/document-api/reference/comments/delete.mdx b/apps/docs/document-api/reference/comments/delete.mdx
index 67fab4098e..4115ddd792 100644
--- a/apps/docs/document-api/reference/comments/delete.mdx
+++ b/apps/docs/document-api/reference/comments/delete.mdx
@@ -6,8 +6,6 @@ description: Remove a comment or reply by ID.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Remove a comment or reply by ID.
diff --git a/apps/docs/document-api/reference/comments/get.mdx b/apps/docs/document-api/reference/comments/get.mdx
index 29200f7ba6..686a4e6639 100644
--- a/apps/docs/document-api/reference/comments/get.mdx
+++ b/apps/docs/document-api/reference/comments/get.mdx
@@ -6,8 +6,6 @@ description: Retrieve a single comment thread by ID.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Retrieve a single comment thread by ID.
diff --git a/apps/docs/document-api/reference/comments/index.mdx b/apps/docs/document-api/reference/comments/index.mdx
index 1918bd6fd4..b7dd7450e1 100644
--- a/apps/docs/document-api/reference/comments/index.mdx
+++ b/apps/docs/document-api/reference/comments/index.mdx
@@ -6,8 +6,6 @@ description: Comments operation reference from the canonical Document API contra
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
[Back to full reference](../index)
Comment authoring and thread lifecycle operations.
diff --git a/apps/docs/document-api/reference/comments/list.mdx b/apps/docs/document-api/reference/comments/list.mdx
index 71cafad1b7..96e21e03ed 100644
--- a/apps/docs/document-api/reference/comments/list.mdx
+++ b/apps/docs/document-api/reference/comments/list.mdx
@@ -6,8 +6,6 @@ description: List all comment threads in the document.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
List all comment threads in the document.
diff --git a/apps/docs/document-api/reference/comments/patch.mdx b/apps/docs/document-api/reference/comments/patch.mdx
index d31875df2d..252b0010f6 100644
--- a/apps/docs/document-api/reference/comments/patch.mdx
+++ b/apps/docs/document-api/reference/comments/patch.mdx
@@ -6,8 +6,6 @@ description: Patch fields on an existing comment (text, target, status, or isInt
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Patch fields on an existing comment (text, target, status, or isInternal).
diff --git a/apps/docs/document-api/reference/content-controls/append-content.mdx b/apps/docs/document-api/reference/content-controls/append-content.mdx
index a5778da3c1..661c852d2a 100644
--- a/apps/docs/document-api/reference/content-controls/append-content.mdx
+++ b/apps/docs/document-api/reference/content-controls/append-content.mdx
@@ -6,8 +6,6 @@ description: Append content to the end of a content control.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Append content to the end of a content control.
diff --git a/apps/docs/document-api/reference/content-controls/checkbox/get-state.mdx b/apps/docs/document-api/reference/content-controls/checkbox/get-state.mdx
index 51e86d9cd4..5b5b9d8325 100644
--- a/apps/docs/document-api/reference/content-controls/checkbox/get-state.mdx
+++ b/apps/docs/document-api/reference/content-controls/checkbox/get-state.mdx
@@ -6,8 +6,6 @@ description: Get the checked state of a checkbox content control.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Get the checked state of a checkbox content control.
diff --git a/apps/docs/document-api/reference/content-controls/checkbox/set-state.mdx b/apps/docs/document-api/reference/content-controls/checkbox/set-state.mdx
index 0f841d3eaf..cd6f12984e 100644
--- a/apps/docs/document-api/reference/content-controls/checkbox/set-state.mdx
+++ b/apps/docs/document-api/reference/content-controls/checkbox/set-state.mdx
@@ -6,8 +6,6 @@ description: Set the checked state of a checkbox content control.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set the checked state of a checkbox content control.
diff --git a/apps/docs/document-api/reference/content-controls/checkbox/set-symbol-pair.mdx b/apps/docs/document-api/reference/content-controls/checkbox/set-symbol-pair.mdx
index 2f9a792a71..d65dda1e26 100644
--- a/apps/docs/document-api/reference/content-controls/checkbox/set-symbol-pair.mdx
+++ b/apps/docs/document-api/reference/content-controls/checkbox/set-symbol-pair.mdx
@@ -6,8 +6,6 @@ description: Set the checked and unchecked symbol glyphs for a checkbox content
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set the checked and unchecked symbol glyphs for a checkbox content control.
diff --git a/apps/docs/document-api/reference/content-controls/checkbox/toggle.mdx b/apps/docs/document-api/reference/content-controls/checkbox/toggle.mdx
index 27ad14c53d..4e2228c81d 100644
--- a/apps/docs/document-api/reference/content-controls/checkbox/toggle.mdx
+++ b/apps/docs/document-api/reference/content-controls/checkbox/toggle.mdx
@@ -6,8 +6,6 @@ description: Toggle the checked state of a checkbox content control.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Toggle the checked state of a checkbox content control.
diff --git a/apps/docs/document-api/reference/content-controls/choice-list/get-items.mdx b/apps/docs/document-api/reference/content-controls/choice-list/get-items.mdx
index 91c15bf49d..1b2ce92ef0 100644
--- a/apps/docs/document-api/reference/content-controls/choice-list/get-items.mdx
+++ b/apps/docs/document-api/reference/content-controls/choice-list/get-items.mdx
@@ -6,8 +6,6 @@ description: Get the list items and selected value of a comboBox or dropDownList
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Get the list items and selected value of a comboBox or dropDownList content control.
diff --git a/apps/docs/document-api/reference/content-controls/choice-list/set-items.mdx b/apps/docs/document-api/reference/content-controls/choice-list/set-items.mdx
index b6951a762d..87b405bb06 100644
--- a/apps/docs/document-api/reference/content-controls/choice-list/set-items.mdx
+++ b/apps/docs/document-api/reference/content-controls/choice-list/set-items.mdx
@@ -6,8 +6,6 @@ description: Replace the list items of a comboBox or dropDownList content contro
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Replace the list items of a comboBox or dropDownList content control.
diff --git a/apps/docs/document-api/reference/content-controls/choice-list/set-selected.mdx b/apps/docs/document-api/reference/content-controls/choice-list/set-selected.mdx
index 21a2e9a30e..e91953a84b 100644
--- a/apps/docs/document-api/reference/content-controls/choice-list/set-selected.mdx
+++ b/apps/docs/document-api/reference/content-controls/choice-list/set-selected.mdx
@@ -6,8 +6,6 @@ description: Set the selected value of a comboBox or dropDownList content contro
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set the selected value of a comboBox or dropDownList content control.
diff --git a/apps/docs/document-api/reference/content-controls/clear-binding.mdx b/apps/docs/document-api/reference/content-controls/clear-binding.mdx
index a78b91a63f..d7814db1d3 100644
--- a/apps/docs/document-api/reference/content-controls/clear-binding.mdx
+++ b/apps/docs/document-api/reference/content-controls/clear-binding.mdx
@@ -6,8 +6,6 @@ description: Remove data binding metadata from a content control.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Remove data binding metadata from a content control.
diff --git a/apps/docs/document-api/reference/content-controls/clear-content.mdx b/apps/docs/document-api/reference/content-controls/clear-content.mdx
index e224dee0e4..ad108c0c73 100644
--- a/apps/docs/document-api/reference/content-controls/clear-content.mdx
+++ b/apps/docs/document-api/reference/content-controls/clear-content.mdx
@@ -6,8 +6,6 @@ description: Clear all content inside a content control, leaving it empty.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Clear all content inside a content control, leaving it empty.
diff --git a/apps/docs/document-api/reference/content-controls/copy.mdx b/apps/docs/document-api/reference/content-controls/copy.mdx
index 0bdbfa8100..f802edea37 100644
--- a/apps/docs/document-api/reference/content-controls/copy.mdx
+++ b/apps/docs/document-api/reference/content-controls/copy.mdx
@@ -6,8 +6,6 @@ description: Copy a content control to a destination position. Copied SDTs recei
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Copy a content control to a destination position. Copied SDTs receive new IDs.
diff --git a/apps/docs/document-api/reference/content-controls/create.mdx b/apps/docs/document-api/reference/content-controls/create.mdx
index d396e7dce5..177cb4c016 100644
--- a/apps/docs/document-api/reference/content-controls/create.mdx
+++ b/apps/docs/document-api/reference/content-controls/create.mdx
@@ -6,8 +6,6 @@ description: Create a new content control (SDT) in the document.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Create a new content control (SDT) in the document.
diff --git a/apps/docs/document-api/reference/content-controls/date/clear-value.mdx b/apps/docs/document-api/reference/content-controls/date/clear-value.mdx
index 634a5f8834..29a1b4ecd1 100644
--- a/apps/docs/document-api/reference/content-controls/date/clear-value.mdx
+++ b/apps/docs/document-api/reference/content-controls/date/clear-value.mdx
@@ -6,8 +6,6 @@ description: Clear the date value of a date content control.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Clear the date value of a date content control.
diff --git a/apps/docs/document-api/reference/content-controls/date/set-calendar.mdx b/apps/docs/document-api/reference/content-controls/date/set-calendar.mdx
index 0c78905020..c0c629d419 100644
--- a/apps/docs/document-api/reference/content-controls/date/set-calendar.mdx
+++ b/apps/docs/document-api/reference/content-controls/date/set-calendar.mdx
@@ -6,8 +6,6 @@ description: Set the calendar type for a date content control.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set the calendar type for a date content control.
diff --git a/apps/docs/document-api/reference/content-controls/date/set-display-format.mdx b/apps/docs/document-api/reference/content-controls/date/set-display-format.mdx
index d29ef5a068..54765e4d6f 100644
--- a/apps/docs/document-api/reference/content-controls/date/set-display-format.mdx
+++ b/apps/docs/document-api/reference/content-controls/date/set-display-format.mdx
@@ -6,8 +6,6 @@ description: Set the display format string for a date content control.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set the display format string for a date content control.
diff --git a/apps/docs/document-api/reference/content-controls/date/set-display-locale.mdx b/apps/docs/document-api/reference/content-controls/date/set-display-locale.mdx
index 393467744c..34dec1ec77 100644
--- a/apps/docs/document-api/reference/content-controls/date/set-display-locale.mdx
+++ b/apps/docs/document-api/reference/content-controls/date/set-display-locale.mdx
@@ -6,8 +6,6 @@ description: Set the display locale for a date content control.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set the display locale for a date content control.
diff --git a/apps/docs/document-api/reference/content-controls/date/set-storage-format.mdx b/apps/docs/document-api/reference/content-controls/date/set-storage-format.mdx
index 7a45180cf3..c186c34840 100644
--- a/apps/docs/document-api/reference/content-controls/date/set-storage-format.mdx
+++ b/apps/docs/document-api/reference/content-controls/date/set-storage-format.mdx
@@ -6,8 +6,6 @@ description: Set the XML storage format for a date content control.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set the XML storage format for a date content control.
diff --git a/apps/docs/document-api/reference/content-controls/date/set-value.mdx b/apps/docs/document-api/reference/content-controls/date/set-value.mdx
index a6efe3ef75..95b3558dba 100644
--- a/apps/docs/document-api/reference/content-controls/date/set-value.mdx
+++ b/apps/docs/document-api/reference/content-controls/date/set-value.mdx
@@ -6,8 +6,6 @@ description: Set the date value of a date content control.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set the date value of a date content control.
diff --git a/apps/docs/document-api/reference/content-controls/delete.mdx b/apps/docs/document-api/reference/content-controls/delete.mdx
index fe965ad1c6..1ce79c3d58 100644
--- a/apps/docs/document-api/reference/content-controls/delete.mdx
+++ b/apps/docs/document-api/reference/content-controls/delete.mdx
@@ -6,8 +6,6 @@ description: Delete a content control and its content from the document.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Delete a content control and its content from the document.
diff --git a/apps/docs/document-api/reference/content-controls/get-binding.mdx b/apps/docs/document-api/reference/content-controls/get-binding.mdx
index 5632caddb8..e1663a6382 100644
--- a/apps/docs/document-api/reference/content-controls/get-binding.mdx
+++ b/apps/docs/document-api/reference/content-controls/get-binding.mdx
@@ -6,8 +6,6 @@ description: "Get the data binding metadata (w:dataBinding) of a content control
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Get the data binding metadata (w:dataBinding) of a content control.
diff --git a/apps/docs/document-api/reference/content-controls/get-content.mdx b/apps/docs/document-api/reference/content-controls/get-content.mdx
index 3207ae87f3..39062d6027 100644
--- a/apps/docs/document-api/reference/content-controls/get-content.mdx
+++ b/apps/docs/document-api/reference/content-controls/get-content.mdx
@@ -6,8 +6,6 @@ description: Get the text content of a content control.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Get the text content of a content control.
diff --git a/apps/docs/document-api/reference/content-controls/get-parent.mdx b/apps/docs/document-api/reference/content-controls/get-parent.mdx
index c9bfcf34c1..0ef362f418 100644
--- a/apps/docs/document-api/reference/content-controls/get-parent.mdx
+++ b/apps/docs/document-api/reference/content-controls/get-parent.mdx
@@ -6,8 +6,6 @@ description: Get the parent content control of the target, if any.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Get the parent content control of the target, if any.
diff --git a/apps/docs/document-api/reference/content-controls/get-raw-properties.mdx b/apps/docs/document-api/reference/content-controls/get-raw-properties.mdx
index 97b9f1434c..50ed1133e6 100644
--- a/apps/docs/document-api/reference/content-controls/get-raw-properties.mdx
+++ b/apps/docs/document-api/reference/content-controls/get-raw-properties.mdx
@@ -6,8 +6,6 @@ description: Get the raw sdtPr properties of a content control as a passthrough
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Get the raw sdtPr properties of a content control as a passthrough hash.
diff --git a/apps/docs/document-api/reference/content-controls/get.mdx b/apps/docs/document-api/reference/content-controls/get.mdx
index 4491103451..b67cef105c 100644
--- a/apps/docs/document-api/reference/content-controls/get.mdx
+++ b/apps/docs/document-api/reference/content-controls/get.mdx
@@ -6,8 +6,6 @@ description: Retrieve a single content control by target.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Retrieve a single content control by target.
diff --git a/apps/docs/document-api/reference/content-controls/group/ungroup.mdx b/apps/docs/document-api/reference/content-controls/group/ungroup.mdx
index 1955d73f5e..9268a57df3 100644
--- a/apps/docs/document-api/reference/content-controls/group/ungroup.mdx
+++ b/apps/docs/document-api/reference/content-controls/group/ungroup.mdx
@@ -6,8 +6,6 @@ description: Remove the group designation from a group content control.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Remove the group designation from a group content control.
diff --git a/apps/docs/document-api/reference/content-controls/group/wrap.mdx b/apps/docs/document-api/reference/content-controls/group/wrap.mdx
index ac2090bf15..3bfd2c1ad7 100644
--- a/apps/docs/document-api/reference/content-controls/group/wrap.mdx
+++ b/apps/docs/document-api/reference/content-controls/group/wrap.mdx
@@ -6,8 +6,6 @@ description: Wrap a content control inside a new group content control. Always n
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Wrap a content control inside a new group content control. Always nests; not idempotent.
diff --git a/apps/docs/document-api/reference/content-controls/index.mdx b/apps/docs/document-api/reference/content-controls/index.mdx
index df499c8f6e..a29e3d2f60 100644
--- a/apps/docs/document-api/reference/content-controls/index.mdx
+++ b/apps/docs/document-api/reference/content-controls/index.mdx
@@ -6,8 +6,6 @@ description: Content Controls operation reference from the canonical Document AP
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
[Back to full reference](../index)
Content control (SDT) discovery, mutation, typed controls, and Word compatibility.
diff --git a/apps/docs/document-api/reference/content-controls/insert-after.mdx b/apps/docs/document-api/reference/content-controls/insert-after.mdx
index cbf717af6c..5c214ac912 100644
--- a/apps/docs/document-api/reference/content-controls/insert-after.mdx
+++ b/apps/docs/document-api/reference/content-controls/insert-after.mdx
@@ -6,8 +6,6 @@ description: Insert content immediately after a content control.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Insert content immediately after a content control.
diff --git a/apps/docs/document-api/reference/content-controls/insert-before.mdx b/apps/docs/document-api/reference/content-controls/insert-before.mdx
index 02aa95049e..04f6e8197a 100644
--- a/apps/docs/document-api/reference/content-controls/insert-before.mdx
+++ b/apps/docs/document-api/reference/content-controls/insert-before.mdx
@@ -6,8 +6,6 @@ description: Insert content immediately before a content control.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Insert content immediately before a content control.
diff --git a/apps/docs/document-api/reference/content-controls/list-children.mdx b/apps/docs/document-api/reference/content-controls/list-children.mdx
index a9fa28979d..00c394644b 100644
--- a/apps/docs/document-api/reference/content-controls/list-children.mdx
+++ b/apps/docs/document-api/reference/content-controls/list-children.mdx
@@ -6,8 +6,6 @@ description: List direct child content controls nested inside the target.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
List direct child content controls nested inside the target.
diff --git a/apps/docs/document-api/reference/content-controls/list-in-range.mdx b/apps/docs/document-api/reference/content-controls/list-in-range.mdx
index 6c2bcdb57e..7bb76ae288 100644
--- a/apps/docs/document-api/reference/content-controls/list-in-range.mdx
+++ b/apps/docs/document-api/reference/content-controls/list-in-range.mdx
@@ -6,8 +6,6 @@ description: List content controls within a block range.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
List content controls within a block range.
diff --git a/apps/docs/document-api/reference/content-controls/list.mdx b/apps/docs/document-api/reference/content-controls/list.mdx
index ccd83ca8a4..e40c238b36 100644
--- a/apps/docs/document-api/reference/content-controls/list.mdx
+++ b/apps/docs/document-api/reference/content-controls/list.mdx
@@ -6,8 +6,6 @@ description: List all content controls in the document with optional type/tag fi
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
List all content controls in the document with optional type/tag filtering.
diff --git a/apps/docs/document-api/reference/content-controls/move.mdx b/apps/docs/document-api/reference/content-controls/move.mdx
index b35ab3d20a..a0393ad92e 100644
--- a/apps/docs/document-api/reference/content-controls/move.mdx
+++ b/apps/docs/document-api/reference/content-controls/move.mdx
@@ -6,8 +6,6 @@ description: Move a content control to a new position. Preserves original IDs.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Move a content control to a new position. Preserves original IDs.
diff --git a/apps/docs/document-api/reference/content-controls/normalize-tag-payload.mdx b/apps/docs/document-api/reference/content-controls/normalize-tag-payload.mdx
index fa8855ba35..e35a8e4f03 100644
--- a/apps/docs/document-api/reference/content-controls/normalize-tag-payload.mdx
+++ b/apps/docs/document-api/reference/content-controls/normalize-tag-payload.mdx
@@ -6,8 +6,6 @@ description: Normalize a content control tag between plain-string and JSON-encod
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Normalize a content control tag between plain-string and JSON-encoded formats.
diff --git a/apps/docs/document-api/reference/content-controls/normalize-word-compatibility.mdx b/apps/docs/document-api/reference/content-controls/normalize-word-compatibility.mdx
index e15eca7b91..50ff5c62cf 100644
--- a/apps/docs/document-api/reference/content-controls/normalize-word-compatibility.mdx
+++ b/apps/docs/document-api/reference/content-controls/normalize-word-compatibility.mdx
@@ -6,8 +6,6 @@ description: Normalize a content control to resolve Word compatibility issues.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Normalize a content control to resolve Word compatibility issues.
diff --git a/apps/docs/document-api/reference/content-controls/patch-raw-properties.mdx b/apps/docs/document-api/reference/content-controls/patch-raw-properties.mdx
index 7438dbde0e..382aa90720 100644
--- a/apps/docs/document-api/reference/content-controls/patch-raw-properties.mdx
+++ b/apps/docs/document-api/reference/content-controls/patch-raw-properties.mdx
@@ -6,8 +6,6 @@ description: Apply raw XML-level patches to the sdtPr subtree of a content contr
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Apply raw XML-level patches to the sdtPr subtree of a content control.
diff --git a/apps/docs/document-api/reference/content-controls/patch.mdx b/apps/docs/document-api/reference/content-controls/patch.mdx
index 325d55fa32..5d6e969bbf 100644
--- a/apps/docs/document-api/reference/content-controls/patch.mdx
+++ b/apps/docs/document-api/reference/content-controls/patch.mdx
@@ -6,8 +6,6 @@ description: Patch metadata properties on a content control (tag, alias, appeara
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Patch metadata properties on a content control (tag, alias, appearance, color, etc.).
diff --git a/apps/docs/document-api/reference/content-controls/prepend-content.mdx b/apps/docs/document-api/reference/content-controls/prepend-content.mdx
index be2cd53a80..026e7cad4c 100644
--- a/apps/docs/document-api/reference/content-controls/prepend-content.mdx
+++ b/apps/docs/document-api/reference/content-controls/prepend-content.mdx
@@ -6,8 +6,6 @@ description: Prepend content to the beginning of a content control.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Prepend content to the beginning of a content control.
diff --git a/apps/docs/document-api/reference/content-controls/repeating-section/clone-item.mdx b/apps/docs/document-api/reference/content-controls/repeating-section/clone-item.mdx
index 53884f219f..f6c28a8706 100644
--- a/apps/docs/document-api/reference/content-controls/repeating-section/clone-item.mdx
+++ b/apps/docs/document-api/reference/content-controls/repeating-section/clone-item.mdx
@@ -6,8 +6,6 @@ description: Clone a repeating section item at the given index. Cloned SDTs rece
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Clone a repeating section item at the given index. Cloned SDTs receive new IDs.
diff --git a/apps/docs/document-api/reference/content-controls/repeating-section/delete-item.mdx b/apps/docs/document-api/reference/content-controls/repeating-section/delete-item.mdx
index eada2a2f99..68d23df054 100644
--- a/apps/docs/document-api/reference/content-controls/repeating-section/delete-item.mdx
+++ b/apps/docs/document-api/reference/content-controls/repeating-section/delete-item.mdx
@@ -6,8 +6,6 @@ description: Delete a repeating section item at the given index.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Delete a repeating section item at the given index.
diff --git a/apps/docs/document-api/reference/content-controls/repeating-section/insert-item-after.mdx b/apps/docs/document-api/reference/content-controls/repeating-section/insert-item-after.mdx
index 6dc99296e7..f31a594774 100644
--- a/apps/docs/document-api/reference/content-controls/repeating-section/insert-item-after.mdx
+++ b/apps/docs/document-api/reference/content-controls/repeating-section/insert-item-after.mdx
@@ -6,8 +6,6 @@ description: Insert a new item after a specific index in a repeating section.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Insert a new item after a specific index in a repeating section.
diff --git a/apps/docs/document-api/reference/content-controls/repeating-section/insert-item-before.mdx b/apps/docs/document-api/reference/content-controls/repeating-section/insert-item-before.mdx
index 8fd333fc46..f67b1a76b2 100644
--- a/apps/docs/document-api/reference/content-controls/repeating-section/insert-item-before.mdx
+++ b/apps/docs/document-api/reference/content-controls/repeating-section/insert-item-before.mdx
@@ -6,8 +6,6 @@ description: Insert a new item before a specific index in a repeating section.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Insert a new item before a specific index in a repeating section.
diff --git a/apps/docs/document-api/reference/content-controls/repeating-section/list-items.mdx b/apps/docs/document-api/reference/content-controls/repeating-section/list-items.mdx
index f343654163..d4d713beea 100644
--- a/apps/docs/document-api/reference/content-controls/repeating-section/list-items.mdx
+++ b/apps/docs/document-api/reference/content-controls/repeating-section/list-items.mdx
@@ -6,8 +6,6 @@ description: List the repeating section items inside a repeating section content
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
List the repeating section items inside a repeating section content control.
diff --git a/apps/docs/document-api/reference/content-controls/repeating-section/set-allow-insert-delete.mdx b/apps/docs/document-api/reference/content-controls/repeating-section/set-allow-insert-delete.mdx
index d1687c00f1..3a54da0833 100644
--- a/apps/docs/document-api/reference/content-controls/repeating-section/set-allow-insert-delete.mdx
+++ b/apps/docs/document-api/reference/content-controls/repeating-section/set-allow-insert-delete.mdx
@@ -6,8 +6,6 @@ description: Set the allowInsertDelete flag on a repeating section.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set the allowInsertDelete flag on a repeating section.
diff --git a/apps/docs/document-api/reference/content-controls/replace-content.mdx b/apps/docs/document-api/reference/content-controls/replace-content.mdx
index a4d16ce83c..6d4927e1b8 100644
--- a/apps/docs/document-api/reference/content-controls/replace-content.mdx
+++ b/apps/docs/document-api/reference/content-controls/replace-content.mdx
@@ -6,8 +6,6 @@ description: Replace the entire content of a content control.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Replace the entire content of a content control.
diff --git a/apps/docs/document-api/reference/content-controls/select-by-tag.mdx b/apps/docs/document-api/reference/content-controls/select-by-tag.mdx
index dfde701fce..e8e5c93ac4 100644
--- a/apps/docs/document-api/reference/content-controls/select-by-tag.mdx
+++ b/apps/docs/document-api/reference/content-controls/select-by-tag.mdx
@@ -6,8 +6,6 @@ description: Select content controls matching a specific tag value.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Select content controls matching a specific tag value.
diff --git a/apps/docs/document-api/reference/content-controls/select-by-title.mdx b/apps/docs/document-api/reference/content-controls/select-by-title.mdx
index dd849a3087..8a9a513687 100644
--- a/apps/docs/document-api/reference/content-controls/select-by-title.mdx
+++ b/apps/docs/document-api/reference/content-controls/select-by-title.mdx
@@ -6,8 +6,6 @@ description: Select content controls matching a specific title (alias) value.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Select content controls matching a specific title (alias) value.
diff --git a/apps/docs/document-api/reference/content-controls/set-binding.mdx b/apps/docs/document-api/reference/content-controls/set-binding.mdx
index 92085c8854..81303ccb2d 100644
--- a/apps/docs/document-api/reference/content-controls/set-binding.mdx
+++ b/apps/docs/document-api/reference/content-controls/set-binding.mdx
@@ -6,8 +6,6 @@ description: Set data binding metadata on a content control.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set data binding metadata on a content control.
diff --git a/apps/docs/document-api/reference/content-controls/set-lock-mode.mdx b/apps/docs/document-api/reference/content-controls/set-lock-mode.mdx
index 2830091624..7ef46f3297 100644
--- a/apps/docs/document-api/reference/content-controls/set-lock-mode.mdx
+++ b/apps/docs/document-api/reference/content-controls/set-lock-mode.mdx
@@ -6,8 +6,6 @@ description: Set the lock mode on a content control.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set the lock mode on a content control.
diff --git a/apps/docs/document-api/reference/content-controls/set-type.mdx b/apps/docs/document-api/reference/content-controls/set-type.mdx
index 0fd05a80b1..7544246cbf 100644
--- a/apps/docs/document-api/reference/content-controls/set-type.mdx
+++ b/apps/docs/document-api/reference/content-controls/set-type.mdx
@@ -6,8 +6,6 @@ description: Transition a content control to a different semantic type. Metadata
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Transition a content control to a different semantic type. Metadata-only; no implicit content rewrite.
diff --git a/apps/docs/document-api/reference/content-controls/text/clear-value.mdx b/apps/docs/document-api/reference/content-controls/text/clear-value.mdx
index c46119289c..85564895a9 100644
--- a/apps/docs/document-api/reference/content-controls/text/clear-value.mdx
+++ b/apps/docs/document-api/reference/content-controls/text/clear-value.mdx
@@ -6,8 +6,6 @@ description: Clear the text value of a plain-text content control.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Clear the text value of a plain-text content control.
diff --git a/apps/docs/document-api/reference/content-controls/text/set-multiline.mdx b/apps/docs/document-api/reference/content-controls/text/set-multiline.mdx
index 2e697898f3..0806e80bf0 100644
--- a/apps/docs/document-api/reference/content-controls/text/set-multiline.mdx
+++ b/apps/docs/document-api/reference/content-controls/text/set-multiline.mdx
@@ -6,8 +6,6 @@ description: Set or clear the multiline attribute on a plain-text content contro
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the multiline attribute on a plain-text content control.
diff --git a/apps/docs/document-api/reference/content-controls/text/set-value.mdx b/apps/docs/document-api/reference/content-controls/text/set-value.mdx
index 26dd21ea6a..2a2c495980 100644
--- a/apps/docs/document-api/reference/content-controls/text/set-value.mdx
+++ b/apps/docs/document-api/reference/content-controls/text/set-value.mdx
@@ -6,8 +6,6 @@ description: Set the text value of a plain-text content control.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set the text value of a plain-text content control.
diff --git a/apps/docs/document-api/reference/content-controls/unwrap.mdx b/apps/docs/document-api/reference/content-controls/unwrap.mdx
index 5d983f8418..a15c4e32fc 100644
--- a/apps/docs/document-api/reference/content-controls/unwrap.mdx
+++ b/apps/docs/document-api/reference/content-controls/unwrap.mdx
@@ -6,8 +6,6 @@ description: Remove the content control wrapper, preserving its content in place
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Remove the content control wrapper, preserving its content in place.
diff --git a/apps/docs/document-api/reference/content-controls/validate-word-compatibility.mdx b/apps/docs/document-api/reference/content-controls/validate-word-compatibility.mdx
index 1143c818f6..3fd57b0224 100644
--- a/apps/docs/document-api/reference/content-controls/validate-word-compatibility.mdx
+++ b/apps/docs/document-api/reference/content-controls/validate-word-compatibility.mdx
@@ -6,8 +6,6 @@ description: Validate a content control for Word compatibility issues.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Validate a content control for Word compatibility issues.
diff --git a/apps/docs/document-api/reference/content-controls/wrap.mdx b/apps/docs/document-api/reference/content-controls/wrap.mdx
index a508324e31..c36ab1031b 100644
--- a/apps/docs/document-api/reference/content-controls/wrap.mdx
+++ b/apps/docs/document-api/reference/content-controls/wrap.mdx
@@ -6,8 +6,6 @@ description: Wrap existing content with a new content control.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Wrap existing content with a new content control.
diff --git a/apps/docs/document-api/reference/core/index.mdx b/apps/docs/document-api/reference/core/index.mdx
index 2c7ad05c52..19c242887f 100644
--- a/apps/docs/document-api/reference/core/index.mdx
+++ b/apps/docs/document-api/reference/core/index.mdx
@@ -6,8 +6,6 @@ description: Core operation reference from the canonical Document API contract.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
[Back to full reference](../index)
Primary read and write operations.
diff --git a/apps/docs/document-api/reference/create/heading.mdx b/apps/docs/document-api/reference/create/heading.mdx
index 4518afb023..ec2050b751 100644
--- a/apps/docs/document-api/reference/create/heading.mdx
+++ b/apps/docs/document-api/reference/create/heading.mdx
@@ -6,8 +6,6 @@ description: Create a new heading at the target position.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Create a new heading at the target position.
diff --git a/apps/docs/document-api/reference/create/image.mdx b/apps/docs/document-api/reference/create/image.mdx
index 6e74e250d1..2bfad8561b 100644
--- a/apps/docs/document-api/reference/create/image.mdx
+++ b/apps/docs/document-api/reference/create/image.mdx
@@ -6,8 +6,6 @@ description: Insert a new image at the target position.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Insert a new image at the target position.
diff --git a/apps/docs/document-api/reference/create/index.mdx b/apps/docs/document-api/reference/create/index.mdx
index e6a2a33d7a..e247152c89 100644
--- a/apps/docs/document-api/reference/create/index.mdx
+++ b/apps/docs/document-api/reference/create/index.mdx
@@ -6,8 +6,6 @@ description: Create operation reference from the canonical Document API contract
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
[Back to full reference](../index)
Structured creation helpers.
diff --git a/apps/docs/document-api/reference/create/paragraph.mdx b/apps/docs/document-api/reference/create/paragraph.mdx
index fcf273b313..99681e3364 100644
--- a/apps/docs/document-api/reference/create/paragraph.mdx
+++ b/apps/docs/document-api/reference/create/paragraph.mdx
@@ -6,8 +6,6 @@ description: Create a standalone paragraph at the target position. To add a list
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Create a standalone paragraph at the target position. To add a list item, use lists.insert instead.
diff --git a/apps/docs/document-api/reference/create/section-break.mdx b/apps/docs/document-api/reference/create/section-break.mdx
index 680d94d644..ecf3a7911b 100644
--- a/apps/docs/document-api/reference/create/section-break.mdx
+++ b/apps/docs/document-api/reference/create/section-break.mdx
@@ -6,8 +6,6 @@ description: Create a section break at the target location with optional initial
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Create a section break at the target location with optional initial section properties.
diff --git a/apps/docs/document-api/reference/create/table-of-contents.mdx b/apps/docs/document-api/reference/create/table-of-contents.mdx
index 7d0f73308d..d6d19b7787 100644
--- a/apps/docs/document-api/reference/create/table-of-contents.mdx
+++ b/apps/docs/document-api/reference/create/table-of-contents.mdx
@@ -6,8 +6,6 @@ description: Insert a new table of contents at the target position.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Insert a new table of contents at the target position.
diff --git a/apps/docs/document-api/reference/create/table.mdx b/apps/docs/document-api/reference/create/table.mdx
index d8fd1f09a7..95baf6d48f 100644
--- a/apps/docs/document-api/reference/create/table.mdx
+++ b/apps/docs/document-api/reference/create/table.mdx
@@ -6,8 +6,6 @@ description: Create a new table at the target position.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Create a new table at the target position.
diff --git a/apps/docs/document-api/reference/cross-refs/get.mdx b/apps/docs/document-api/reference/cross-refs/get.mdx
index 991d6eb4c7..2e731dbb63 100644
--- a/apps/docs/document-api/reference/cross-refs/get.mdx
+++ b/apps/docs/document-api/reference/cross-refs/get.mdx
@@ -6,8 +6,6 @@ description: Get detailed information about a specific cross-reference field.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Get detailed information about a specific cross-reference field.
diff --git a/apps/docs/document-api/reference/cross-refs/index.mdx b/apps/docs/document-api/reference/cross-refs/index.mdx
index 4644b90554..e705d604b6 100644
--- a/apps/docs/document-api/reference/cross-refs/index.mdx
+++ b/apps/docs/document-api/reference/cross-refs/index.mdx
@@ -6,8 +6,6 @@ description: Cross-References operation reference from the canonical Document AP
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
[Back to full reference](../index)
Cross-reference field inspection, insertion, rebuild, and removal.
@@ -16,7 +14,7 @@ Cross-reference field inspection, insertion, rebuild, and removal.
| --- | --- | --- | --- | --- | --- |
| crossRefs.list | `crossRefs.list` | No | `idempotent` | No | No |
| crossRefs.get | `crossRefs.get` | No | `idempotent` | No | No |
-| crossRefs.insert | `crossRefs.insert` | Yes | `non-idempotent` | No | No |
-| crossRefs.rebuild | `crossRefs.rebuild` | Yes | `idempotent` | No | No |
-| crossRefs.remove | `crossRefs.remove` | Yes | `non-idempotent` | No | No |
+| crossRefs.insert | `crossRefs.insert` | Yes | `non-idempotent` | No | Yes |
+| crossRefs.rebuild | `crossRefs.rebuild` | Yes | `idempotent` | No | Yes |
+| crossRefs.remove | `crossRefs.remove` | Yes | `non-idempotent` | No | Yes |
diff --git a/apps/docs/document-api/reference/cross-refs/insert.mdx b/apps/docs/document-api/reference/cross-refs/insert.mdx
index 005e6afaba..49cb151e91 100644
--- a/apps/docs/document-api/reference/cross-refs/insert.mdx
+++ b/apps/docs/document-api/reference/cross-refs/insert.mdx
@@ -6,8 +6,6 @@ description: Insert a new cross-reference field at a target location.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Insert a new cross-reference field at a target location.
@@ -17,7 +15,7 @@ Insert a new cross-reference field at a target location.
- Mutates document: `yes`
- Idempotency: `non-idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/cross-refs/list.mdx b/apps/docs/document-api/reference/cross-refs/list.mdx
index b81f16daad..5a400da703 100644
--- a/apps/docs/document-api/reference/cross-refs/list.mdx
+++ b/apps/docs/document-api/reference/cross-refs/list.mdx
@@ -6,8 +6,6 @@ description: List all cross-reference fields in the document.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
List all cross-reference fields in the document.
diff --git a/apps/docs/document-api/reference/cross-refs/rebuild.mdx b/apps/docs/document-api/reference/cross-refs/rebuild.mdx
index eee82fa86d..ed8d45d226 100644
--- a/apps/docs/document-api/reference/cross-refs/rebuild.mdx
+++ b/apps/docs/document-api/reference/cross-refs/rebuild.mdx
@@ -6,8 +6,6 @@ description: Rebuild (recalculate) a cross-reference field.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Rebuild (recalculate) a cross-reference field.
@@ -17,7 +15,7 @@ Rebuild (recalculate) a cross-reference field.
- Mutates document: `yes`
- Idempotency: `idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/cross-refs/remove.mdx b/apps/docs/document-api/reference/cross-refs/remove.mdx
index fc796d6dfc..da5576d1d8 100644
--- a/apps/docs/document-api/reference/cross-refs/remove.mdx
+++ b/apps/docs/document-api/reference/cross-refs/remove.mdx
@@ -6,8 +6,6 @@ description: Remove a cross-reference field from the document.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Remove a cross-reference field from the document.
@@ -17,7 +15,7 @@ Remove a cross-reference field from the document.
- Mutates document: `yes`
- Idempotency: `non-idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/delete.mdx b/apps/docs/document-api/reference/delete.mdx
index 543314e672..8a021431b8 100644
--- a/apps/docs/document-api/reference/delete.mdx
+++ b/apps/docs/document-api/reference/delete.mdx
@@ -6,8 +6,6 @@ description: Delete content at a contiguous document selection. Accepts a Select
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Delete content at a contiguous document selection. Accepts a SelectionTarget or mutation-ready ref. Supports cross-block deletion and optional block-edge expansion via behavior mode.
diff --git a/apps/docs/document-api/reference/diff/apply.mdx b/apps/docs/document-api/reference/diff/apply.mdx
index 2821b1c602..85c9c42378 100644
--- a/apps/docs/document-api/reference/diff/apply.mdx
+++ b/apps/docs/document-api/reference/diff/apply.mdx
@@ -6,8 +6,6 @@ description: Apply a previously computed diff payload to the current document. T
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Apply a previously computed diff payload to the current document. The document fingerprint must match the diff base fingerprint. Tracked mode governs body content only; styles, numbering, and comments are always applied directly.
diff --git a/apps/docs/document-api/reference/diff/capture.mdx b/apps/docs/document-api/reference/diff/capture.mdx
index 49b24ffb04..9ee48c734d 100644
--- a/apps/docs/document-api/reference/diff/capture.mdx
+++ b/apps/docs/document-api/reference/diff/capture.mdx
@@ -6,8 +6,6 @@ description: "Capture the current document's diffable state as a versioned snaps
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Capture the current document's diffable state as a versioned snapshot. v1 covers body, comments, styles, and numbering. Header/footer content is not included.
diff --git a/apps/docs/document-api/reference/diff/compare.mdx b/apps/docs/document-api/reference/diff/compare.mdx
index 4edc0dd049..8a97ae79fd 100644
--- a/apps/docs/document-api/reference/diff/compare.mdx
+++ b/apps/docs/document-api/reference/diff/compare.mdx
@@ -6,8 +6,6 @@ description: Compare the current document (base) against a previously captured t
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Compare the current document (base) against a previously captured target snapshot. Returns a versioned diff payload describing the changes from base to target.
diff --git a/apps/docs/document-api/reference/diff/index.mdx b/apps/docs/document-api/reference/diff/index.mdx
index e39a51bf40..74d5b36d7b 100644
--- a/apps/docs/document-api/reference/diff/index.mdx
+++ b/apps/docs/document-api/reference/diff/index.mdx
@@ -6,8 +6,6 @@ description: Diff operation reference from the canonical Document API contract.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
[Back to full reference](../index)
Snapshot-based document comparison and replay.
diff --git a/apps/docs/document-api/reference/fields/get.mdx b/apps/docs/document-api/reference/fields/get.mdx
index 8b62f4c131..0b641c4e60 100644
--- a/apps/docs/document-api/reference/fields/get.mdx
+++ b/apps/docs/document-api/reference/fields/get.mdx
@@ -6,8 +6,6 @@ description: Get detailed information about a specific field.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Get detailed information about a specific field.
diff --git a/apps/docs/document-api/reference/fields/index.mdx b/apps/docs/document-api/reference/fields/index.mdx
index c9d1f14b16..7ca2ab5ea5 100644
--- a/apps/docs/document-api/reference/fields/index.mdx
+++ b/apps/docs/document-api/reference/fields/index.mdx
@@ -6,8 +6,6 @@ description: Fields operation reference from the canonical Document API contract
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
[Back to full reference](../index)
Raw field code inspection, insertion, rebuild, and removal.
@@ -16,7 +14,7 @@ Raw field code inspection, insertion, rebuild, and removal.
| --- | --- | --- | --- | --- | --- |
| fields.list | `fields.list` | No | `idempotent` | No | No |
| fields.get | `fields.get` | No | `idempotent` | No | No |
-| fields.insert | `fields.insert` | Yes | `non-idempotent` | No | No |
-| fields.rebuild | `fields.rebuild` | Yes | `idempotent` | No | No |
-| fields.remove | `fields.remove` | Yes | `non-idempotent` | No | No |
+| fields.insert | `fields.insert` | Yes | `non-idempotent` | No | Yes |
+| fields.rebuild | `fields.rebuild` | Yes | `idempotent` | No | Yes |
+| fields.remove | `fields.remove` | Yes | `non-idempotent` | No | Yes |
diff --git a/apps/docs/document-api/reference/fields/insert.mdx b/apps/docs/document-api/reference/fields/insert.mdx
index ff6492c7f6..1ab3989f7a 100644
--- a/apps/docs/document-api/reference/fields/insert.mdx
+++ b/apps/docs/document-api/reference/fields/insert.mdx
@@ -6,8 +6,6 @@ description: Insert a raw field code at a target location.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Insert a raw field code at a target location.
@@ -17,7 +15,7 @@ Insert a raw field code at a target location.
- Mutates document: `yes`
- Idempotency: `non-idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/fields/list.mdx b/apps/docs/document-api/reference/fields/list.mdx
index e4d062309e..b3539ac32d 100644
--- a/apps/docs/document-api/reference/fields/list.mdx
+++ b/apps/docs/document-api/reference/fields/list.mdx
@@ -6,8 +6,6 @@ description: List all fields in the document.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
List all fields in the document.
diff --git a/apps/docs/document-api/reference/fields/rebuild.mdx b/apps/docs/document-api/reference/fields/rebuild.mdx
index c86a2d27ca..4910b85d29 100644
--- a/apps/docs/document-api/reference/fields/rebuild.mdx
+++ b/apps/docs/document-api/reference/fields/rebuild.mdx
@@ -6,8 +6,6 @@ description: Rebuild (recalculate) a field.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Rebuild (recalculate) a field.
@@ -17,7 +15,7 @@ Rebuild (recalculate) a field.
- Mutates document: `yes`
- Idempotency: `idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/fields/remove.mdx b/apps/docs/document-api/reference/fields/remove.mdx
index b2d7239919..b1d7c40623 100644
--- a/apps/docs/document-api/reference/fields/remove.mdx
+++ b/apps/docs/document-api/reference/fields/remove.mdx
@@ -6,8 +6,6 @@ description: Remove a field from the document.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Remove a field from the document.
@@ -17,7 +15,7 @@ Remove a field from the document.
- Mutates document: `yes`
- Idempotency: `non-idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/find.mdx b/apps/docs/document-api/reference/find.mdx
index 4b55230462..68326e96f5 100644
--- a/apps/docs/document-api/reference/find.mdx
+++ b/apps/docs/document-api/reference/find.mdx
@@ -6,8 +6,6 @@ description: Search the document for text or node matches using SDM/1 selectors.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Search the document for text or node matches using SDM/1 selectors. Returns discovery-grade results — for mutation targeting, use query.match instead.
diff --git a/apps/docs/document-api/reference/footnotes/configure.mdx b/apps/docs/document-api/reference/footnotes/configure.mdx
index 5ef1aaeb41..55698c5647 100644
--- a/apps/docs/document-api/reference/footnotes/configure.mdx
+++ b/apps/docs/document-api/reference/footnotes/configure.mdx
@@ -6,8 +6,6 @@ description: Configure numbering and placement for footnotes or endnotes.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Configure numbering and placement for footnotes or endnotes.
@@ -17,7 +15,7 @@ Configure numbering and placement for footnotes or endnotes.
- Mutates document: `yes`
- Idempotency: `idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/footnotes/get.mdx b/apps/docs/document-api/reference/footnotes/get.mdx
index d5165cc3c0..b7c640c2f5 100644
--- a/apps/docs/document-api/reference/footnotes/get.mdx
+++ b/apps/docs/document-api/reference/footnotes/get.mdx
@@ -6,8 +6,6 @@ description: Get detailed information about a specific footnote or endnote.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Get detailed information about a specific footnote or endnote.
diff --git a/apps/docs/document-api/reference/footnotes/index.mdx b/apps/docs/document-api/reference/footnotes/index.mdx
index 94b4228f25..d4f01887ca 100644
--- a/apps/docs/document-api/reference/footnotes/index.mdx
+++ b/apps/docs/document-api/reference/footnotes/index.mdx
@@ -6,8 +6,6 @@ description: Footnotes operation reference from the canonical Document API contr
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
[Back to full reference](../index)
Footnote and endnote lifecycle and numbering configuration.
@@ -16,8 +14,8 @@ Footnote and endnote lifecycle and numbering configuration.
| --- | --- | --- | --- | --- | --- |
| footnotes.list | `footnotes.list` | No | `idempotent` | No | No |
| footnotes.get | `footnotes.get` | No | `idempotent` | No | No |
-| footnotes.insert | `footnotes.insert` | Yes | `non-idempotent` | No | No |
-| footnotes.update | `footnotes.update` | Yes | `idempotent` | No | No |
-| footnotes.remove | `footnotes.remove` | Yes | `non-idempotent` | No | No |
-| footnotes.configure | `footnotes.configure` | Yes | `idempotent` | No | No |
+| footnotes.insert | `footnotes.insert` | Yes | `non-idempotent` | No | Yes |
+| footnotes.update | `footnotes.update` | Yes | `idempotent` | No | Yes |
+| footnotes.remove | `footnotes.remove` | Yes | `non-idempotent` | No | Yes |
+| footnotes.configure | `footnotes.configure` | Yes | `idempotent` | No | Yes |
diff --git a/apps/docs/document-api/reference/footnotes/insert.mdx b/apps/docs/document-api/reference/footnotes/insert.mdx
index bd1d454af0..324191afde 100644
--- a/apps/docs/document-api/reference/footnotes/insert.mdx
+++ b/apps/docs/document-api/reference/footnotes/insert.mdx
@@ -6,8 +6,6 @@ description: Insert a new footnote or endnote at a target location.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Insert a new footnote or endnote at a target location.
@@ -17,7 +15,7 @@ Insert a new footnote or endnote at a target location.
- Mutates document: `yes`
- Idempotency: `non-idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/footnotes/list.mdx b/apps/docs/document-api/reference/footnotes/list.mdx
index 492de6f971..fcd9937a62 100644
--- a/apps/docs/document-api/reference/footnotes/list.mdx
+++ b/apps/docs/document-api/reference/footnotes/list.mdx
@@ -6,8 +6,6 @@ description: List all footnotes and endnotes in the document.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
List all footnotes and endnotes in the document.
diff --git a/apps/docs/document-api/reference/footnotes/remove.mdx b/apps/docs/document-api/reference/footnotes/remove.mdx
index 577e95a969..989850dc05 100644
--- a/apps/docs/document-api/reference/footnotes/remove.mdx
+++ b/apps/docs/document-api/reference/footnotes/remove.mdx
@@ -6,8 +6,6 @@ description: Remove a footnote or endnote from the document.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Remove a footnote or endnote from the document.
@@ -17,7 +15,7 @@ Remove a footnote or endnote from the document.
- Mutates document: `yes`
- Idempotency: `non-idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/footnotes/update.mdx b/apps/docs/document-api/reference/footnotes/update.mdx
index 985ccf94f7..60f3e9c0f4 100644
--- a/apps/docs/document-api/reference/footnotes/update.mdx
+++ b/apps/docs/document-api/reference/footnotes/update.mdx
@@ -6,8 +6,6 @@ description: Update the content of an existing footnote or endnote.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Update the content of an existing footnote or endnote.
@@ -17,7 +15,7 @@ Update the content of an existing footnote or endnote.
- Mutates document: `yes`
- Idempotency: `idempotent`
- Supports tracked mode: `no`
-- Supports dry run: `no`
+- Supports dry run: `yes`
- Deterministic target resolution: `yes`
## Expected result
diff --git a/apps/docs/document-api/reference/format/apply.mdx b/apps/docs/document-api/reference/format/apply.mdx
index 37e18653f1..465ba0192b 100644
--- a/apps/docs/document-api/reference/format/apply.mdx
+++ b/apps/docs/document-api/reference/format/apply.mdx
@@ -6,8 +6,6 @@ description: Apply inline run-property patch changes to the target range with ex
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Apply inline run-property patch changes to the target range with explicit set/clear semantics.
diff --git a/apps/docs/document-api/reference/format/b-cs.mdx b/apps/docs/document-api/reference/format/b-cs.mdx
index 17e81ef8d8..525a817907 100644
--- a/apps/docs/document-api/reference/format/b-cs.mdx
+++ b/apps/docs/document-api/reference/format/b-cs.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `bCs` inline run property on the target text rang
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `bCs` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/bold.mdx b/apps/docs/document-api/reference/format/bold.mdx
index e642bb7d33..68233ad335 100644
--- a/apps/docs/document-api/reference/format/bold.mdx
+++ b/apps/docs/document-api/reference/format/bold.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `bold` inline run property on the target text ran
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `bold` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/border.mdx b/apps/docs/document-api/reference/format/border.mdx
index fb37c3f3a2..6aed19ffee 100644
--- a/apps/docs/document-api/reference/format/border.mdx
+++ b/apps/docs/document-api/reference/format/border.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `border` inline run property on the target text r
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `border` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/caps.mdx b/apps/docs/document-api/reference/format/caps.mdx
index b1bcfe9792..7270336de5 100644
--- a/apps/docs/document-api/reference/format/caps.mdx
+++ b/apps/docs/document-api/reference/format/caps.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `caps` inline run property on the target text ran
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `caps` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/char-scale.mdx b/apps/docs/document-api/reference/format/char-scale.mdx
index 1a13967c9c..1b3a2f2f27 100644
--- a/apps/docs/document-api/reference/format/char-scale.mdx
+++ b/apps/docs/document-api/reference/format/char-scale.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `charScale` inline run property on the target tex
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `charScale` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/color.mdx b/apps/docs/document-api/reference/format/color.mdx
index 256f6cc277..08fb49df38 100644
--- a/apps/docs/document-api/reference/format/color.mdx
+++ b/apps/docs/document-api/reference/format/color.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `color` inline run property on the target text ra
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `color` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/contextual-alternates.mdx b/apps/docs/document-api/reference/format/contextual-alternates.mdx
index c5af14afa0..40e99851f0 100644
--- a/apps/docs/document-api/reference/format/contextual-alternates.mdx
+++ b/apps/docs/document-api/reference/format/contextual-alternates.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `contextualAlternates` inline run property on the
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `contextualAlternates` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/cs.mdx b/apps/docs/document-api/reference/format/cs.mdx
index 1d2c7db4e4..47c7b40bc2 100644
--- a/apps/docs/document-api/reference/format/cs.mdx
+++ b/apps/docs/document-api/reference/format/cs.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `cs` inline run property on the target text range
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `cs` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/dstrike.mdx b/apps/docs/document-api/reference/format/dstrike.mdx
index 156c8f79b1..75f7e578ba 100644
--- a/apps/docs/document-api/reference/format/dstrike.mdx
+++ b/apps/docs/document-api/reference/format/dstrike.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `dstrike` inline run property on the target text
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `dstrike` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/east-asian-layout.mdx b/apps/docs/document-api/reference/format/east-asian-layout.mdx
index 8cd4e5db1e..3272975ada 100644
--- a/apps/docs/document-api/reference/format/east-asian-layout.mdx
+++ b/apps/docs/document-api/reference/format/east-asian-layout.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `eastAsianLayout` inline run property on the targ
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `eastAsianLayout` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/em.mdx b/apps/docs/document-api/reference/format/em.mdx
index 358f40359a..2bff8f3293 100644
--- a/apps/docs/document-api/reference/format/em.mdx
+++ b/apps/docs/document-api/reference/format/em.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `em` inline run property on the target text range
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `em` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/emboss.mdx b/apps/docs/document-api/reference/format/emboss.mdx
index 3966ec7be4..5d06da187f 100644
--- a/apps/docs/document-api/reference/format/emboss.mdx
+++ b/apps/docs/document-api/reference/format/emboss.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `emboss` inline run property on the target text r
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `emboss` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/fit-text.mdx b/apps/docs/document-api/reference/format/fit-text.mdx
index 7b546d670d..51e1ba6483 100644
--- a/apps/docs/document-api/reference/format/fit-text.mdx
+++ b/apps/docs/document-api/reference/format/fit-text.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `fitText` inline run property on the target text
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `fitText` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/font-family.mdx b/apps/docs/document-api/reference/format/font-family.mdx
index 4efc813300..b890b0a9b1 100644
--- a/apps/docs/document-api/reference/format/font-family.mdx
+++ b/apps/docs/document-api/reference/format/font-family.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `fontFamily` inline run property on the target te
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `fontFamily` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/font-size-cs.mdx b/apps/docs/document-api/reference/format/font-size-cs.mdx
index 65e745fff9..63acc1a1df 100644
--- a/apps/docs/document-api/reference/format/font-size-cs.mdx
+++ b/apps/docs/document-api/reference/format/font-size-cs.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `fontSizeCs` inline run property on the target te
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `fontSizeCs` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/font-size.mdx b/apps/docs/document-api/reference/format/font-size.mdx
index 8baa734ae1..be9d5c09c5 100644
--- a/apps/docs/document-api/reference/format/font-size.mdx
+++ b/apps/docs/document-api/reference/format/font-size.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `fontSize` inline run property on the target text
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `fontSize` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/highlight.mdx b/apps/docs/document-api/reference/format/highlight.mdx
index 30d96801d3..d4d29f4a46 100644
--- a/apps/docs/document-api/reference/format/highlight.mdx
+++ b/apps/docs/document-api/reference/format/highlight.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `highlight` inline run property on the target tex
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `highlight` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/i-cs.mdx b/apps/docs/document-api/reference/format/i-cs.mdx
index ea17f7c9a0..46323eab3c 100644
--- a/apps/docs/document-api/reference/format/i-cs.mdx
+++ b/apps/docs/document-api/reference/format/i-cs.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `iCs` inline run property on the target text rang
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `iCs` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/imprint.mdx b/apps/docs/document-api/reference/format/imprint.mdx
index 35e517f049..368ee601e2 100644
--- a/apps/docs/document-api/reference/format/imprint.mdx
+++ b/apps/docs/document-api/reference/format/imprint.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `imprint` inline run property on the target text
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `imprint` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/index.mdx b/apps/docs/document-api/reference/format/index.mdx
index c4bb2c68c0..df4abd5fde 100644
--- a/apps/docs/document-api/reference/format/index.mdx
+++ b/apps/docs/document-api/reference/format/index.mdx
@@ -6,8 +6,6 @@ description: Format operation reference from the canonical Document API contract
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
[Back to full reference](../index)
Canonical formatting mutation with directive semantics ('on', 'off', 'clear').
diff --git a/apps/docs/document-api/reference/format/italic.mdx b/apps/docs/document-api/reference/format/italic.mdx
index 668eb52e80..8006aa0900 100644
--- a/apps/docs/document-api/reference/format/italic.mdx
+++ b/apps/docs/document-api/reference/format/italic.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `italic` inline run property on the target text r
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `italic` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/kerning.mdx b/apps/docs/document-api/reference/format/kerning.mdx
index a5d36ac01a..256c210660 100644
--- a/apps/docs/document-api/reference/format/kerning.mdx
+++ b/apps/docs/document-api/reference/format/kerning.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `kerning` inline run property on the target text
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `kerning` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/lang.mdx b/apps/docs/document-api/reference/format/lang.mdx
index f381b4e72e..b8fb75db95 100644
--- a/apps/docs/document-api/reference/format/lang.mdx
+++ b/apps/docs/document-api/reference/format/lang.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `lang` inline run property on the target text ran
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `lang` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/letter-spacing.mdx b/apps/docs/document-api/reference/format/letter-spacing.mdx
index 791a59d2ef..590ebab57a 100644
--- a/apps/docs/document-api/reference/format/letter-spacing.mdx
+++ b/apps/docs/document-api/reference/format/letter-spacing.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `letterSpacing` inline run property on the target
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `letterSpacing` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/ligatures.mdx b/apps/docs/document-api/reference/format/ligatures.mdx
index 26b51929da..c38a7719b7 100644
--- a/apps/docs/document-api/reference/format/ligatures.mdx
+++ b/apps/docs/document-api/reference/format/ligatures.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `ligatures` inline run property on the target tex
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `ligatures` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/num-form.mdx b/apps/docs/document-api/reference/format/num-form.mdx
index 665f3c672c..f4c76c5015 100644
--- a/apps/docs/document-api/reference/format/num-form.mdx
+++ b/apps/docs/document-api/reference/format/num-form.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `numForm` inline run property on the target text
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `numForm` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/num-spacing.mdx b/apps/docs/document-api/reference/format/num-spacing.mdx
index 309b3eb4a6..e023787d37 100644
--- a/apps/docs/document-api/reference/format/num-spacing.mdx
+++ b/apps/docs/document-api/reference/format/num-spacing.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `numSpacing` inline run property on the target te
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `numSpacing` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/o-math.mdx b/apps/docs/document-api/reference/format/o-math.mdx
index 91031d21cd..1760cbc4e8 100644
--- a/apps/docs/document-api/reference/format/o-math.mdx
+++ b/apps/docs/document-api/reference/format/o-math.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `oMath` inline run property on the target text ra
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `oMath` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/outline.mdx b/apps/docs/document-api/reference/format/outline.mdx
index 0354c8bf06..e2edb904cc 100644
--- a/apps/docs/document-api/reference/format/outline.mdx
+++ b/apps/docs/document-api/reference/format/outline.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `outline` inline run property on the target text
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `outline` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/paragraph/clear-alignment.mdx b/apps/docs/document-api/reference/format/paragraph/clear-alignment.mdx
index eac56a83b6..44fc665b23 100644
--- a/apps/docs/document-api/reference/format/paragraph/clear-alignment.mdx
+++ b/apps/docs/document-api/reference/format/paragraph/clear-alignment.mdx
@@ -6,8 +6,6 @@ description: Remove direct paragraph alignment, reverting to style-defined or de
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Remove direct paragraph alignment, reverting to style-defined or default alignment.
diff --git a/apps/docs/document-api/reference/format/paragraph/clear-all-tab-stops.mdx b/apps/docs/document-api/reference/format/paragraph/clear-all-tab-stops.mdx
index bff8964c3a..3652ddfcac 100644
--- a/apps/docs/document-api/reference/format/paragraph/clear-all-tab-stops.mdx
+++ b/apps/docs/document-api/reference/format/paragraph/clear-all-tab-stops.mdx
@@ -6,8 +6,6 @@ description: Remove all tab stops from a paragraph.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Remove all tab stops from a paragraph.
diff --git a/apps/docs/document-api/reference/format/paragraph/clear-border.mdx b/apps/docs/document-api/reference/format/paragraph/clear-border.mdx
index 6cf7a0e11c..f51f90ab0f 100644
--- a/apps/docs/document-api/reference/format/paragraph/clear-border.mdx
+++ b/apps/docs/document-api/reference/format/paragraph/clear-border.mdx
@@ -6,8 +6,6 @@ description: Remove border for a specific side or all sides of a paragraph.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Remove border for a specific side or all sides of a paragraph.
diff --git a/apps/docs/document-api/reference/format/paragraph/clear-direction.mdx b/apps/docs/document-api/reference/format/paragraph/clear-direction.mdx
index 6c26893208..30f326db8b 100644
--- a/apps/docs/document-api/reference/format/paragraph/clear-direction.mdx
+++ b/apps/docs/document-api/reference/format/paragraph/clear-direction.mdx
@@ -6,8 +6,6 @@ description: Remove explicit paragraph direction, reverting to inherited or defa
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Remove explicit paragraph direction, reverting to inherited or default (LTR).
diff --git a/apps/docs/document-api/reference/format/paragraph/clear-indentation.mdx b/apps/docs/document-api/reference/format/paragraph/clear-indentation.mdx
index 1d318d4359..3ecfd8c7a0 100644
--- a/apps/docs/document-api/reference/format/paragraph/clear-indentation.mdx
+++ b/apps/docs/document-api/reference/format/paragraph/clear-indentation.mdx
@@ -6,8 +6,6 @@ description: Remove all direct paragraph indentation.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Remove all direct paragraph indentation.
diff --git a/apps/docs/document-api/reference/format/paragraph/clear-shading.mdx b/apps/docs/document-api/reference/format/paragraph/clear-shading.mdx
index 91f1675d22..f8e2431711 100644
--- a/apps/docs/document-api/reference/format/paragraph/clear-shading.mdx
+++ b/apps/docs/document-api/reference/format/paragraph/clear-shading.mdx
@@ -6,8 +6,6 @@ description: Remove all paragraph shading.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Remove all paragraph shading.
diff --git a/apps/docs/document-api/reference/format/paragraph/clear-spacing.mdx b/apps/docs/document-api/reference/format/paragraph/clear-spacing.mdx
index d14da88ac2..e9db4b454a 100644
--- a/apps/docs/document-api/reference/format/paragraph/clear-spacing.mdx
+++ b/apps/docs/document-api/reference/format/paragraph/clear-spacing.mdx
@@ -6,8 +6,6 @@ description: Remove all direct paragraph spacing.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Remove all direct paragraph spacing.
diff --git a/apps/docs/document-api/reference/format/paragraph/clear-tab-stop.mdx b/apps/docs/document-api/reference/format/paragraph/clear-tab-stop.mdx
index 2ac8e644a6..edda7f202f 100644
--- a/apps/docs/document-api/reference/format/paragraph/clear-tab-stop.mdx
+++ b/apps/docs/document-api/reference/format/paragraph/clear-tab-stop.mdx
@@ -6,8 +6,6 @@ description: Remove a tab stop at a given position.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Remove a tab stop at a given position.
diff --git a/apps/docs/document-api/reference/format/paragraph/index.mdx b/apps/docs/document-api/reference/format/paragraph/index.mdx
index 3ed2ae4c18..f33538278f 100644
--- a/apps/docs/document-api/reference/format/paragraph/index.mdx
+++ b/apps/docs/document-api/reference/format/paragraph/index.mdx
@@ -6,8 +6,6 @@ description: Paragraph Formatting operation reference from the canonical Documen
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
[Back to full reference](../../index)
Paragraph-level direct formatting: alignment, indentation, spacing, borders, shading, and more.
diff --git a/apps/docs/document-api/reference/format/paragraph/reset-direct-formatting.mdx b/apps/docs/document-api/reference/format/paragraph/reset-direct-formatting.mdx
index bc64f41263..a1bd86e328 100644
--- a/apps/docs/document-api/reference/format/paragraph/reset-direct-formatting.mdx
+++ b/apps/docs/document-api/reference/format/paragraph/reset-direct-formatting.mdx
@@ -6,8 +6,6 @@ description: Strip all direct paragraph formatting while preserving style refere
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Strip all direct paragraph formatting while preserving style reference, numbering, and section metadata.
diff --git a/apps/docs/document-api/reference/format/paragraph/set-alignment.mdx b/apps/docs/document-api/reference/format/paragraph/set-alignment.mdx
index 221d8cf205..842bc3cbad 100644
--- a/apps/docs/document-api/reference/format/paragraph/set-alignment.mdx
+++ b/apps/docs/document-api/reference/format/paragraph/set-alignment.mdx
@@ -6,8 +6,6 @@ description: Set paragraph alignment (justification) on a paragraph-like block.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set paragraph alignment (justification) on a paragraph-like block.
diff --git a/apps/docs/document-api/reference/format/paragraph/set-border.mdx b/apps/docs/document-api/reference/format/paragraph/set-border.mdx
index 3a82091930..e1abf4812b 100644
--- a/apps/docs/document-api/reference/format/paragraph/set-border.mdx
+++ b/apps/docs/document-api/reference/format/paragraph/set-border.mdx
@@ -6,8 +6,6 @@ description: Set border properties for a specific side of a paragraph.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set border properties for a specific side of a paragraph.
diff --git a/apps/docs/document-api/reference/format/paragraph/set-direction.mdx b/apps/docs/document-api/reference/format/paragraph/set-direction.mdx
index 6a5dd41a26..23732c28d4 100644
--- a/apps/docs/document-api/reference/format/paragraph/set-direction.mdx
+++ b/apps/docs/document-api/reference/format/paragraph/set-direction.mdx
@@ -6,8 +6,6 @@ description: "Set paragraph base direction (LTR or RTL via w:bidi). Optionally a
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set paragraph base direction (LTR or RTL via w:bidi). Optionally align text to match.
diff --git a/apps/docs/document-api/reference/format/paragraph/set-flow-options.mdx b/apps/docs/document-api/reference/format/paragraph/set-flow-options.mdx
index 8990ae1c9d..d282d931ff 100644
--- a/apps/docs/document-api/reference/format/paragraph/set-flow-options.mdx
+++ b/apps/docs/document-api/reference/format/paragraph/set-flow-options.mdx
@@ -6,8 +6,6 @@ description: Set contextual spacing, page-break-before, and suppress-auto-hyphen
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set contextual spacing, page-break-before, and suppress-auto-hyphens flags.
diff --git a/apps/docs/document-api/reference/format/paragraph/set-indentation.mdx b/apps/docs/document-api/reference/format/paragraph/set-indentation.mdx
index fb204d8cac..bc9c117a69 100644
--- a/apps/docs/document-api/reference/format/paragraph/set-indentation.mdx
+++ b/apps/docs/document-api/reference/format/paragraph/set-indentation.mdx
@@ -6,8 +6,6 @@ description: Set paragraph indentation properties (left, right, firstLine, hangi
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set paragraph indentation properties (left, right, firstLine, hanging) in twips.
diff --git a/apps/docs/document-api/reference/format/paragraph/set-keep-options.mdx b/apps/docs/document-api/reference/format/paragraph/set-keep-options.mdx
index e19f4b9544..7c56034b2b 100644
--- a/apps/docs/document-api/reference/format/paragraph/set-keep-options.mdx
+++ b/apps/docs/document-api/reference/format/paragraph/set-keep-options.mdx
@@ -6,8 +6,6 @@ description: Set keep-with-next, keep-lines-together, and widow/orphan control f
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set keep-with-next, keep-lines-together, and widow/orphan control flags.
diff --git a/apps/docs/document-api/reference/format/paragraph/set-outline-level.mdx b/apps/docs/document-api/reference/format/paragraph/set-outline-level.mdx
index 0f4fe12112..4b01ce6d62 100644
--- a/apps/docs/document-api/reference/format/paragraph/set-outline-level.mdx
+++ b/apps/docs/document-api/reference/format/paragraph/set-outline-level.mdx
@@ -6,8 +6,6 @@ description: Set the paragraph outline level (0–9) or null to clear.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set the paragraph outline level (0–9) or null to clear.
diff --git a/apps/docs/document-api/reference/format/paragraph/set-shading.mdx b/apps/docs/document-api/reference/format/paragraph/set-shading.mdx
index 864225965f..3e113ed8eb 100644
--- a/apps/docs/document-api/reference/format/paragraph/set-shading.mdx
+++ b/apps/docs/document-api/reference/format/paragraph/set-shading.mdx
@@ -6,8 +6,6 @@ description: Set paragraph shading (background fill, pattern color, pattern type
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set paragraph shading (background fill, pattern color, pattern type).
diff --git a/apps/docs/document-api/reference/format/paragraph/set-spacing.mdx b/apps/docs/document-api/reference/format/paragraph/set-spacing.mdx
index 196e22cec5..31cb6812dc 100644
--- a/apps/docs/document-api/reference/format/paragraph/set-spacing.mdx
+++ b/apps/docs/document-api/reference/format/paragraph/set-spacing.mdx
@@ -6,8 +6,6 @@ description: Set paragraph spacing properties (before, after, line, lineRule) in
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set paragraph spacing properties (before, after, line, lineRule) in twips.
diff --git a/apps/docs/document-api/reference/format/paragraph/set-tab-stop.mdx b/apps/docs/document-api/reference/format/paragraph/set-tab-stop.mdx
index b3ee9ec8df..16db8393c7 100644
--- a/apps/docs/document-api/reference/format/paragraph/set-tab-stop.mdx
+++ b/apps/docs/document-api/reference/format/paragraph/set-tab-stop.mdx
@@ -6,8 +6,6 @@ description: Add or replace a tab stop at a given position.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Add or replace a tab stop at a given position.
diff --git a/apps/docs/document-api/reference/format/position.mdx b/apps/docs/document-api/reference/format/position.mdx
index 3cf11a6354..901b2c3edc 100644
--- a/apps/docs/document-api/reference/format/position.mdx
+++ b/apps/docs/document-api/reference/format/position.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `position` inline run property on the target text
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `position` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/r-fonts.mdx b/apps/docs/document-api/reference/format/r-fonts.mdx
index 26cf967675..c88eb13d72 100644
--- a/apps/docs/document-api/reference/format/r-fonts.mdx
+++ b/apps/docs/document-api/reference/format/r-fonts.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `rFonts` inline run property on the target text r
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `rFonts` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/r-style.mdx b/apps/docs/document-api/reference/format/r-style.mdx
index 3187e7372a..b1f5d3d2e5 100644
--- a/apps/docs/document-api/reference/format/r-style.mdx
+++ b/apps/docs/document-api/reference/format/r-style.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `rStyle` inline run property on the target text r
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `rStyle` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/rtl.mdx b/apps/docs/document-api/reference/format/rtl.mdx
index bd3bbb915a..6ea1a06590 100644
--- a/apps/docs/document-api/reference/format/rtl.mdx
+++ b/apps/docs/document-api/reference/format/rtl.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `rtl` inline run property on the target text rang
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `rtl` inline run property on the target text range. This does not change paragraph direction; use `format.paragraph.setDirection` for paragraph-level RTL.
diff --git a/apps/docs/document-api/reference/format/shading.mdx b/apps/docs/document-api/reference/format/shading.mdx
index 57efc38085..15f63eae56 100644
--- a/apps/docs/document-api/reference/format/shading.mdx
+++ b/apps/docs/document-api/reference/format/shading.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `shading` inline run property on the target text
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `shading` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/shadow.mdx b/apps/docs/document-api/reference/format/shadow.mdx
index 2c531cb7a4..bc39e333d8 100644
--- a/apps/docs/document-api/reference/format/shadow.mdx
+++ b/apps/docs/document-api/reference/format/shadow.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `shadow` inline run property on the target text r
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `shadow` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/small-caps.mdx b/apps/docs/document-api/reference/format/small-caps.mdx
index 759ac9a464..8fb0db43e1 100644
--- a/apps/docs/document-api/reference/format/small-caps.mdx
+++ b/apps/docs/document-api/reference/format/small-caps.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `smallCaps` inline run property on the target tex
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `smallCaps` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/snap-to-grid.mdx b/apps/docs/document-api/reference/format/snap-to-grid.mdx
index e5a75bd5b5..75d98d2f73 100644
--- a/apps/docs/document-api/reference/format/snap-to-grid.mdx
+++ b/apps/docs/document-api/reference/format/snap-to-grid.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `snapToGrid` inline run property on the target te
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `snapToGrid` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/spec-vanish.mdx b/apps/docs/document-api/reference/format/spec-vanish.mdx
index d03c1b6696..42f51debe3 100644
--- a/apps/docs/document-api/reference/format/spec-vanish.mdx
+++ b/apps/docs/document-api/reference/format/spec-vanish.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `specVanish` inline run property on the target te
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `specVanish` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/strike.mdx b/apps/docs/document-api/reference/format/strike.mdx
index cae5177568..d80b195d50 100644
--- a/apps/docs/document-api/reference/format/strike.mdx
+++ b/apps/docs/document-api/reference/format/strike.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `strike` inline run property on the target text r
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `strike` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/stylistic-sets.mdx b/apps/docs/document-api/reference/format/stylistic-sets.mdx
index ac0ecd7e47..c3b20172bb 100644
--- a/apps/docs/document-api/reference/format/stylistic-sets.mdx
+++ b/apps/docs/document-api/reference/format/stylistic-sets.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `stylisticSets` inline run property on the target
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `stylisticSets` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/underline.mdx b/apps/docs/document-api/reference/format/underline.mdx
index dbe20a5100..253427ece2 100644
--- a/apps/docs/document-api/reference/format/underline.mdx
+++ b/apps/docs/document-api/reference/format/underline.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `underline` inline run property on the target tex
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `underline` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/vanish.mdx b/apps/docs/document-api/reference/format/vanish.mdx
index 5c977f7139..0566cd541e 100644
--- a/apps/docs/document-api/reference/format/vanish.mdx
+++ b/apps/docs/document-api/reference/format/vanish.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `vanish` inline run property on the target text r
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `vanish` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/vert-align.mdx b/apps/docs/document-api/reference/format/vert-align.mdx
index 243ae8e8f1..db5ffe9c30 100644
--- a/apps/docs/document-api/reference/format/vert-align.mdx
+++ b/apps/docs/document-api/reference/format/vert-align.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `vertAlign` inline run property on the target tex
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `vertAlign` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/format/web-hidden.mdx b/apps/docs/document-api/reference/format/web-hidden.mdx
index 5fef740cc4..4460c64535 100644
--- a/apps/docs/document-api/reference/format/web-hidden.mdx
+++ b/apps/docs/document-api/reference/format/web-hidden.mdx
@@ -6,8 +6,6 @@ description: "Set or clear the `webHidden` inline run property on the target tex
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or clear the `webHidden` inline run property on the target text range.
diff --git a/apps/docs/document-api/reference/get-html.mdx b/apps/docs/document-api/reference/get-html.mdx
index 57c2469bdf..126f93b62c 100644
--- a/apps/docs/document-api/reference/get-html.mdx
+++ b/apps/docs/document-api/reference/get-html.mdx
@@ -6,8 +6,6 @@ description: Extract the document content as an HTML string.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Extract the document content as an HTML string.
diff --git a/apps/docs/document-api/reference/get-markdown.mdx b/apps/docs/document-api/reference/get-markdown.mdx
index bb2ae2a8b8..247986b072 100644
--- a/apps/docs/document-api/reference/get-markdown.mdx
+++ b/apps/docs/document-api/reference/get-markdown.mdx
@@ -6,8 +6,6 @@ description: Extract the document content as a Markdown string.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Extract the document content as a Markdown string.
diff --git a/apps/docs/document-api/reference/get-node-by-id.mdx b/apps/docs/document-api/reference/get-node-by-id.mdx
index 8e109619f8..9c2df882c3 100644
--- a/apps/docs/document-api/reference/get-node-by-id.mdx
+++ b/apps/docs/document-api/reference/get-node-by-id.mdx
@@ -6,8 +6,6 @@ description: Retrieve a single node by its unique ID.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Retrieve a single node by its unique ID.
diff --git a/apps/docs/document-api/reference/get-node.mdx b/apps/docs/document-api/reference/get-node.mdx
index 61b83b612b..ae530b6a49 100644
--- a/apps/docs/document-api/reference/get-node.mdx
+++ b/apps/docs/document-api/reference/get-node.mdx
@@ -6,8 +6,6 @@ description: Retrieve a single node by target position.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Retrieve a single node by target position.
diff --git a/apps/docs/document-api/reference/get-text.mdx b/apps/docs/document-api/reference/get-text.mdx
index 78d312c4ac..565f221293 100644
--- a/apps/docs/document-api/reference/get-text.mdx
+++ b/apps/docs/document-api/reference/get-text.mdx
@@ -6,8 +6,6 @@ description: Extract the plain-text content of the document.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Extract the plain-text content of the document.
diff --git a/apps/docs/document-api/reference/get.mdx b/apps/docs/document-api/reference/get.mdx
index 006af9a59b..ad0bcf2278 100644
--- a/apps/docs/document-api/reference/get.mdx
+++ b/apps/docs/document-api/reference/get.mdx
@@ -6,8 +6,6 @@ description: Read the full document as an SDDocument structure.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Read the full document as an SDDocument structure.
diff --git a/apps/docs/document-api/reference/header-footers/get.mdx b/apps/docs/document-api/reference/header-footers/get.mdx
index 4a6997faa6..b1f8015839 100644
--- a/apps/docs/document-api/reference/header-footers/get.mdx
+++ b/apps/docs/document-api/reference/header-footers/get.mdx
@@ -6,8 +6,6 @@ description: Get a single header/footer slot entry by address.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Get a single header/footer slot entry by address.
diff --git a/apps/docs/document-api/reference/header-footers/index.mdx b/apps/docs/document-api/reference/header-footers/index.mdx
index 31a89dafc2..852852ed6c 100644
--- a/apps/docs/document-api/reference/header-footers/index.mdx
+++ b/apps/docs/document-api/reference/header-footers/index.mdx
@@ -6,8 +6,6 @@ description: Headers & Footers operation reference from the canonical Document A
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
[Back to full reference](../index)
Structure, references, and part lifecycle for document headers and footers.
diff --git a/apps/docs/document-api/reference/header-footers/list.mdx b/apps/docs/document-api/reference/header-footers/list.mdx
index 3f122d7a65..b7d71e2ad6 100644
--- a/apps/docs/document-api/reference/header-footers/list.mdx
+++ b/apps/docs/document-api/reference/header-footers/list.mdx
@@ -6,8 +6,6 @@ description: List header/footer slot entries across sections.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
List header/footer slot entries across sections.
diff --git a/apps/docs/document-api/reference/header-footers/parts/create.mdx b/apps/docs/document-api/reference/header-footers/parts/create.mdx
index 3a3dff22f0..31ffa19ca7 100644
--- a/apps/docs/document-api/reference/header-footers/parts/create.mdx
+++ b/apps/docs/document-api/reference/header-footers/parts/create.mdx
@@ -6,8 +6,6 @@ description: Create a new independent header/footer part, optionally cloned from
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Create a new independent header/footer part, optionally cloned from an existing part.
diff --git a/apps/docs/document-api/reference/header-footers/parts/delete.mdx b/apps/docs/document-api/reference/header-footers/parts/delete.mdx
index 5bb91b0703..acd04f79d2 100644
--- a/apps/docs/document-api/reference/header-footers/parts/delete.mdx
+++ b/apps/docs/document-api/reference/header-footers/parts/delete.mdx
@@ -6,8 +6,6 @@ description: Delete a header/footer part and its associated relationship when no
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Delete a header/footer part and its associated relationship when no section slots reference it.
diff --git a/apps/docs/document-api/reference/header-footers/parts/list.mdx b/apps/docs/document-api/reference/header-footers/parts/list.mdx
index 183e35a168..ad33fe0295 100644
--- a/apps/docs/document-api/reference/header-footers/parts/list.mdx
+++ b/apps/docs/document-api/reference/header-footers/parts/list.mdx
@@ -6,8 +6,6 @@ description: List unique header/footer part records from document relationships.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
List unique header/footer part records from document relationships.
diff --git a/apps/docs/document-api/reference/header-footers/refs/clear.mdx b/apps/docs/document-api/reference/header-footers/refs/clear.mdx
index 008e96f002..d9181a36ba 100644
--- a/apps/docs/document-api/reference/header-footers/refs/clear.mdx
+++ b/apps/docs/document-api/reference/header-footers/refs/clear.mdx
@@ -6,8 +6,6 @@ description: Clear an explicit header/footer reference from a section slot.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Clear an explicit header/footer reference from a section slot.
diff --git a/apps/docs/document-api/reference/header-footers/refs/set-linked-to-previous.mdx b/apps/docs/document-api/reference/header-footers/refs/set-linked-to-previous.mdx
index a55a1c3a20..f6e955ea79 100644
--- a/apps/docs/document-api/reference/header-footers/refs/set-linked-to-previous.mdx
+++ b/apps/docs/document-api/reference/header-footers/refs/set-linked-to-previous.mdx
@@ -6,8 +6,6 @@ description: Link or unlink a header/footer slot to/from the previous section.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Link or unlink a header/footer slot to/from the previous section.
diff --git a/apps/docs/document-api/reference/header-footers/refs/set.mdx b/apps/docs/document-api/reference/header-footers/refs/set.mdx
index 8988d05035..c8f2de7493 100644
--- a/apps/docs/document-api/reference/header-footers/refs/set.mdx
+++ b/apps/docs/document-api/reference/header-footers/refs/set.mdx
@@ -6,8 +6,6 @@ description: Set an explicit header/footer reference on a section slot.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set an explicit header/footer reference on a section slot.
diff --git a/apps/docs/document-api/reference/header-footers/resolve.mdx b/apps/docs/document-api/reference/header-footers/resolve.mdx
index ed0c886901..f63746670c 100644
--- a/apps/docs/document-api/reference/header-footers/resolve.mdx
+++ b/apps/docs/document-api/reference/header-footers/resolve.mdx
@@ -6,8 +6,6 @@ description: Resolve the effective header/footer reference for a slot, walking t
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Resolve the effective header/footer reference for a slot, walking the section inheritance chain.
diff --git a/apps/docs/document-api/reference/history/get.mdx b/apps/docs/document-api/reference/history/get.mdx
index 2f22eaa7f7..38eeb39ffa 100644
--- a/apps/docs/document-api/reference/history/get.mdx
+++ b/apps/docs/document-api/reference/history/get.mdx
@@ -6,8 +6,6 @@ description: Query the current undo/redo history state of the active editor.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Query the current undo/redo history state of the active editor.
diff --git a/apps/docs/document-api/reference/history/index.mdx b/apps/docs/document-api/reference/history/index.mdx
index f885a4ed01..48a3a40e93 100644
--- a/apps/docs/document-api/reference/history/index.mdx
+++ b/apps/docs/document-api/reference/history/index.mdx
@@ -6,8 +6,6 @@ description: History operation reference from the canonical Document API contrac
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
[Back to full reference](../index)
Undo/redo history state and navigation.
diff --git a/apps/docs/document-api/reference/history/redo.mdx b/apps/docs/document-api/reference/history/redo.mdx
index a0dc7448d8..00c361d109 100644
--- a/apps/docs/document-api/reference/history/redo.mdx
+++ b/apps/docs/document-api/reference/history/redo.mdx
@@ -6,8 +6,6 @@ description: Redo the most recently undone action in the active editor.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Redo the most recently undone action in the active editor.
diff --git a/apps/docs/document-api/reference/history/undo.mdx b/apps/docs/document-api/reference/history/undo.mdx
index 10a5f77cde..596d151d89 100644
--- a/apps/docs/document-api/reference/history/undo.mdx
+++ b/apps/docs/document-api/reference/history/undo.mdx
@@ -6,8 +6,6 @@ description: Undo the most recent history-safe mutation in the active editor.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Undo the most recent history-safe mutation in the active editor.
diff --git a/apps/docs/document-api/reference/hyperlinks/get.mdx b/apps/docs/document-api/reference/hyperlinks/get.mdx
index 69e75d3475..cd06eebdc6 100644
--- a/apps/docs/document-api/reference/hyperlinks/get.mdx
+++ b/apps/docs/document-api/reference/hyperlinks/get.mdx
@@ -6,8 +6,6 @@ description: Retrieve details of a specific hyperlink by its inline address.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Retrieve details of a specific hyperlink by its inline address.
diff --git a/apps/docs/document-api/reference/hyperlinks/index.mdx b/apps/docs/document-api/reference/hyperlinks/index.mdx
index 76bfabdaa6..b33f121a44 100644
--- a/apps/docs/document-api/reference/hyperlinks/index.mdx
+++ b/apps/docs/document-api/reference/hyperlinks/index.mdx
@@ -6,8 +6,6 @@ description: Hyperlinks operation reference from the canonical Document API cont
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
[Back to full reference](../index)
Hyperlink discovery, creation, and metadata management.
diff --git a/apps/docs/document-api/reference/hyperlinks/insert.mdx b/apps/docs/document-api/reference/hyperlinks/insert.mdx
index db11c3e858..3a6535dd66 100644
--- a/apps/docs/document-api/reference/hyperlinks/insert.mdx
+++ b/apps/docs/document-api/reference/hyperlinks/insert.mdx
@@ -6,8 +6,6 @@ description: Insert new linked text at a target position.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Insert new linked text at a target position.
diff --git a/apps/docs/document-api/reference/hyperlinks/list.mdx b/apps/docs/document-api/reference/hyperlinks/list.mdx
index 9d554fb7b4..3d2010049a 100644
--- a/apps/docs/document-api/reference/hyperlinks/list.mdx
+++ b/apps/docs/document-api/reference/hyperlinks/list.mdx
@@ -6,8 +6,6 @@ description: List all hyperlinks in the document, with optional filtering by hre
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
List all hyperlinks in the document, with optional filtering by href, anchor, or display text.
diff --git a/apps/docs/document-api/reference/hyperlinks/patch.mdx b/apps/docs/document-api/reference/hyperlinks/patch.mdx
index d0971bbe8f..e2e88cddf9 100644
--- a/apps/docs/document-api/reference/hyperlinks/patch.mdx
+++ b/apps/docs/document-api/reference/hyperlinks/patch.mdx
@@ -6,8 +6,6 @@ description: Update hyperlink metadata (destination, tooltip, target, rel) witho
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Update hyperlink metadata (destination, tooltip, target, rel) without changing display text.
diff --git a/apps/docs/document-api/reference/hyperlinks/remove.mdx b/apps/docs/document-api/reference/hyperlinks/remove.mdx
index 7e0900376a..32217f6ce9 100644
--- a/apps/docs/document-api/reference/hyperlinks/remove.mdx
+++ b/apps/docs/document-api/reference/hyperlinks/remove.mdx
@@ -6,8 +6,6 @@ description: "Remove a hyperlink. Mode 'unwrap' preserves display text; 'deleteT
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Remove a hyperlink. Mode 'unwrap' preserves display text; 'deleteText' removes the linked content entirely.
diff --git a/apps/docs/document-api/reference/hyperlinks/wrap.mdx b/apps/docs/document-api/reference/hyperlinks/wrap.mdx
index a99c861c3f..7fcf0639e3 100644
--- a/apps/docs/document-api/reference/hyperlinks/wrap.mdx
+++ b/apps/docs/document-api/reference/hyperlinks/wrap.mdx
@@ -6,8 +6,6 @@ description: Wrap an existing text range with a hyperlink.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Wrap an existing text range with a hyperlink.
diff --git a/apps/docs/document-api/reference/images/convert-to-floating.mdx b/apps/docs/document-api/reference/images/convert-to-floating.mdx
index 40acf5c575..5fb4f5f81c 100644
--- a/apps/docs/document-api/reference/images/convert-to-floating.mdx
+++ b/apps/docs/document-api/reference/images/convert-to-floating.mdx
@@ -6,8 +6,6 @@ description: Convert an inline image to floating placement.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Convert an inline image to floating placement.
diff --git a/apps/docs/document-api/reference/images/convert-to-inline.mdx b/apps/docs/document-api/reference/images/convert-to-inline.mdx
index 682c420ca2..63ee5e68f2 100644
--- a/apps/docs/document-api/reference/images/convert-to-inline.mdx
+++ b/apps/docs/document-api/reference/images/convert-to-inline.mdx
@@ -6,8 +6,6 @@ description: Convert a floating image to inline placement.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Convert a floating image to inline placement.
diff --git a/apps/docs/document-api/reference/images/crop.mdx b/apps/docs/document-api/reference/images/crop.mdx
index e4c1088e9a..52fa048a3b 100644
--- a/apps/docs/document-api/reference/images/crop.mdx
+++ b/apps/docs/document-api/reference/images/crop.mdx
@@ -6,8 +6,6 @@ description: Apply rectangular edge-percentage crop to an image.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Apply rectangular edge-percentage crop to an image.
diff --git a/apps/docs/document-api/reference/images/delete.mdx b/apps/docs/document-api/reference/images/delete.mdx
index 2c44aad77b..0b1a066782 100644
--- a/apps/docs/document-api/reference/images/delete.mdx
+++ b/apps/docs/document-api/reference/images/delete.mdx
@@ -6,8 +6,6 @@ description: Delete an image from the document.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Delete an image from the document.
diff --git a/apps/docs/document-api/reference/images/flip.mdx b/apps/docs/document-api/reference/images/flip.mdx
index 713d4805ff..adab9cf2f1 100644
--- a/apps/docs/document-api/reference/images/flip.mdx
+++ b/apps/docs/document-api/reference/images/flip.mdx
@@ -6,8 +6,6 @@ description: Set horizontal and/or vertical flip state for an image.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set horizontal and/or vertical flip state for an image.
diff --git a/apps/docs/document-api/reference/images/get.mdx b/apps/docs/document-api/reference/images/get.mdx
index ddbfccfbb5..ff615f5dd7 100644
--- a/apps/docs/document-api/reference/images/get.mdx
+++ b/apps/docs/document-api/reference/images/get.mdx
@@ -6,8 +6,6 @@ description: Get details for a specific image by its stable ID.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Get details for a specific image by its stable ID.
diff --git a/apps/docs/document-api/reference/images/index.mdx b/apps/docs/document-api/reference/images/index.mdx
index b0966a6bc9..040a31cd48 100644
--- a/apps/docs/document-api/reference/images/index.mdx
+++ b/apps/docs/document-api/reference/images/index.mdx
@@ -6,8 +6,6 @@ description: Images operation reference from the canonical Document API contract
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
[Back to full reference](../index)
Image lifecycle, placement, and wrap configuration.
diff --git a/apps/docs/document-api/reference/images/insert-caption.mdx b/apps/docs/document-api/reference/images/insert-caption.mdx
index 08d1e6f260..7d95a7a715 100644
--- a/apps/docs/document-api/reference/images/insert-caption.mdx
+++ b/apps/docs/document-api/reference/images/insert-caption.mdx
@@ -6,8 +6,6 @@ description: Insert a caption paragraph below the image.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Insert a caption paragraph below the image.
diff --git a/apps/docs/document-api/reference/images/list.mdx b/apps/docs/document-api/reference/images/list.mdx
index 416d0ea073..36ef9b0746 100644
--- a/apps/docs/document-api/reference/images/list.mdx
+++ b/apps/docs/document-api/reference/images/list.mdx
@@ -6,8 +6,6 @@ description: List all images in the document.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
List all images in the document.
diff --git a/apps/docs/document-api/reference/images/move.mdx b/apps/docs/document-api/reference/images/move.mdx
index aa0739fb69..3651f7e91c 100644
--- a/apps/docs/document-api/reference/images/move.mdx
+++ b/apps/docs/document-api/reference/images/move.mdx
@@ -6,8 +6,6 @@ description: Move an image to a new location in the document.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Move an image to a new location in the document.
diff --git a/apps/docs/document-api/reference/images/remove-caption.mdx b/apps/docs/document-api/reference/images/remove-caption.mdx
index 52a0bf0049..e0d3367616 100644
--- a/apps/docs/document-api/reference/images/remove-caption.mdx
+++ b/apps/docs/document-api/reference/images/remove-caption.mdx
@@ -6,8 +6,6 @@ description: Remove the caption paragraph from below the image.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Remove the caption paragraph from below the image.
diff --git a/apps/docs/document-api/reference/images/replace-source.mdx b/apps/docs/document-api/reference/images/replace-source.mdx
index 91574144ea..c567d65066 100644
--- a/apps/docs/document-api/reference/images/replace-source.mdx
+++ b/apps/docs/document-api/reference/images/replace-source.mdx
@@ -6,8 +6,6 @@ description: Replace the image source while preserving identity and placement.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Replace the image source while preserving identity and placement.
diff --git a/apps/docs/document-api/reference/images/reset-crop.mdx b/apps/docs/document-api/reference/images/reset-crop.mdx
index a926b339ad..051af38a1f 100644
--- a/apps/docs/document-api/reference/images/reset-crop.mdx
+++ b/apps/docs/document-api/reference/images/reset-crop.mdx
@@ -6,8 +6,6 @@ description: Remove all cropping from an image.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Remove all cropping from an image.
diff --git a/apps/docs/document-api/reference/images/rotate.mdx b/apps/docs/document-api/reference/images/rotate.mdx
index be6cc5c017..f498300d51 100644
--- a/apps/docs/document-api/reference/images/rotate.mdx
+++ b/apps/docs/document-api/reference/images/rotate.mdx
@@ -6,8 +6,6 @@ description: Set the absolute rotation angle for an image.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set the absolute rotation angle for an image.
diff --git a/apps/docs/document-api/reference/images/scale.mdx b/apps/docs/document-api/reference/images/scale.mdx
index 516393c784..c4084e762c 100644
--- a/apps/docs/document-api/reference/images/scale.mdx
+++ b/apps/docs/document-api/reference/images/scale.mdx
@@ -6,8 +6,6 @@ description: Scale an image by a uniform factor applied to both dimensions.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Scale an image by a uniform factor applied to both dimensions.
diff --git a/apps/docs/document-api/reference/images/set-alt-text.mdx b/apps/docs/document-api/reference/images/set-alt-text.mdx
index 181aa27390..52bf7d2556 100644
--- a/apps/docs/document-api/reference/images/set-alt-text.mdx
+++ b/apps/docs/document-api/reference/images/set-alt-text.mdx
@@ -6,8 +6,6 @@ description: Set the accessibility description (alt text) for an image.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set the accessibility description (alt text) for an image.
diff --git a/apps/docs/document-api/reference/images/set-anchor-options.mdx b/apps/docs/document-api/reference/images/set-anchor-options.mdx
index 88b2c4579a..6c74131524 100644
--- a/apps/docs/document-api/reference/images/set-anchor-options.mdx
+++ b/apps/docs/document-api/reference/images/set-anchor-options.mdx
@@ -6,8 +6,6 @@ description: Set anchor behavior options for a floating image.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set anchor behavior options for a floating image.
diff --git a/apps/docs/document-api/reference/images/set-decorative.mdx b/apps/docs/document-api/reference/images/set-decorative.mdx
index 69efaa09aa..9416b49ea2 100644
--- a/apps/docs/document-api/reference/images/set-decorative.mdx
+++ b/apps/docs/document-api/reference/images/set-decorative.mdx
@@ -6,8 +6,6 @@ description: Mark or unmark an image as decorative.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Mark or unmark an image as decorative.
diff --git a/apps/docs/document-api/reference/images/set-hyperlink.mdx b/apps/docs/document-api/reference/images/set-hyperlink.mdx
index e035247c4f..fc6502fc41 100644
--- a/apps/docs/document-api/reference/images/set-hyperlink.mdx
+++ b/apps/docs/document-api/reference/images/set-hyperlink.mdx
@@ -6,8 +6,6 @@ description: Set or remove the hyperlink attached to an image.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set or remove the hyperlink attached to an image.
diff --git a/apps/docs/document-api/reference/images/set-lock-aspect-ratio.mdx b/apps/docs/document-api/reference/images/set-lock-aspect-ratio.mdx
index ebf0795ba3..d9ed943fae 100644
--- a/apps/docs/document-api/reference/images/set-lock-aspect-ratio.mdx
+++ b/apps/docs/document-api/reference/images/set-lock-aspect-ratio.mdx
@@ -6,8 +6,6 @@ description: Lock or unlock the aspect ratio for an image.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Lock or unlock the aspect ratio for an image.
diff --git a/apps/docs/document-api/reference/images/set-name.mdx b/apps/docs/document-api/reference/images/set-name.mdx
index ed56d70d95..74beae4163 100644
--- a/apps/docs/document-api/reference/images/set-name.mdx
+++ b/apps/docs/document-api/reference/images/set-name.mdx
@@ -6,8 +6,6 @@ description: Set the object name for an image.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set the object name for an image.
diff --git a/apps/docs/document-api/reference/images/set-position.mdx b/apps/docs/document-api/reference/images/set-position.mdx
index 2b160075cf..884356a6aa 100644
--- a/apps/docs/document-api/reference/images/set-position.mdx
+++ b/apps/docs/document-api/reference/images/set-position.mdx
@@ -6,8 +6,6 @@ description: Set the anchor position for a floating image.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set the anchor position for a floating image.
diff --git a/apps/docs/document-api/reference/images/set-size.mdx b/apps/docs/document-api/reference/images/set-size.mdx
index babfa810f4..7809da23e0 100644
--- a/apps/docs/document-api/reference/images/set-size.mdx
+++ b/apps/docs/document-api/reference/images/set-size.mdx
@@ -6,8 +6,6 @@ description: Set explicit width/height for an image.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set explicit width/height for an image.
diff --git a/apps/docs/document-api/reference/images/set-wrap-distances.mdx b/apps/docs/document-api/reference/images/set-wrap-distances.mdx
index 8c6c48af9b..eb243e3af3 100644
--- a/apps/docs/document-api/reference/images/set-wrap-distances.mdx
+++ b/apps/docs/document-api/reference/images/set-wrap-distances.mdx
@@ -6,8 +6,6 @@ description: Set the text-wrap distance margins for a floating image.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set the text-wrap distance margins for a floating image.
diff --git a/apps/docs/document-api/reference/images/set-wrap-side.mdx b/apps/docs/document-api/reference/images/set-wrap-side.mdx
index 2e2ec081da..eed1179ea0 100644
--- a/apps/docs/document-api/reference/images/set-wrap-side.mdx
+++ b/apps/docs/document-api/reference/images/set-wrap-side.mdx
@@ -6,8 +6,6 @@ description: Set which side(s) text wraps around a floating image.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set which side(s) text wraps around a floating image.
diff --git a/apps/docs/document-api/reference/images/set-wrap-type.mdx b/apps/docs/document-api/reference/images/set-wrap-type.mdx
index ce54acbff4..19a578fe3e 100644
--- a/apps/docs/document-api/reference/images/set-wrap-type.mdx
+++ b/apps/docs/document-api/reference/images/set-wrap-type.mdx
@@ -6,8 +6,6 @@ description: Set the text wrapping type for a floating image.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set the text wrapping type for a floating image.
diff --git a/apps/docs/document-api/reference/images/set-z-order.mdx b/apps/docs/document-api/reference/images/set-z-order.mdx
index 48f70431d8..22cfda5faf 100644
--- a/apps/docs/document-api/reference/images/set-z-order.mdx
+++ b/apps/docs/document-api/reference/images/set-z-order.mdx
@@ -6,8 +6,6 @@ description: Set the z-order (relativeHeight) for a floating image.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Set the z-order (relativeHeight) for a floating image.
diff --git a/apps/docs/document-api/reference/images/update-caption.mdx b/apps/docs/document-api/reference/images/update-caption.mdx
index d12bb22307..becd7c4580 100644
--- a/apps/docs/document-api/reference/images/update-caption.mdx
+++ b/apps/docs/document-api/reference/images/update-caption.mdx
@@ -6,8 +6,6 @@ description: Update the text of an existing caption paragraph.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
-> Alpha: Document API is currently alpha and subject to breaking changes.
-
## Summary
Update the text of an existing caption paragraph.
diff --git a/apps/docs/document-api/reference/index.mdx b/apps/docs/document-api/reference/index.mdx
index abc0d47cf3..f8d6fee0bb 100644
--- a/apps/docs/document-api/reference/index.mdx
+++ b/apps/docs/document-api/reference/index.mdx
@@ -7,7 +7,6 @@ description: Operation reference from the canonical Document API contract.
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
This reference is sourced from `packages/document-api/src/contract/*`.
-Document API is currently alpha and subject to breaking changes.