diff --git a/src/content/docs/style-guide/components/index.mdx b/src/content/docs/style-guide/components/index.mdx index 789afc798f33b39..1311a5b998f693c 100644 --- a/src/content/docs/style-guide/components/index.mdx +++ b/src/content/docs/style-guide/components/index.mdx @@ -4,6 +4,8 @@ sidebar: order: 2 --- +test + All of the components available to contributors writing content on Cloudflare's developer documentation are documented in this section. @@ -39,4 +41,4 @@ Components need to be imported to be made available inside a MDX file. All of ou ```mdx import { Card, Render } from "~/components" -``` \ No newline at end of file +```