-
Notifications
You must be signed in to change notification settings - Fork 866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Modern Template Cannot Disable Breadcrumbs #8686
Comments
I accomplished my goal for now by modifying layout/_master.tmpl in my custom theme. |
Can we get _disableBreadcrumb working in the modern template also (or tips on how to modify the template myself to disable it)? My issue is that the breadcumb shows the wrong path. |
@larswestman @yufeih same here, both this and |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I cannot seem to disable the breadcrumb bar with the modern template, using docfx version 2.64. I have added
"_disableBreadcrumb": true
to the"_globalMetadata"
of my docfx.json config. Indeed, using the default template, the expected behavior is observed. However, the breadcrumb bar is not disabled when using the modern template.The text was updated successfully, but these errors were encountered: