docs: add example for outline frontmatter config (#4138)

pull/4177/head
oponamarchuk 2 months ago committed by GitHub
parent 3e11b6abf5
commit 77beb4476e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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. 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 ### lastUpdated
- Type: `boolean | Date` - Type: `boolean | Date`

Loading…
Cancel
Save