diff --git a/adev/shared-docs/pipeline/shared/marked/renderer.mts b/adev/shared-docs/pipeline/shared/marked/renderer.mts index fe07d2a8817..e8b39b54713 100644 --- a/adev/shared-docs/pipeline/shared/marked/renderer.mts +++ b/adev/shared-docs/pipeline/shared/marked/renderer.mts @@ -75,10 +75,6 @@ export class AdevDocsRenderer extends Renderer { route.startsWith('#') || // Anchor link within the same page route.startsWith('mailto:') || // Should we have a regex to exclude any protocol? route.startsWith('playground') || - // TODO: Extract routes from the CDK as well - route.startsWith('api/cdk') || - // TODO: Extract routes from Aria as well - route.startsWith('api/aria') || route.startsWith('tutorials') || route.startsWith('extended-diagnostics') ) {