Kind: Function
Source: atloria-monorepo/apps/api/src/project/audience-scope.util.ts
Map a public audience slug to its doc-set scope. 'api' → 'api' (styled API reference set); 'technical' | 'developer' → 'technical' (code/entity reference); everything else → 'user' (end-user manual).
Signature
tsfunction audienceSlugToScope(audienceSlug: string | null): DocAudienceScope
Parameters
| Name | Type |
|---|---|
audienceSlug | `string |
Returns: DocAudienceScope
Was this page helpful?