File tree 3 files changed +32
-0
lines changed 3 files changed +32
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
8
mkdocs-material-9.0.5+insiders-4.28.0 (2023-01-14)
2
9
3
10
* Added support for navigation path (breadcrumbs)
Original file line number Diff line number Diff line change 2
2
3
3
## Material for MkDocs Insiders
4
4
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
+
5
12
### 4.28.0 <small >January 14, 2023</small > { id="4.28.0" }
6
13
7
14
- Added support for navigation path (breadcrumbs)
Original file line number Diff line number Diff line change @@ -377,6 +377,24 @@ hide:
377
377
[Hide table of contents enabled] : ../assets/screenshots/hide-toc.png
378
378
[Hide both enabled] : ../assets/screenshots/hide-navigation-toc.png
379
379
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
+
380
398
# # Customization
381
399
382
400
# ## Keyboard shortcuts
You can’t perform that action at this time.
0 commit comments