1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02:00

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

@ -1,3 +1,10 @@
mkdocs-material-9.0.5+insiders-4.28.1 (2023-01-17)
* Fixed built-in info plugin erroring for Insiders on version check
* Fixed #4865: Navigation paths render bug when there's no top-level section
* Fixed #4875: Added support for hiding navigation paths
* Improved navigation path to not render for a single item
mkdocs-material-9.0.5+insiders-4.28.0 (2023-01-14) mkdocs-material-9.0.5+insiders-4.28.0 (2023-01-14)
* Added support for navigation path (breadcrumbs) * Added support for navigation path (breadcrumbs)

View File

@ -2,6 +2,13 @@
## Material for MkDocs Insiders ## Material for MkDocs Insiders
### 4.28.1 <small>January 17, 2023</small> { id="4.28.1" }
- Fixed built-in info plugin erroring for Insiders on version check
- Fixed #4865: Navigation paths render bug when there's no top-level section
- Fixed #4875: Added support for hiding navigation paths
- Improved navigation path to not render for a single item
### 4.28.0 <small>January 14, 2023</small> { id="4.28.0" } ### 4.28.0 <small>January 14, 2023</small> { id="4.28.0" }
- Added support for navigation path (breadcrumbs) - Added support for navigation path (breadcrumbs)

View File

@ -377,6 +377,24 @@ hide:
[Hide table of contents enabled]: ../assets/screenshots/hide-toc.png [Hide table of contents enabled]: ../assets/screenshots/hide-toc.png
[Hide both enabled]: ../assets/screenshots/hide-navigation-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 ## Customization
### Keyboard shortcuts ### Keyboard shortcuts