Updated Insiders changelog

This commit is contained in:
squidfunk
2023-01-17 21:20:16 +01:00
parent ba3948f854
commit b4c2ce4c13
3 changed files with 32 additions and 0 deletions

View File

@@ -377,6 +377,24 @@ hide:
[Hide table of contents enabled]: ../assets/screenshots/hide-toc.png
[Hide both enabled]: ../assets/screenshots/hide-navigation-toc.png
### Hiding the navigation path
While the [navigation path] is rendered above the main headline, sometimes, it
might be desirable to hide it for a specific page, which can be achieved with
the front matter `hide` property:
``` yaml
---
hide:
- path
---
# Document title
...
```
[navigation path]: #navigation-path
## Customization
### Keyboard shortcuts