diff --git a/apps/website/content/docs/configuration/configure-analyzer.mdx b/apps/website/content/docs/configuration/configure-analyzer.mdx index e16a4596c5..226a2f3fed 100644 --- a/apps/website/content/docs/configuration/configure-analyzer.mdx +++ b/apps/website/content/docs/configuration/configure-analyzer.mdx @@ -56,38 +56,6 @@ Example with `polymorphicPropName` set to `as`: // Evaluated as an h3 element ``` -### `additionalComponents` (Experimental) - - - Consider using `polymorphicPropName` instead when possible, as it's simpler - and more efficient. - - - - Experimental feature that may lack stability and documentation. - - -Maps components and their attributes for comprehensive analysis. Supports default attribute values. - -Example configuration: - -```json -[ - { - "name": "EmbedContent", - "as": "iframe", - "attributes": [ - { - "name": "sandbox", - "defaultValue": "" - } - ] - } -] -``` - -This makes `{:tsx}` evaluate as `