Skip to content

Commit

Permalink
docs: add example for outline frontmatter config (#4138)
Browse files Browse the repository at this point in the history
  • Loading branch information
oponamarchuk committed Sep 1, 2024
1 parent 3e11b6a commit 77beb44
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/en/reference/frontmatter-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,12 @@ aside: false
The levels of header in the outline to display for the page. It's same as [config.themeConfig.outline.level](./default-theme-config#outline), and it overrides the value set in site-level config.
```yaml
---
outline: [2, 4]
---
```
### lastUpdated
- Type: `boolean | Date`
Expand Down

0 comments on commit 77beb44

Please sign in to comment.