Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions editor/pages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
- **Link to another page**: Right-click a page in the navigation tree, click **Copy link**, then paste the link into your content. The editor recognizes internal links to other pages and converts them.
- **Insert media from your project**: Drag an image or video from the navigation tree into the page to embed it inline. Supported formats include PNG, JPG, JPEG, GIF, WebP, SVG, MP4, and WebM.
- **Insert an emoji**: Type <kbd>:</kbd> followed by a keyword to open the emoji picker.
- **Edit a table**: When your cursor is inside a table, use the floating toolbar to add or remove rows and columns, or merge cells.

Check warning on line 36 in editor/pages.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/pages.mdx#L36

Use 'Cursor' instead of 'cursor'.

**Markdown mode** gives you direct access to the MDX source. Use it for precise control over component properties and frontmatter.

Expand All @@ -58,7 +58,7 @@

### Table of contents

In visual mode, the editor shows a minimap on the right side of the page that reflects the heading structure of your document. Hover over the minimap to expand it into a full table of contents. Click any heading to scroll to that section.

Check warning on line 61 in editor/pages.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/pages.mdx#L61

Did you really mean 'minimap'?

Check warning on line 61 in editor/pages.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/pages.mdx#L61

Did you really mean 'minimap'?

### Code block options

Expand All @@ -73,13 +73,14 @@

Open the publish menu and click any changed file to enter diff view. The editor highlights differences between your draft and the last published version. If you're in visual mode, you see a visual diff. If you're in Markdown mode, you see a Markdown diff.

Diff view is read-only. Click the <Icon icon="x" /> button next to the mode toggle to return to editing.

Check warning on line 76 in editor/pages.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/pages.mdx#L76

Use 'diffs?' instead of 'Diff'.

Check warning on line 76 in editor/pages.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/pages.mdx#L76

In general, use active voice instead of passive voice ('is read').

## Manage pages

- **Move**: Drag and drop pages to reorder them in navigation.
- **Rename**: Right-click a page and select **Rename**.
- **Duplicate**: Right-click a page and select **Duplicate**.
- **Unlist**: Right-click a page and select **Unlist**, or open page settings and click the <Icon icon="eye-slash" /> icon next to the trash. The editor removes the page from navigation but keeps the underlying `.mdx` file in your repository, so you can re-add it later from the **Add existing file** menu. Only `docs.json` changes when you publish. Click **Undo** on the toast to restore the page to its original position. The editor hides the **Unlist** action for pages without an underlying file, such as external links.

Check warning on line 83 in editor/pages.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/pages.mdx#L83

Did you really mean 'Unlist'?

Check warning on line 83 in editor/pages.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/pages.mdx#L83

Did you really mean 'Unlist'?

Check warning on line 83 in editor/pages.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/pages.mdx#L83

Did you really mean 'Unlist'?
- **Delete**: Right-click a page and select **Delete**. The editor removes the page from navigation automatically.

### Pages deleted via Git
Expand All @@ -90,7 +91,7 @@

Hover over a page and click the gear icon, or right-click and select **Settings**, to configure:

- **Title**, **Slug**, and **Sidebar title**: Control how the page appears in navigation and its URL.

Check warning on line 94 in editor/pages.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/pages.mdx#L94

Use 'sidebars?' instead of 'Sidebar'.
- **Description** and **Keywords**: Improve search and SEO.
- **Layout**: Choose from standard, wide, centered, or custom.

Expand All @@ -102,7 +103,7 @@

Type <kbd>/image</kbd> to upload a new image or select an existing one from your repository. Type <kbd>/video</kbd> to upload or select a video.

You can also drag and drop files from your computer directly onto a page. In visual mode, the file inserts inline. In Markdown mode, the editor inserts the file path at your cursor position. Images save to your `images/` folder and videos to `videos/`.

Check warning on line 106 in editor/pages.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/pages.mdx#L106

Use 'Cursor' instead of 'cursor'.

To reuse media that already lives in your project, drag an image or video file from the navigation tree onto the page. The editor embeds the asset inline.

Expand Down
8 changes: 7 additions & 1 deletion es/editor/pages.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Crear y editar páginas"
description: "Crea, edita y organiza páginas de documentación en el editor web."
description: "Crea páginas, edita contenido, sube imágenes y vídeos, y gestiona archivos en el editor web de Mintlify con edición visual y búsqueda."
keywords: ["editor","contenido","páginas","archivos"]
---

Expand Down Expand Up @@ -153,6 +153,12 @@ Haz clic derecho sobre una página y selecciona **Duplicar**.

Haz clic con el botón derecho en una página y selecciona **Delete**. Al eliminar una página, se quitará automáticamente de tu navigation.

<div id="unlist-pages">
### Quitar páginas de la navigation
</div>

Para quitar una página de la navigation conservando el archivo en tu repositorio, haz clic derecho sobre la página y selecciona **Unlist**, o abre la configuración de la página y haz clic en el icono <Icon icon="eye-slash" /> junto a la papelera. La página desaparece de la navigation, pero el archivo `.mdx` permanece en el árbol de archivos y vuelve a aparecer como "unlisted" en el submenú **Add existing file**, desde donde puedes volver a añadirla más tarde. Al publicar, solo cambia `docs.json`; el archivo se conserva en Git. Haz clic en **Undo** en la notificación para restaurar la página en su posición original. La acción está oculta para páginas sin archivo asociado, como los enlaces externos.

<div id="hide-pages">
### Ocultar páginas
</div>
Expand Down
8 changes: 7 additions & 1 deletion fr/editor/pages.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Créer et modifier des pages"
description: "Créez, modifiez et organisez des pages de documentation dans l'éditeur web."
description: "Créez des pages, modifiez du contenu, importez des images et vidéos, et gérez les fichiers dans l'éditeur web Mintlify avec édition visuelle."
keywords: ["éditeur","contenu","pages","fichiers"]
---

Expand Down Expand Up @@ -153,6 +153,12 @@ Cliquez avec le bouton droit sur une page, puis choisissez **Duplicate**.

Cliquez avec le bouton droit sur une page et sélectionnez **Delete**. La suppression d&#39;une page la retire automatiquement de la navigation.

<div id="unlist-pages">
### Retirer des pages de la navigation
</div>

Pour retirer une page de la navigation tout en conservant le fichier dans votre référentiel, faites un clic droit sur la page et sélectionnez **Unlist**, ou ouvrez les paramètres de la page et cliquez sur l'icône <Icon icon="eye-slash" /> à gauche de la corbeille. La page disparaît de la navigation, mais le fichier `.mdx` reste dans l'arborescence et réapparaît comme « unlisted » dans le sous-menu **Add existing file**, depuis lequel vous pouvez la rajouter plus tard. Lors de la publication, seul `docs.json` est modifié ; le fichier est préservé dans Git. Cliquez sur **Undo** dans la notification pour restaurer la page à sa position d'origine. L'action est masquée pour les pages sans fichier sous-jacent, par exemple les liens externes.

<div id="hide-pages">
### Masquer des pages
</div>
Expand Down
8 changes: 7 additions & 1 deletion zh/editor/pages.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "创建和编辑页面"
description: "在 Web 编辑器中创建、编辑和组织文档页面。"
description: "在 Mintlify Web 编辑器中创建页面、编辑内容、上传图片和视频,并管理文档仓库中的文件,支持可视化编辑和跨文档搜索。"
keywords: ["编辑器","内容","页面","文件"]
---

Expand Down Expand Up @@ -153,6 +153,12 @@ keywords: ["编辑器","内容","页面","文件"]

右键点击页面并选择 **Delete**。删除页面后,它会自动从导航中移除。

<div id="unlist-pages">
### 从导航中取消列出页面
</div>

要在保留仓库中文件的同时将页面从导航中移除,请右键单击该页面并选择 **Unlist**,或打开页面设置并点击垃圾桶左侧的 <Icon icon="eye-slash" /> icon。页面会从导航中消失,但 `.mdx` 文件仍保留在文件树中,并以 “unlisted” 状态重新出现在 **Add existing file** 子菜单中,你可以稍后从那里重新添加。发布时只会修改 `docs.json`,文件会保留在 Git 中。点击通知中的 **Undo** 可将页面恢复到原始位置。对于没有底层文件的页面(如外部链接),该操作会被隐藏。

<div id="hide-pages">
### 隐藏页面
</div>
Expand Down
Loading