Skip to content
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

Breadcrumb not honoring navigation hierarchy #158

Open
eric-schneider opened this issue Aug 21, 2024 · 1 comment · Fixed by #161
Open

Breadcrumb not honoring navigation hierarchy #158

eric-schneider opened this issue Aug 21, 2024 · 1 comment · Fixed by #161
Labels
bug Something isn't working quick win

Comments

@eric-schneider
Copy link
Contributor

Breadcrumbs only seem to contain the component title and the page title, but nothing in between.

Take the following page for example: https://docs.datastax.com/en/mission-control/secure/database/authn.html
The page hierarchy is Mission Control => Security => Authentication, but the resulting breadcrumb is just Mission Control / Authentication.

image

It could be that our UI specifically discard segments of the breadcrumb that aren’t page links. If so, then our current strategy of preventing parent nav items from being links has effectively broken the breadcrumb.

Regardless, we should have the full breadcrumb trail even if a segment of it, "Security" in this case, isn't a link.

@KimberlyFields
Copy link

@colegoldsmith and @eric-schneider now the breadcrumbs only show the first and second level. We've lost the page title in the breadcrumbs. In Eric's example of Mission Control => Security => Authentication, the resulting breadcrumb is now just Mission Control / Security.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working quick win
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants