Skip to content

Commit b4c2ce4

Browse files
committed
Updated Insiders changelog
1 parent ba3948f commit b4c2ce4

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
mkdocs-material-9.0.5+insiders-4.28.1 (2023-01-17)
2+
3+
* Fixed built-in info plugin erroring for Insiders on version check
4+
* Fixed #4865: Navigation paths render bug when there's no top-level section
5+
* Fixed #4875: Added support for hiding navigation paths
6+
* Improved navigation path to not render for a single item
7+
18
mkdocs-material-9.0.5+insiders-4.28.0 (2023-01-14)
29

310
* Added support for navigation path (breadcrumbs)

docs/insiders/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## Material for MkDocs Insiders
44

5+
### 4.28.1 <small>January 17, 2023</small> { id="4.28.1" }
6+
7+
- Fixed built-in info plugin erroring for Insiders on version check
8+
- Fixed #4865: Navigation paths render bug when there's no top-level section
9+
- Fixed #4875: Added support for hiding navigation paths
10+
- Improved navigation path to not render for a single item
11+
512
### 4.28.0 <small>January 14, 2023</small> { id="4.28.0" }
613

714
- Added support for navigation path (breadcrumbs)

docs/setup/setting-up-navigation.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,24 @@ hide:
377377
[Hide table of contents enabled]: ../assets/screenshots/hide-toc.png
378378
[Hide both enabled]: ../assets/screenshots/hide-navigation-toc.png
379379

380+
### Hiding the navigation path
381+
382+
While the [navigation path] is rendered above the main headline, sometimes, it
383+
might be desirable to hide it for a specific page, which can be achieved with
384+
the front matter `hide` property:
385+
386+
``` yaml
387+
---
388+
hide:
389+
- path
390+
---
391+
392+
# Document title
393+
...
394+
```
395+
396+
[navigation path]: #navigation-path
397+
380398
## Customization
381399

382400
### Keyboard shortcuts

0 commit comments

Comments
 (0)