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

Resolve Issue Where Roadmap Is Always In Breadcrumbs #39

Merged
merged 4 commits into from
Aug 5, 2024

Conversation

AristurtleDev
Copy link
Contributor

Description

This resolves an issue where Roadmap was displayed as the breadcrumb for every documentation article.

Cause of Issue

This was occurring due to how docfx generates breadcrumbs. Since the roadmap document was in the /articles directory and also existed as a top level navigation item in the root toc.yml, then the top navigation for Roadmap would be highlighted and which means the breadcrumb would default to that.

Solution

By moving the roadmap document to it's own directory, similar to the /foundation/index.md this resolves the issue of the breadcrumb being incorrect for every article.

@SimonDarksideJ SimonDarksideJ merged commit 9eb9b8c into MonoGame:main Aug 5, 2024
2 checks passed
@AristurtleDev AristurtleDev deleted the fix-breadcrumbs branch August 5, 2024 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants