diff --git a/editor/pages.mdx b/editor/pages.mdx index 803c020f5..cd40b1fa8 100644 --- a/editor/pages.mdx +++ b/editor/pages.mdx @@ -1,7 +1,7 @@ --- title: "Create and edit pages" description: "Create pages, edit content, upload images and video, and manage files in the Mintlify web editor with rich-text editing and search across your content." -keywords: ["editor", "content", "pages", "files", "create", "edit", "media", "images", "video", "task lists", "private pages"] +keywords: ["editor", "content", "pages", "files", "create", "edit", "version history", "media", "images", "video", "task lists", "private pages"] --- ## Navigate files @@ -68,6 +68,30 @@ To compare your current page against the last published version, click the **More options** in the top-right corner of the page. +1. Click **Version history**. + +If you enable version history for pages, you can click the **Edited** timestamp on the page to open version history. + +Public page history only includes the current branch. Private page history includes entries across branches. Click **Show more versions** to load older entries. + +Older versions include a **Restore** action when you have permission to edit the page. If you restore an older version, you overwrite any unsaved changes. Viewers can review and compare saved versions of private pages. Editors and managers can restore them. + +For public pages, the editor restores the page on your current branch. For private pages, it updates the shared private content. + +To compare an older saved version with the current page, click its row. The editor opens diff view with the older version as the baseline and the current page content as the comparison. To exit comparison and return to editing, click the active row again. + ### Block actions In visual mode, hover over any block to reveal a drag handle on the left. Click the handle to open a context menu with actions for that block: diff --git a/es/editor/pages.mdx b/es/editor/pages.mdx index 26e6823c8..1887f52d8 100644 --- a/es/editor/pages.mdx +++ b/es/editor/pages.mdx @@ -1,7 +1,7 @@ --- title: "Crear y editar páginas" description: "Cree páginas, edite contenido, suba imágenes y vídeos y administre archivos en el editor web de Mintlify con edición enriquecida y búsqueda global." -keywords: ["editor", "content", "pages", "files", "create", "edit", "media", "images", "video", "task lists", "private pages"] +keywords: ["editor", "content", "pages", "files", "create", "edit", "version history", "media", "images", "video", "task lists", "private pages"] ---