Skip to content

Commit 34941cd

Browse files
Merge branch 'main' into feat/migrating-to-v2-guide
2 parents 23a6824 + 0ec7a1e commit 34941cd

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

WRITING.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,25 @@ Do: Check the [Solid homepage](https://www.solidjs.com)
188188
Don't: Click [here](https://www.solidjs.com) to go to the Solid homepage.
189189
```
190190

191+
## Reference pages
192+
193+
Reference pages document the API surface.
194+
Keep them concise and easy to scan.
195+
196+
Include:
197+
- Imports
198+
- Signatures
199+
- Parameters
200+
- Return values
201+
- Short examples
202+
203+
Avoid:
204+
- Narrative context or “why”
205+
- Usage guidance (“when to use”, best practices)
206+
- Long notes
207+
208+
If explanation is needed, link to a guide or how-to page.
209+
191210
## Voice and tone
192211

193212
So far, we've dealt with how your contributions should look and function.

0 commit comments

Comments
 (0)