How-to guides
Hands-on guides for contributors: from a first local run to shipping an endpoint and updating docs. Use this page as the main entry for the recommended onboarding path and for the doc authoring checklist.
Overview
Use this index when you want steps for a task, not only policy text. For decisions, see ADRs. For detailed specs, see RFCs. For writing rules and audits, see Documentation style guide and audit standard.
Golden onboarding path (recommended sequence)
If you are new here, follow this order. It takes you from setup to a PR that is ready for review.
- Run full onboarding guide: Onboarding from zero to endpoint and docs.
-
Use the concrete endpoint implementation example:
Add
POST /api/v1/contract(beginner walkthrough). - Update internal service docs structure and navigation: Internal service docs layout and how to add pages.
- Validate writing style and structure against: Documentation style guide and audit standard.
Guides catalog
| Guide | When to use it |
|---|---|
| Onboarding: from zero to endpoint and docs | First-time path from setup to quality gates. |
| Internal service docs layout and how to add pages | Add or change pages under docs/internal/, sidebar, and layout. |
Beginner walkthrough: add
POST /api/v1/contract |
Example endpoint wired through all service layers. |
Page history
| Date | Change | Author |
|---|---|---|
| Added Page history section (repository baseline). | Ivan Boyarkin |