fix: remove duplicate workflows/index from navigation to fix circular…#5776
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Removes a duplicate workflows/index entry from the “Workflows” navigation group to prevent circular/duplicate navigation behavior (e.g., incorrect “Next” links) when root is already set to workflows/index.
Changes:
- Deleted the redundant
"workflows/index"item from the"pages"list under the Workflows group indocs.json.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
handotdev
approved these changes
May 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… Next link
Documentation changes
Brief description of what's being updated
Closes
For Reviewers
When reviewing documentation PRs, please consider:
✅ Technical accuracy
✅ Clarity and completeness
✅ User experience
Note
Low Risk
Low risk documentation config change that only adjusts navigation structure; main risk is an unintended docs navigation/link regression for the Workflows section.
Overview
Removes the redundant
workflows/indexentry from the Workflows navigation group indocs.json, relying on the grouprootinstead. This prevents duplicated/circular navigation links for the Workflows landing page.Reviewed by Cursor Bugbot for commit 45d6e51. Bugbot is set up for automated code reviews on this repo. Configure here.