Docs Contributing Guide¶
Page template¶
Each page should include:
- Purpose
- When to use
- Minimal examples
- Pitfalls / failure modes
Writing rules¶
- Prefer short, direct paragraphs.
- Keep one canonical page per API topic.
- Avoid duplicate function declarations across pages.
- Use fenced code blocks with language tags.
Link policy¶
- Use absolute URLs for external links.
- Use relative links for internal docs links.
- Prefer canonical docs URL
https://chipsncode.com/SPIMemory/when sharing.
Validation¶
Run before submitting:
mkdocs build --strict