Skip to content

Commit 6d472d1

Browse files
committed
Add IA tree to /style-guide/
1 parent a197a73 commit 6d472d1

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,19 @@ sidebar:
66
order: 1
77
---
88

9+
import { DirectoryListing } from "~/components";
10+
911
Use this guide when writing any content for product, including the dashboard and documentation.
1012

1113
Understanding Cloudflare style is the first step in being able to write, review, and edit documentation. Adhering to Cloudflare style ensures consistency across the company's documentation and promotes the following benefits:
1214

13-
* A professional and reliable product image
14-
* A seamless customer experience across Cloudflare products
15-
* Minimized customer confusion
16-
* Simplified translation process
15+
- A professional and reliable product image
16+
- A seamless customer experience across Cloudflare products
17+
- Minimized customer confusion
18+
- Simplified translation process
1719

1820
Visit the [Cloudflare Docs](https://github.com/cloudflare/cloudflare-docs) repository to contribute to developer documentation.
21+
22+
## Available resources
23+
24+
<DirectoryListing folder="style-guide" maxDepth={4} />

0 commit comments

Comments
 (0)