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.
This documentation update focuses on reducing redundancy by deduplicating identical cookbook content and ensuring a single source of truth for key guides.
What changed? Why?
I removed redundant copies of
launch-tokens.mdx
and
ai-prompting.mdx
from the cookbook/ directory. These files were identical to the versions maintained in get-started/.
Why:
Single Source of Truth: Prevents documentation from diverging over time.
Maintenance: Simplifies future updates to These core guides.
User Clarity: Removes confusion about which guide is the most current.
Navigation: Updated
docs.json
so the "Cookbook" navigation points to the definitively managed versions.
Redirects: Added permanent redirects for the old paths to ensure no broken links for bookmarks or SEO.
Notes to reviewers
This PR follows the "small, focused PR" guideline from the contribution README. It focuses strictly on deduplication and repository hygiene. I have ensured that the redirects in
docs.json
follow the established project pattern.
How has it been tested?
File Deletion: Confirmed
docs/cookbook/launch-tokens.mdx
and
docs/cookbook/ai-prompting.mdx
have been removed.
Navigation Verification: Verified that
docs.json
correctly routes "Cookbook" section users to the canonical get-started/ counterparts.
Redirect Validation: Verified the redirects array in
docs.json
contains accurate source and destination paths for both deleted guides.