Skip to content

Welcome to Docs Central

This is the central documentation hub that aggregates docs from multiple repositories.

Browse the sidebar to find documentation for different projects.

As source repositories are added, their documentation will appear in the sidebar automatically.

To update documentation:

  1. Edit the markdown files in your project’s docs/ folder
  2. Push to your main branch
  3. Changes will appear here automatically within minutes

This site supports Mermaid diagrams. Example:

flowchart LR
    A[Source Repo] -->|push| B[GitHub Actions]
    B -->|trigger| C[docs-central]
    C -->|deploy| D[Cloudflare Pages]