Contextual help index
Maps stable helpKey strings (used by VectraLabel app HelpIcon and HelpDrawer) to markdown articles under src/help/.
Convention: vl.{area}.{screen} — e.g. vl.labels.
VectraLabel app
| helpKey | Article | App route |
|---|---|---|
vl.labels | vectralabel/labels.md | /app (label list) |
vl.compliance | vectralabel/compliance.md | label detail / validate |
vl.templates | vectralabel/templates.md | /app (templates) |
vl.billing | vectralabel/billing.md | billing / usage |
Adding a new help article
- Create markdown under
src/help/vectralabel/. - Add a row to the table above with a stable
helpKey. - Wire
<HelpIcon helpKey="..." />on the matching app page when the React UI is added. - Register the path in the app's
helpKeys.ts(helpKeyPaths). - Add sidebar entry in
docs/.vitepress/config.tsif needed.
Platform console help lives in tenancy-platform/docs/. TenaBill merchant console help lives in tenabill/docs/.