fix(docs): repair broken links from v6 SDK migration#436
Closed
mintlify[bot] wants to merge 1 commit into
Closed
Conversation
Merged
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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.
Summary
Fix all broken links surfaced by
mint validateandmint broken-linksafter the v6 SDK docs restructure.Changes
Buildnav group; it referencedv6/build/environmentsandv6/build/tasks, neither of which exist in the repo. Their content is already covered byv6/reference/environmentandv6/reference/tasks./v6/build/environments#lifecycle-hooks→/v6/reference/environment#lifecycle-hooks(section exists there)./v6/build/environments→/v6/reference/environment./v5/reference/tasks→/v5/building/tasks-and-evaluation./build-environments→/v5/building/scaffolding;/build-environments/spec→/v5/reference/environments./build-environments→/v5/building/scaffolding.Context
The v6 merge (#421) added a
Buildnav group pointing to pages that were never authored, and left several legacy v5 CLI pages linking to pre-v5 paths.mint validateandmint broken-linksnow both pass.Note
Low Risk
Documentation-only link and navigation fixes with no runtime or API changes.
Overview
Repairs documentation navigation and cross-links after the v6 SDK docs restructure so Mintlify validation (
mint validate,mint broken-links) passes again.v6 nav: Removes the Build group from
docs.jsonbecause it pointed at missing pages (v6/build/environments,v6/build/tasks); that material lives under Reference instead.v6 content links: Updates subagents and capabilities to use
/v6/reference/environment(including#lifecycle-hooks) instead of the removed/v6/build/environmentspaths.v5 CLI “See also”: Retargets legacy paths on eval, init, and push to the current v5 locations (
/v5/building/tasks-and-evaluation,/v5/building/scaffolding,/v5/reference/environments).Reviewed by Cursor Bugbot for commit 6b768b5. Bugbot is set up for automated code reviews on this repo. Configure here.