Skip to content

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

helpKeyArticleConsole route
tb.settings.email-templatestenabill/email-templates.md/settings/email-templates
tb.settings.brandingtenabill/email-templates.md (Branding tab)/settings/branding
tb.settings.marketing-contenttenabill/marketing-content.md/settings/marketing-content
tb.webhookstenabill/webhooks.md/webhooks

Adding a new help article

  1. Create markdown under src/help/tenabill/.
  2. Add a row to the table above with a stable helpKey.
  3. Wire <HelpIcon helpKey="..." /> on the matching console page.
  4. Register the path in TenaBill.Web/src/helpKeys.ts (helpKeyPaths).
  5. Add sidebar entry in docs/.vitepress/config.ts if needed.
  6. For spec-level detail, link to workspace-docs from the article footer.

Platform console help lives in tenancy-platform/docs/.

TenaBill billing documentation