Internal Docs Access¶
Internal engineering documentation is intentionally protected and published to Azure DevOps Wiki.
Access model¶
- Internal docs are authored from this repository under
docs-site/internal/. - Publishing happens via Azure DevOps CLI.
- Only authenticated users with wiki permissions can read or edit those pages.
Why this split¶
- Public docs stay internet-accessible on
docs.kifwa.cfhub.net. - Internal runbooks, architecture notes, and incident procedures remain access-controlled.
Sync command¶
bash
./scripts/docs/sync-internal-docs-to-azure-wiki.sh \
--org https://dev.azure.com/keshiholdings \
--project CFHUB \
--wiki "KIFWA Engineering Wiki"