Open
Description
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](https://private-user-images.githubusercontent.com/37347760/360022146-53683156-645d-498f-836b-3faff30af882.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg3ODE2OTgsIm5iZiI6MTczODc4MTM5OCwicGF0aCI6Ii8zNzM0Nzc2MC8zNjAwMjIxNDYtNTM2ODMxNTYtNjQ1ZC00OThmLTgzNmItM2ZhZmYzMGFmODgyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA1VDE4NDk1OFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdmNWU2OTQ4MDhmNDhjNTVkNzg5MWVlODhmNzE0ZTQ0ZTg1Nzk1MDlkYTMyNmY1YWJkYjhmMTkxMzgyZmY0Y2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.5pAYHgb0ECzjT0-g132u6Cutjgo93HMHHAm5Bs0NeGM)
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.