From 747fe5442ded46a076bd6df683e600c1c96fa4d7 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Thu, 14 May 2026 00:30:00 +0000
Subject: [PATCH 1/2] Document collaborative editing for supporting text files
Generated-By: mintlify-agent
---
editor/pages.mdx | 17 ++++++++++++++++-
es/editor/pages.mdx | 17 +++++++++++++++++
fr/editor/pages.mdx | 17 +++++++++++++++++
zh/editor/pages.mdx | 17 +++++++++++++++++
4 files changed, 67 insertions(+), 1 deletion(-)
diff --git a/editor/pages.mdx b/editor/pages.mdx
index 4bb67a373..86a0eb31a 100644
--- a/editor/pages.mdx
+++ b/editor/pages.mdx
@@ -12,6 +12,21 @@ Browse pages in the **Navigation** tab of the left panel. Click a page to open i
The web editor treats API specification files (OpenAPI and AsyncAPI) as read-only. To update a spec file, edit it in your preferred code editor and push the changes to your documentation repository.
+## Edit supporting text files
+
+In addition to MDX and Markdown pages, the web editor opens common text files for live, collaborative editing. Click any of the following file types in the navigation tree to edit them with the same real-time syncing, autosave, and Git integration as your documentation pages:
+
+- `.yml` and `.yaml`
+- `.json`
+- `.js` and `.jsx`
+- `.css`
+- `.txt`
+- `.csv`
+
+Text files open in a source-mode editor with syntax highlighting and search (Cmd + F on macOS, Ctrl + F on Windows). Edits sync live across collaborators—each person's cursor is visible, and changes published from outside the editor merge automatically. If a file is edited concurrently in Git and the editor in a way that can't be merged, the editor surfaces conflict markers labeled `editor` and `incoming` so you can resolve them before publishing.
+
+Files with extensions outside this list (for example, fonts, archives, and binary assets) remain read-only. Edit those in your local code editor and push the changes to your repository.
+
## Create new pages
1. Click the
diff --git a/fr/editor/pages.mdx b/fr/editor/pages.mdx
index 942ad85ae..9a955050d 100644
--- a/fr/editor/pages.mdx
+++ b/fr/editor/pages.mdx
@@ -37,6 +37,23 @@ Basculez entre le mode visuel et le Markdown mode à l'aide du bouton de bascule
Les fichiers de spécification d'API (OpenAPI et AsyncAPI) sont en lecture seule dans l'éditeur web. Vous pouvez consulter leur contenu, mais vous ne pouvez pas les modifier directement. Pour mettre à jour un fichier de spécification, modifiez-le avec votre éditeur de code préféré et poussez les modifications vers votre dépôt de documentation.
+
diff --git a/zh/editor/pages.mdx b/zh/editor/pages.mdx
index b2e14be9f..896258ec0 100644
--- a/zh/editor/pages.mdx
+++ b/zh/editor/pages.mdx
@@ -37,6 +37,23 @@ keywords: ["编辑器","内容","页面","文件"]
API 规范文件(OpenAPI 和 AsyncAPI)在 Web 编辑器中为只读。你可以查看其内容,但无法直接编辑。要更新规范文件,请使用你偏好的代码编辑器进行编辑,然后将更改推送到你的文档仓库。
+
From 644957aab5ff58b9e3f6e53fb8d84c66d7b9d3e0 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Thu, 14 May 2026 00:33:24 +0000
Subject: [PATCH 2/2] Shorten long sentence and improve translated descriptions
Generated-By: mintlify-agent
---
editor/pages.mdx | 4 +++-
es/editor/pages.mdx | 8 +++++---
fr/editor/pages.mdx | 8 +++++---
zh/editor/pages.mdx | 8 +++++---
4 files changed, 18 insertions(+), 10 deletions(-)
diff --git a/editor/pages.mdx b/editor/pages.mdx
index 86a0eb31a..857a1ef78 100644
--- a/editor/pages.mdx
+++ b/editor/pages.mdx
@@ -23,7 +23,9 @@ In addition to MDX and Markdown pages, the web editor opens common text files fo
- `.txt`
- `.csv`
-Text files open in a source-mode editor with syntax highlighting and search (Cmd + F on macOS, Ctrl + F on Windows). Edits sync live across collaborators—each person's cursor is visible, and changes published from outside the editor merge automatically. If a file is edited concurrently in Git and the editor in a way that can't be merged, the editor surfaces conflict markers labeled `editor` and `incoming` so you can resolve them before publishing.
+Text files open in a source-mode editor with syntax highlighting and search (Cmd + F on macOS, Ctrl + F on Windows). Edits sync live across collaborators—each person's cursor is visible, and changes published from outside the editor merge automatically.
+
+When concurrent edits in Git and the editor can't merge cleanly, the editor inserts conflict markers labeled `editor` and `incoming`. Resolve the markers before publishing.
Files with extensions outside this list (for example, fonts, archives, and binary assets) remain read-only. Edit those in your local code editor and push the changes to your repository.
diff --git a/es/editor/pages.mdx b/es/editor/pages.mdx
index 09a508dc0..8c01fe2fe 100644
--- a/es/editor/pages.mdx
+++ b/es/editor/pages.mdx
@@ -1,7 +1,7 @@
---
title: "Crear y editar páginas"
-description: "Crea, edita y organiza páginas de documentación en el editor web."
-keywords: ["editor","contenido","páginas","archivos"]
+description: "Crea páginas, edita contenido, sube imágenes y vídeos, y gestiona archivos en el editor web de Mintlify con edición enriquecida y búsqueda."
+keywords: ["editor","contenido","páginas","archivos","crear","editar","medios","imágenes","vídeo"]
---