Skip to content
Merged
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
2 changes: 2 additions & 0 deletions es/organize/navigation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1157,6 +1157,8 @@ Mezclar tipos de elementos hijos incompatibles en el mismo nivel provoca un fall

Las migas de pan muestran la ruta completa de navegación en la parte superior de las páginas. Algunos temas las traen habilitadas de forma predeterminada y otros no. Puedes controlar si las migas de pan se muestran en tu sitio usando la propiedad `styling` en tu `docs.json`.

Un grupo en la ruta de migas de pan enlaza a su [página raíz](#root-page). Los grupos sin una página `root` se muestran como texto sin formato.

<CodeGroup>

```json Mostrar migas de pan completas
Expand Down
2 changes: 2 additions & 0 deletions fr/organize/navigation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1157,6 +1157,8 @@ Mélanger des types d'enfants incompatibles au même niveau échoue à la valida

Le fil d'Ariane affiche le chemin de navigation complet en haut des pages. Certains thèmes activent le fil d'Ariane par défaut, d'autres non. Vous pouvez contrôler l'affichage du fil d'Ariane sur votre site à l'aide de la propriété `styling` dans votre `docs.json`.

Un groupe dans le fil d'Ariane renvoie vers sa [page racine](#root-page). Les groupes sans page `root` s'affichent en texte brut.

<CodeGroup>

```json Display full breadcrumbs
Expand Down
2 changes: 2 additions & 0 deletions organize/navigation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1103,6 +1103,8 @@ Mixing incompatible child types at the same level fails schema validation. Run [

Breadcrumbs display the full navigation path at the top of pages. Some themes have breadcrumbs enabled by default and others do not. You can control whether breadcrumbs display on your site using the `styling` property in your `docs.json`.

A group in the breadcrumb path links to its [root page](#root-page). Groups without a `root` page display as plain text.

<CodeGroup>

```json Display full breadcrumbs
Expand Down
2 changes: 2 additions & 0 deletions zh/organize/navigation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1123,6 +1123,8 @@ Mintlify 使用 `versions` 数组中的第一个版本作为默认版本。使

面包屑导航会在页面顶部显示完整的导航路径。某些主题默认启用面包屑导航,另一些则未启用。你可以在 `docs.json` 中通过 `styling` 属性控制站点上是否显示面包屑导航。

面包屑路径中的分组会链接到其[根页面](#root-page)。没有 `root` 页面的分组显示为纯文本。

<CodeGroup>

```json Display full breadcrumbs
Expand Down
Loading