Welcome to Docs Central
Welcome to Docs Central
Section titled “Welcome to Docs Central”This is the central documentation hub that aggregates docs from multiple repositories.
Getting Started
Section titled “Getting Started”Browse the sidebar to find documentation for different projects.
Projects
Section titled “Projects”As source repositories are added, their documentation will appear in the sidebar automatically.
Contributing
Section titled “Contributing”To update documentation:
- Edit the markdown files in your project’s
docs/folder - Push to your main branch
- Changes will appear here automatically within minutes
Mermaid Diagrams
Section titled “Mermaid Diagrams”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]