Skip to content

DocAudienceScope

reference
1 min readUpdated

Kind: Type

Source: atloria-monorepo/apps/api/src/project/audience-scope.util.ts

Audience → doc-set scope mapping.

A project serves multiple doc SETS side-by-side (user manual + technical reference). Each DocVersion belongs to exactly one scope (DocVersion.audienceScope) and each scope has its own independent ACTIVE version. Audiences (viewer URL segments like /p/

/
) map onto a scope so public reads resolve the ACTIVE version of the RIGHT set.

Definition

ts
'user' | 'technical' | 'api'

Was this page helpful?

Download as PDF