Components
All of the components available to contributors writing content on Cloudflare’s developer documentation are documented in this section.
Astro components are re-usable HTML templates which we use to reduce maintenance burden & duplicated code by returning frequently used layouts or snippets into a component that can be imported and used across various pages.
Content is authoried in MDX, which allows JavaScript expressions and components to be used. They are like HTML elements, which can be self-closing.
...stuvwxyz
Open me!
Hello, world!
Components need to be imported to be made available inside a MDX file. All of our components are exported from
"~/components"
, so they would be imported like this: