Skip to content

Documentation Style

Here’s a collection of styles. And musings

We prefer enough information, but not superfluous information. Overly verbose docs lead to folks not digesting the information due to context overload. Don’t use asides too much as an example.

We also prefer that the docs are human written. Yes, you can probably whip something out real quick like via Ai, but we think it misses the human aspect then. We do think that AI can be helpful to generate a new doc page or section, but not actually write the content.

Docs should be added as .mdx.

Use an icon after headings to help separate the sections.

<Icon name="rocket" />
<Icon name="open-book" />
<Icon name="star" />