Skip to content

Welcome to Internal Docs

This is the centralized documentation hub for all company projects and standards.

Category Description
Services Documentation for all microservices and applications
Guides Cross-team standards, onboarding, and architecture
Legacy Imported documentation from previous systems

How This Works

flowchart LR
    A[Service Repo] -->|Push to main| B[GitHub Action]
    B -->|Copies /docs| C[internal-docs repo]
    C -->|Auto-deploy| D[GitHub Pages]

Each service repository automatically pushes its /docs folder to this central hub when changes are merged to main. The hub then rebuilds and deploys automatically.

Contributing

See CONTRIBUTING.md for details on how to add or update documentation.