Skip to content

Conversation

@anthonyshew
Copy link
Contributor

@anthonyshew anthonyshew commented Sep 24, 2025

Description

Documenting new features introduced in #10763 and #10812

Testing Instructions

👀

@anthonyshew anthonyshew requested a review from a team as a code owner September 24, 2025 00:15
@vercel
Copy link
Contributor

vercel bot commented Sep 24, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
examples-basic-web Ready Ready Preview Comment Sep 24, 2025 1:47am
examples-designsystem-docs Ready Ready Preview Comment Sep 24, 2025 1:47am
examples-gatsby-web Ready Ready Preview Comment Sep 24, 2025 1:47am
examples-kitchensink-blog Ready Ready Preview Comment Sep 24, 2025 1:47am
examples-nonmonorepo Ready Ready Preview Comment Sep 24, 2025 1:47am
examples-svelte-web Ready Ready Preview Comment Sep 24, 2025 1:47am
examples-tailwind-web Ready Ready Preview Comment Sep 24, 2025 1:47am
examples-vite-web Ready Ready Preview Comment Sep 24, 2025 1:47am
turbo-site Ready Ready Preview Comment Sep 24, 2025 1:47am

@anthonyshew anthonyshew changed the title docs: update schema.json docs: update schema.json and docs for new extend features Sep 24, 2025
@turbo-orchestrator turbo-orchestrator bot added the area: docs Improvements or additions to documentation label Sep 24, 2025
@anthonyshew anthonyshew marked this pull request as draft September 24, 2025 01:46
Current Future Flags:

- `turboExtendsKeyword`: Enable usage of [`$TURBO_EXTENDS$` microsyntax](#turbo_extends)
- `nonRootExtends`: Enable [extending Package Configurations from other packages](#TODO)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- `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:

  1. Navigate to the configuration documentation
  2. Find the futureFlags section
  3. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: docs Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants