- Create or update Markdown/MDX in the correct documentation surface.
- Add
titleanddescriptionfront matter. - Use one topic per page and task-oriented headings.
- Verify all steps against the current product.
- Remove account names, tokens, internal URLs, and operational identifiers from screenshots and examples.
- Run the validation suite.
npm install
npm run validate| Directory | Purpose |
|---|---|
docs/ |
End-user documentation |
cli/ |
YGIT CLI documentation |
sdk/ |
Official SDK documentation |
api/ |
Public API documentation |
updates/ |
Public release notes and announcements |
static/img/ |
Public-safe images and brand assets |
- Prefer concrete steps over marketing claims.
- State prerequisites and expected results.
- Mark unavailable or preview functionality clearly.
- Use relative links between documentation pages.
- Use descriptive alt text for images.
- Do not publish internal architecture unless it is deliberately rewritten and approved as public architecture.