Skip to content

Commit

Permalink
i18n(es): Updated frontmatter.md (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
Waxer59 committed Jun 23, 2023
1 parent e2585f4 commit 11dde6a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/src/content/docs/es/reference/frontmatter.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,22 @@ head:
Reemplaza la [configuración global `tableOfContents`](/reference/configuration/#tableofcontents).
Personaliza los niveles de encabezado que se incluirán o establece en `false` para ocultar la tabla de contenidos en esta página.

```md
---
title: Página con solo encabezados H2 en la tabla de contenidos
tableOfContents:
minHeadingLevel: 2
maxHeadingLevel: 2
---
```

```md
---
title: Página sin tabla de contenidos
tableOfContents: false
---
```

### `template`

**tipo:** `'doc' | 'splash'`
Expand Down

0 comments on commit 11dde6a

Please sign in to comment.