š INTERNAL ā administrative documentation, not publicly visibleView public docs ā
Internal Documentation
ProAngler administrative documentation ā internal builds only.
This is the internal docs test page
If you can read this on a deployed site, you are on the internal deployment
(DOCS_TARGET=internal). This page ā and everything under content/internal/
ā must never appear on the public docs site.
Build check 2026-07-16: if you can see this callout on team.proangler.com/internal, the internal build pipeline is picking up content changes correctly.
Canary marker: PROANGLER-INTERNAL-CANARY-7c41
How this works
- Public builds never traverse
content/internal/ā the content is absent from the artifact, not filtered at runtime. - The internal build (
DOCS_TARGET=internal npm run build) includes this tree and deploys to the internal worker behind Cloudflare Access. scripts/assert-no-canary.mjsruns after every public build and fails it hard if this page's marker leaks into the output.
