Describe the issue
There is a navigation issue within the breadcrumb component on the documentation pages located under /docs/use-cases/*. Currently, the parent category link "Use Cases" in the breadcrumb is circular: it points to the current page's URL instead of the parent "Use Cases" index page
Expected Behavior
The "Use Cases" link should redirect the user to the parent directory: /docs/use-cases.
Actual Behavior
The "Use Cases" link redirects to the current page URL (e.g., /docs/use-cases/dbt), making it impossible to navigate back to the list of all use cases via the breadcrumb.

Describe the issue
There is a navigation issue within the breadcrumb component on the documentation pages located under /docs/use-cases/*. Currently, the parent category link "Use Cases" in the breadcrumb is circular: it points to the current page's URL instead of the parent "Use Cases" index page
Expected Behavior
The "Use Cases" link should redirect the user to the parent directory: /docs/use-cases.
Actual Behavior
The "Use Cases" link redirects to the current page URL (e.g., /docs/use-cases/dbt), making it impossible to navigate back to the list of all use cases via the breadcrumb.