Doc Patterns
Documentation Patterns
Section titled “Documentation Patterns”Every page in this site follows one of four consistent patterns. Pick the right one when adding new content.
| Pattern | Purpose | File |
|---|---|---|
| A – Index / Directory | Navigation hub, grouped table of contents | pattern-a-index.mdx |
| B – Command Group | Config namespace with all parameters | pattern-b-command.mdx |
| C – Action | Fire-and-forget commands with parameters & responses | pattern-c-action.mdx |
| D – Uplink Data | Device‑reported status fields | pattern-d-uplink.mdx |
Use these files as strict templates — copy the structure, replace the content.