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/publish.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

When several people have pending changes on your deployment branch, the [**Granular publishing**](/editor/settings#granular-publishing) setting controls which changes the **Publish** menu shows.

**Granular publishing off (default)**: The **Publish** menu shows only your changes. That includes files you edited, files that you and teammates both edited, and files with no recorded author. **Publish** and **Discard all** apply only to those changes. If teammates have other pending changes, a notice says that their changes are hidden.

Check warning on line 58 in editor/publish.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/publish.mdx#L58

In general, use active voice instead of passive voice ('are hidden').

**Granular publishing on**: The **Publish** menu splits pending changes into **Your changes** and **Modified by others**. Your changes start selected, and others' changes start unselected. Use the checkboxes to choose which changes to publish. Each section has its own **Discard** button.

Expand All @@ -64,6 +64,7 @@
- Granular publishing only applies on a deployment branch without branch protections. On feature branches, publishing includes every pending change.
- Deleting a folder deletes every page inside it. Those deletions publish together. You can't partially delete a folder.
- Some changes depend on each other, like a page and its navigation entry. If your selection leaves out a change that a selected change depends on, the publish fails with an error. Adjust your selection to include the dependency, then publish again.
- If your selection would add a navigation error that your live site doesn't already have, such as a tab next to top-level groups, Mintlify refuses the publish, commits nothing, and keeps your changes pending. Fix the navigation errors or deselect the changes that cause them, then publish again.

## Work on a branch

Expand Down Expand Up @@ -105,4 +106,4 @@

## Auto publish

If your deployment has [auto publish](/editor/settings#auto-publish) turned on, the editor commits to your deployment branch shortly after you stop typing. The branch selector and **Publish** button are hidden. There is no pending state and no review step.

Check warning on line 109 in editor/publish.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/publish.mdx#L109

In general, use active voice instead of passive voice ('are hidden').
1 change: 1 addition & 0 deletions es/editor/publish.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ Un icono de colaboradores marca los archivos que ha editado alguien distinto de
- La publicación granular solo se aplica en una deployment branch sin protecciones de branch. En las feature branches, la publicación incluye todos los cambios pendientes.
- Eliminar una carpeta elimina todas las páginas de su interior. Esas eliminaciones se publican juntas. No puede eliminar parcialmente una carpeta.
- Algunos cambios dependen entre sí, como una página y su entrada de navegación. Si su selección deja fuera un cambio del que depende un cambio seleccionado, la publicación falla con un error. Ajuste su selección para incluir la dependencia y vuelva a publicar.
- Si su selección añadiría un error de navegación que su sitio publicado aún no tiene, como una pestaña junto a grupos de nivel superior, Mintlify rechaza la publicación. No se confirma nada y sus cambios siguen pendientes. Corrija los errores de navegación o deseleccione los cambios que los causan y vuelva a publicar.

<div id="work-on-a-branch">

Expand Down
1 change: 1 addition & 0 deletions fr/editor/publish.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ Une icône de contributeurs marque les fichiers modifiés par une autre personne
- La publication granulaire ne s'applique que sur une deployment branch sans protections de branch. Sur les feature branches, la publication inclut toutes les modifications en attente.
- Supprimer un dossier supprime toutes les pages qu'il contient. Ces suppressions sont publiées ensemble. Vous ne pouvez pas supprimer partiellement un dossier.
- Certaines modifications dépendent les unes des autres, comme une page et son entrée de navigation. Si votre sélection omet une modification dont dépend une modification sélectionnée, la publication échoue avec une erreur. Ajustez votre sélection pour inclure la dépendance, puis publiez à nouveau.
- Si votre sélection ajoute une erreur de navigation que votre site en ligne ne présente pas déjà, comme un onglet à côté de groupes de premier niveau, Mintlify refuse la publication. Rien n'est commité et vos modifications restent en attente. Corrigez les erreurs de navigation ou désélectionnez les modifications qui les causent, puis publiez à nouveau.

<div id="work-on-a-branch">

Expand Down
1 change: 1 addition & 0 deletions zh/editor/publish.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ keywords: ["publish", "branch", "git", "commit", "conflicts", "deploy", "pull re
- 分级发布仅在没有分支保护的 deployment branch 上生效。在 feature branch 上,发布会包含所有待处理更改。
- 删除文件夹会删除其中所有页面。这些删除操作会一起发布。你无法只删除文件夹中的一部分。
- 有些更改互相依赖,例如页面及其导航条目。如果你的选择忽略了某个被选更改所依赖的更改,发布会失败并显示错误。请调整你的选择以包含该依赖,然后再次发布。
- 如果你的选择会引入线上站点原本没有的导航错误(例如在顶级分组旁添加标签页),Mintlify 会拒绝此次发布。不会提交任何内容,你的更改仍保持待发布状态。请修复导航错误或取消选择导致错误的更改,然后再次发布。

<div id="work-on-a-branch">

Expand Down
Loading