Appearance
App-to-doc route map
Use these stable help URLs when linking from cw.app. All documentation URLs are extensionless because VitePress cleanUrls is enabled.
| App area or route shape | Documentation URL |
|---|---|
| Sign-in and first use | /getting-started |
/Dashboard | /dashboard |
/brands | /brands |
/brands/add or /brands/{brandSlug}/edit | /brands#add-a-brand or /brands#edit-a-brand |
/brands/{brandSlug} | /brands#use-the-brand-page |
| Product create, details, or edit | /products |
| Brand- or product-level legal document create/edit | /legal-documents#add-a-legal-document |
| Legal document details | /legal-documents |
| Legal document analysis panel | /analysis-results |
/QuickAdd | /quick-add |
/QuickAdd/Progress | /quick-add#follow-progress |
/BusinessAccounts and company details | /companies |
/Account/Profile and customer portal | /account |
/Users and /Admin | /administration |
| Errors and common recovery steps | /troubleshooting |
Deep-link pattern
Build help links from the documentation origin plus the path above. For example:
text
https://help.example.com/legal-documents#add-a-sourceHeading anchors are generated from the English headings and should be treated as part of the link contract. If a heading is renamed, preserve the old anchor explicitly or update the corresponding app link.
Hosting requirement
The docs host must resolve an extensionless request such as /brands to the generated /brands.html file. Configure that fallback on the web server or static host. VitePress preview already handles it locally.
