-
Notifications
You must be signed in to change notification settings - Fork 2.1k
docs: update schema.json and docs for new extend features #10880
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| Current Future Flags: | ||
|
|
||
| - `turboExtendsKeyword`: Enable usage of [`$TURBO_EXTENDS$` microsyntax](#turbo_extends) | ||
| - `nonRootExtends`: Enable [extending Package Configurations from other packages](#TODO) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - `nonRootExtends`: Enable [extending Package Configurations from other packages](#TODO) | |
| - `nonRootExtends`: Enable [extending Package Configurations from other packages](/docs/reference/package-configurations) |
The documentation contains a placeholder #TODO link that should be replaced with the actual URL for the "extending Package Configurations from other packages" documentation.
View Details
Analysis
Broken documentation link in futureFlags section
What fails: nonRootExtends future flag description contains placeholder link [extending Package Configurations from other packages](#TODO) on line 229 of docs/site/content/docs/reference/configuration.mdx
How to reproduce:
- Navigate to the configuration documentation
- Find the
futureFlagssection - Click on the "extending Package Configurations from other packages" link
Result: Browser attempts to navigate to anchor #TODO which doesn't exist, resulting in broken link behavior
Expected: Link should navigate to the Package Configurations documentation at /docs/reference/package-configurations
Fix: Replaced placeholder #TODO with correct path /docs/reference/package-configurations
Description
Documenting new features introduced in #10763 and #10812
Testing Instructions
👀