-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open
Description
Context
I use breadcrumbs in my documentation, but want to hide them on the index page of my folders.
The option to hide bradcrumbs on single pages was introduced as part of 9.0.5-insiders-4.28.1, see #4875.
Bug description
The front matter of a file contains hide: - path
, but the navigation path is still shown on the page.
Related links
Reproduction
9.5.6+insiders.4.52.0-hide-breadcrumbs.zip
Steps to reproduce
- Add the following configuration to the mkdocs.yml file:
theme:
name: material
features:
- navigation.path
- Create a folder "breadcrumbs" in the /docs directory.
- Create a new index.md file in the folder.
- Add the following front matter:
---
hide:
- path
---
- Serve the project.
Browser
No response
Before submitting
- I have read and followed the bug reporting guidelines.
- I have attached links to the documentation, and possibly related issues and discussions.
- I assure that I have removed all customizations before submitting this bug report.
- I have attached a .zip file with a minimal reproduction.
Metadata
Metadata
Assignees
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open