Source for the documentation site at thingsboard.io/docs, built with Astro and Starlight.
Prerequisites: Node.js (any recent LTS) and pnpm.
pnpm install
pnpm dev # http://localhost:4321/docs/
pnpm build:fast # production build, skips OG image generationsrc/content/docs/— pages (Markdown / MDX, organized by language)src/content/_includes/— shared content reused across product variants (CE / PE)astro.sidebar.ts— navigation treepublic/— static assets and redirect rules
See CLAUDE.md for the full content architecture reference.
See CONTRIBUTING.md for setup, the CI checks, content authoring conventions, and a playbook for common contributor tasks.
- thingsboard.io — product homepage
- thingsboard.io/docs — live documentation site
Licensed under the terms in LICENSE.