Skip to content
Closed
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,8 @@
- **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'.
- **Expand a table to fullscreen**: For wide or complex tables, open the block actions menu and select **Fullscreen** to edit the table in a distraction-free view. Press <kbd>Esc</kbd> or click the close button in the top-right corner to exit.

Check warning on line 37 in editor/pages.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/pages.mdx#L37

Did you really mean 'fullscreen'?

Check warning on line 37 in editor/pages.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/pages.mdx#L37

Did you really mean 'Fullscreen'?

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

Expand All @@ -58,7 +59,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 62 in editor/pages.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/pages.mdx#L62

Did you really mean 'minimap'?

Check warning on line 62 in editor/pages.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/pages.mdx#L62

Did you really mean 'minimap'?

### Code block options

Expand All @@ -73,7 +74,7 @@

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 77 in editor/pages.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/pages.mdx#L77

Use 'diffs?' instead of 'Diff'.

Check warning on line 77 in editor/pages.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/pages.mdx#L77

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

## Manage pages

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
1 change: 1 addition & 0 deletions es/editor/pages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Edita el contenido con vistas previas en tiempo real que muestran cómo se verá
* **Agregar ecuaciones matemáticas**: Escribe <kbd>/inline-math</kbd> para una ecuación LaTeX en línea o <kbd>/block-math</kbd> para una ecuación centrada en bloque. Primero [habilita LaTeX](/es/editor/configurations) en la configuración de tu sitio.
* **Agregar bloques de prompts**: Escribe <kbd>/prompt</kbd> para insertar una plantilla de prompt de IA con acciones de copia.
* **Editar tablas**: Cuando tu cursor esté dentro de una tabla, usa la barra de herramientas flotante para agregar o eliminar filas y columnas, o combinar celdas.
* **Expandir una tabla a pantalla completa**: Para tablas anchas o complejas, abre el menú de acciones de bloque y selecciona **Fullscreen** para editar la tabla en una vista sin distracciones. Presiona <kbd>Esc</kbd> o haz clic en el botón de cerrar en la esquina superior derecha para salir.
* **Insertar emojis**: Escribe <kbd>:</kbd> seguido de una palabra clave para abrir el selector de emojis. Usa las teclas de flecha para navegar por la cuadrícula y presiona <kbd>Enter</kbd> para insertar el emoji seleccionado. El selector busca en nombres de emojis, etiquetas y códigos cortos.
* **Insertar enlaces**: Selecciona texto y presiona <kbd>Cmd</kbd> + <kbd>K</kbd>, o arrastra una página desde el árbol de navegación al editor para crear un enlace con el título de la página.
* **Enlazar a otra página**: Haz clic derecho en una página del árbol de navegación y selecciona **Copy link**, luego pega el enlace en tu contenido. El editor reconoce los enlaces a otras páginas de la misma documentación y los convierte en enlaces internos automáticamente. Los enlaces pegados siguen funcionando incluso si más adelante mueves o renombras la página de destino.
Expand Down
1 change: 1 addition & 0 deletions fr/editor/pages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Modifiez le contenu avec des aperçus en temps réel qui montrent à quoi il res
* **Ajouter des équations mathématiques** : Tapez <kbd>/inline-math</kbd> pour une équation LaTeX en ligne ou <kbd>/block-math</kbd> pour une équation centrée en bloc. [Activez LaTeX](/fr/editor/configurations) dans les paramètres de votre site au préalable.
* **Ajouter des blocs de prompt** : Tapez <kbd>/prompt</kbd> pour insérer un modèle de prompt IA avec des actions de copie.
* **Modifier des tableaux** : Lorsque votre curseur se trouve à l'intérieur d'un tableau, utilisez la barre d'outils flottante pour ajouter ou supprimer des lignes et des colonnes, ou fusionner des cellules.
* **Agrandir un tableau en plein écran** : Pour les tableaux larges ou complexes, ouvrez le menu des actions de bloc et sélectionnez **Fullscreen** pour modifier le tableau dans une vue sans distraction. Appuyez sur <kbd>Esc</kbd> ou cliquez sur le bouton de fermeture en haut à droite pour quitter.
* **Insérer des emojis** : Tapez <kbd>:</kbd> suivi d'un mot-clé pour ouvrir le sélecteur d'emojis. Utilisez les touches fléchées pour naviguer dans la grille et appuyez sur <kbd>Enter</kbd> pour insérer l'emoji sélectionné. Le sélecteur recherche parmi les noms d'emojis, les tags et les shortcodes.
* **Insérer des liens** : Sélectionnez du texte et appuyez sur <kbd>Cmd</kbd> + <kbd>K</kbd>, ou faites glisser une page depuis l'arborescence de navigation dans l'éditeur pour créer un lien avec le titre de la page.
* **Lier vers une autre page** : Faites un clic droit sur une page dans l'arborescence de navigation et sélectionnez **Copy link**, puis collez le lien dans votre contenu. L'éditeur reconnaît les liens vers d'autres pages de la même documentation et les convertit automatiquement en liens internes. Les liens collés continuent de fonctionner même si vous déplacez ou renommez ensuite la page cible.
Expand Down
1 change: 1 addition & 0 deletions zh/editor/pages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ keywords: ["编辑器","内容","页面","文件"]
* **添加数学公式**:输入 <kbd>/inline-math</kbd> 以插入行内 LaTeX 公式,或输入 <kbd>/block-math</kbd> 以插入居中的块级公式。请先在站点设置中[启用 LaTeX](/zh/editor/configurations)。
* **添加 Prompt 块**:输入 <kbd>/prompt</kbd> 来插入带有复制操作的 AI Prompt 模板。
* **编辑表格**:当光标位于表格内部时,使用浮动工具栏添加或删除行和列,或合并单元格。
* **以全屏模式编辑表格**:对于较宽或复杂的表格,打开块操作菜单并选择 **Fullscreen**,即可在无干扰视图中编辑表格。按 <kbd>Esc</kbd> 键或点击右上角的关闭按钮即可退出。
* **插入表情符号**:输入 <kbd>:</kbd> 后跟关键词即可打开表情符号选择器。使用方向键在网格中导航,然后按 <kbd>Enter</kbd> 插入所选表情符号。选择器支持按表情符号名称、标签和短代码进行搜索。
* **插入链接**:选中文本并按 <kbd>Cmd</kbd> + <kbd>K</kbd>,或将页面从导航树中拖入编辑器,以使用该页面标题创建链接。
* **链接到其他页面**:在导航树中右键点击某个页面,选择 **Copy link**,然后将链接粘贴到内容中。编辑器会识别同一文档中其他页面的链接,并自动将其转换为内部链接。即使之后移动或重命名目标页面,粘贴的链接仍然有效。
Expand Down
Loading