Kind: Function
Source: atloria-monorepo/apps/web/src/lib/url-utils.ts
Build a document URL from components
Signature
tsfunction buildDocumentUrl(slug: string, urlId: string, audience: string): string
Parameters
| Name | Type |
|---|---|
slug | string |
urlId | string |
audience | string |
Returns: string
Was this page helpful?