ProAnglerProAngler InternalINTERNAL
šŸ”’ 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.mjs runs after every public build and fails it hard if this page's marker leaks into the output.

On this page