Contextual help index
Maps stable helpKey strings (used by TenaBill console HelpIcon and HelpDrawer) to markdown articles under src/help/.
Convention: tb.{area}.{screen} — e.g. tb.settings.email-templates.
TenaBill console
| helpKey | Article | Console route |
|---|---|---|
tb.settings.email-templates | tenabill/email-templates.md | /settings/email-templates |
tb.settings.branding | tenabill/email-templates.md (Branding tab) | /settings/branding |
tb.settings.marketing-content | tenabill/marketing-content.md | /settings/marketing-content |
tb.webhooks | tenabill/webhooks.md | /webhooks |
Adding a new help article
- Create markdown under
src/help/tenabill/. - Add a row to the table above with a stable
helpKey. - Wire
<HelpIcon helpKey="..." />on the matching console page. - Register the path in
TenaBill.Web/src/helpKeys.ts(helpKeyPaths). - Add sidebar entry in
docs/.vitepress/config.tsif needed. - For spec-level detail, link to workspace-docs from the article footer.
Platform console help lives in tenancy-platform/docs/.