Window: ${dmn.window.type}
-
Mode: ${state.mode ?? "loading..."}
+
Mode: ${state.mode ?? 'loading...'}
`,
diff --git a/docs/content/en/api-reference/editor/page.mdx b/docs/content/en/api-reference/editor/page.mdx
new file mode 100644
index 00000000..d3c58871
--- /dev/null
+++ b/docs/content/en/api-reference/editor/page.mdx
@@ -0,0 +1,240 @@
+---
+title: Editor API
+description: Atomic editor document reads, commits, and change events
+---
+
+# Editor API
+
+