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/pages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ Muestra una marca de tiempo «Última modificación el [fecha]» en todas las p
}
```

En despliegues respaldados por GitHub o GitLab, la fecha mostrada es la del último commit de git que modificó el archivo de origen de la página. Si no hay una fecha de commit de git disponible, por ejemplo, en despliegues que no están conectados a GitHub o GitLab, la fecha recurre a la marca de tiempo del despliegue más reciente.

Para anular la configuración global de la marca de tiempo en una página individual, usa el campo `timestamp` del frontmatter. Usa este campo para mostrar u ocultar las marcas de tiempo en páginas específicas.

```yaml
Expand Down
2 changes: 1 addition & 1 deletion es/organize/settings-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ Configuración global de metadatos de página.

#### `metadata.timestamp`

Muestra una fecha de última modificación en todas las páginas.
Muestra una fecha de última modificación en todas las páginas. En despliegues respaldados por GitHub o GitLab, la fecha refleja el último commit de git que modificó el archivo de origen de cada página, y recurre a la marca de tiempo del despliegue más reciente cuando no hay una fecha de commit de git disponible.

**Tipo:** boolean
**Predeterminado:** `false`
Expand Down
2 changes: 2 additions & 0 deletions fr/organize/pages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ Affichez la mention « Dernière modification le [date] » sur toutes les pages
}
```

Pour les déploiements adossés à GitHub ou GitLab, la date affichée correspond à celle du dernier commit git ayant modifié le fichier source de la page. Si aucune date de commit git n’est disponible, par exemple sur des déploiements qui ne sont pas connectés à GitHub ou GitLab, la date utilise par défaut l’horodatage du dernier déploiement.

Pour remplacer le paramètre global d’horodatage pour une page individuelle, utilisez le champ de frontmatter `timestamp`. Utilisez ce champ pour afficher ou masquer les horodatages sur des pages spécifiques.

```yaml
Expand Down
2 changes: 1 addition & 1 deletion fr/organize/settings-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ Paramètres globaux de métadonnées de page.

#### `metadata.timestamp`

Affiche une date de dernière modification sur toutes les pages.
Affiche une date de dernière modification sur toutes les pages. Pour les déploiements adossés à GitHub ou GitLab, la date reflète le dernier commit git ayant modifié le fichier source de chaque page, et utilise par défaut l’horodatage du dernier déploiement lorsqu’aucune date de commit git n’est disponible.

**Type :** boolean
**Défaut :** `false`
Expand Down
2 changes: 2 additions & 0 deletions organize/pages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Use frontmatter to control:

- Page titles and descriptions
- Sidebar titles, icons, and tags

Check warning on line 17 in organize/pages.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

organize/pages.mdx#L17

Use 'sidebars?' instead of 'Sidebar'.
- Page layouts
- SEO meta tags
- Custom metadata
Expand Down Expand Up @@ -217,6 +217,8 @@
}
```

For deployments backed by GitHub or GitLab, the displayed date is the date of the last Git commit that modified the page's source file. If a Git commit date isn't available, the date falls back to the most recent deployment timestamp.

To override the global timestamp setting for an individual page, use the `timestamp` frontmatter field. Use this field to show or hide timestamps on specific pages.

```yaml
Expand Down
2 changes: 1 addition & 1 deletion organize/settings-reference.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "docs.json schema reference"

Check warning on line 2 in organize/settings-reference.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

organize/settings-reference.mdx#L2

Use 'JSON' instead of 'json'.
description: "Complete reference for every docs.json configuration property with types, default values, descriptions, and usage examples for your docs site."

Check warning on line 3 in organize/settings-reference.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

organize/settings-reference.mdx#L3

Use 'JSON' instead of 'json'.
keywords: ["docs.json", "schema", "reference", "configuration", "all settings", "properties", "complete"]
---

Expand Down Expand Up @@ -154,13 +154,13 @@

##### `navigation.global.anchors`

Sidebar anchor links.

Check warning on line 157 in organize/settings-reference.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

organize/settings-reference.mdx#L157

Use 'sidebars?' instead of 'Sidebar'.

**Type:** array of object—each with: `anchor` (string, required), `icon` (string), `iconType` (string), `color.light` (string hex), `color.dark` (string hex), `hidden` (boolean), `href` (string uri, required)

##### `navigation.global.dropdowns`

Dropdown menus.

Check warning on line 163 in organize/settings-reference.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

organize/settings-reference.mdx#L163

Use 'dropdowns?' instead of 'Dropdown'.

**Type:** array of object—each with: `dropdown` (string, required), `icon` (string), `iconType` (string), `hidden` (boolean), `href` (string uri, required)

Expand Down Expand Up @@ -206,13 +206,13 @@

#### `navigation.anchors`

Sidebar anchor links.

Check warning on line 209 in organize/settings-reference.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

organize/settings-reference.mdx#L209

Use 'sidebars?' instead of 'Sidebar'.

**Type:** array of object—see `navigation.global.anchors` for shape.

#### `navigation.dropdowns`

Dropdown menus.

Check warning on line 215 in organize/settings-reference.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

organize/settings-reference.mdx#L215

Use 'dropdowns?' instead of 'Dropdown'.

**Type:** array of object—see `navigation.global.dropdowns` for shape.

Expand Down Expand Up @@ -694,7 +694,7 @@

#### `metadata.timestamp`

Display a last-modified date on all pages.
Display a last-modified date on all pages. For deployments backed by GitHub or GitLab, the date reflects the last Git commit that touched a page's source file, and falls back to the most recent deployment timestamp if a Git commit date isn't available.

**Type:** boolean
**Default:** `false`
Expand Down
2 changes: 2 additions & 0 deletions zh/organize/pages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ keywords: ['配置', '设置', '入门指南']
}
```

对于由 GitHub 或 GitLab 支持的部署,显示的日期是最后一次修改页面源文件的 git 提交日期。如果无法获取 git 提交日期(例如部署未连接到 GitHub 或 GitLab),日期将回退为最近一次部署的时间戳。

你可以在单个页面上使用 frontmatter 中的 `timestamp` 字段来覆盖全局时间戳设置。使用该字段可在特定页面上选择性地显示或隐藏时间戳。

```yaml
Expand Down
2 changes: 1 addition & 1 deletion zh/organize/settings-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ keywords: ["docs.json", "schema", "参考", "配置", "所有设置", "属性",

#### `metadata.timestamp`

在所有页面上显示最后修改日期。
在所有页面上显示最后修改日期。对于由 GitHub 或 GitLab 支持的部署,日期反映最后一次修改页面源文件的 git 提交时间;当无法获取 git 提交日期时,将回退为最近一次部署的时间戳。

**类型:** boolean
**默认值:** `false`
Expand Down
Loading