Skip to content

Commit d718327

Browse files
authored
Merge pull request #1366 from o1-labs/dw/add-testing-section
Website: add testing framework section
2 parents b1d2ecf + 5c886fd commit d718327

22 files changed

+2143
-116
lines changed

CLAUDE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,17 @@ import ScriptName from "!!raw-loader!./path/to/script.sh";
234234
This ensures scripts are displayed accurately and stay in sync with the actual
235235
files.
236236

237+
### Documentation Style Guidelines
238+
239+
**Capitalization in headings and bullet points:**
240+
241+
- Use lowercase for section headings (e.g., "Test design", "Resource
242+
management")
243+
- Use lowercase for bullet point labels (e.g., "**Connection policies**",
244+
"**State inspection**")
245+
- Maintain proper capitalization for proper nouns and technical terms
246+
- Apply this style consistently across all documentation files
247+
237248
### Documentation Script Testing
238249

239250
When modifying developer setup scripts in `website/docs/developers/scripts/`,

0 commit comments

Comments
 (0)