diff --git a/website/docs/contributing/website.mdx b/website/docs/contributing/website.mdx index 2e0869f7b0..2d82b166da 100644 --- a/website/docs/contributing/website.mdx +++ b/website/docs/contributing/website.mdx @@ -5,6 +5,7 @@ title: Documentation Site import { FAQ } from '@site/src/components/FAQ'; import { History } from '@site/src/components/History'; import { Stability } from '@site/src/components/Stability'; +import { ExternalCodeEmbed } from '@site/src/components/ExternalCodeEmbed'; # Website Contributing Guidelines @@ -145,7 +146,8 @@ import { FAQ } from '@site/src/components/FAQ'; - The **FAQ** component can be utilized in any section or page. - Code blocks are compatible and can be used within the **FAQ** component. - ::: + +::: @@ -157,6 +159,42 @@ import { FAQ } from '@site/src/components/FAQ'; --- +### ExternalCodeEmbed + +{/* prettier-ignore-start */} +```tsx +import { ExternalCodeEmbed } from '@site/src/components/ExternalCodeEmbed'; + + + + +``` +{/* prettier-ignore-end */} + + + + + + + +--- + ## Running Tests ```bash