Skip to content

Commit a057c9e

Browse files
authored
Update index.mdx
1 parent 1008d0a commit a057c9e

File tree

1 file changed

+3
-1
lines changed
  • src/content/docs/style-guide/components

1 file changed

+3
-1
lines changed

src/content/docs/style-guide/components/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ sidebar:
44
order: 2
55
---
66

7+
test
8+
79
All of the components available to contributors writing content on Cloudflare's developer documentation
810
are documented in this section.
911

@@ -39,4 +41,4 @@ Components need to be imported to be made available inside a MDX file. All of ou
3941

4042
```mdx
4143
import { Card, Render } from "~/components"
42-
```
44+
```

0 commit comments

Comments
 (0)