Remove broken FinOps Benchmark nav entry - #347
Merged
Merged
Conversation
The nav pointed to finops-benchmark/overview, a page that was never merged to main, so the docs served a 404. The entry slipped in via PR #341, which was extracted from a stacked branch and carried the nav change without the page. The benchmark is not announced yet, so the nav group is removed entirely. Fixes OPS-4781. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
Pull request overview
This PR removes the broken “FinOps Benchmark” navigation group from docs.json, eliminating a docs sidebar link that currently points to a non-existent page and returns a 404.
Changes:
- Removed the “FinOps Benchmark” nav group that linked to
finops-benchmark/overview. - Verified there are no remaining references to “FinOps Benchmark” or
finops-benchmark/overviewin the repo.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
MarceloRGonc
approved these changes
Sep 1, 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.
Removes the "FinOps Benchmark" nav group from
docs.json. It pointed tofinops-benchmark/overview, a page that was never merged to main, so https://docs.openops.com/finops-benchmark/overview has served a 404 since April 2026.The entry slipped into main via #341, which was extracted from the stacked
ops-3865branch and carried over that branch's nav additions without the benchmark page itself. Since the benchmark isn't announced to users yet, the nav group is removed entirely; the page content still lives onops-3865and can be revived when the benchmark launches.Testing
Validated
docs.jsonstill parses as JSON after the removal; the block was removed exactly once, no other nav entries touched.Fixes OPS-4781.