4demr Docs Index

A single, clickable index for all documentation. Links are grouped by topic and use relative paths that work in GitHub preview.

API

Events

Dashboard

Middleware

Integration Guides

Architecture & Diagrams

Issues & Tracking

Extracted Code References

These documents were generated from the codebase to aid discoverability. They are grouped by source.

Inventory

How to contribute to docs

Contributions are welcome! Please follow these guidelines:

  • Structure
    • Group new docs under an existing topic folder when possible (api, events, dashboard, middleware, etc.).
    • Prefer one H1 (#) per file. Start with a clear title.
  • Naming
    • Use-kebab-case for filenames, keep concise and descriptive.
    • For versioned APIs, include version in the filename (e.g., foo-v1-inbound.md).
  • Linking
    • Use relative links from this README like ./api/your-file.md so they render correctly in GitHub.
    • Link cross-doc references relatively (e.g., ../events/webhooks.md).
  • Style
    • Use sentence case for headings; include short context, then steps/examples.
    • Add diagrams as images in a sibling folder when useful and reference them relatively.
  • Review
    • Run a quick link check locally if possible and preview in GitHub.
    • Open a PR with a brief summary of changes and which section of the TOC was updated.

If you add or rename files, please update the sections above to keep this index accurate.