Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.14 KB

File metadata and controls

35 lines (22 loc) · 1.14 KB

ThingsBoard Docs

Source for the documentation site at thingsboard.io/docs, built with Astro and Starlight.

Quickstart

Prerequisites: Node.js (any recent LTS) and pnpm.

pnpm install
pnpm dev          # http://localhost:4321/docs/
pnpm build:fast   # production build, skips OG image generation

Repo layout

  • src/content/docs/ — pages (Markdown / MDX, organized by language)
  • src/content/_includes/ — shared content reused across product variants (CE / PE)
  • astro.sidebar.ts — navigation tree
  • public/ — static assets and redirect rules

See CLAUDE.md for the full content architecture reference.

Contributing

See CONTRIBUTING.md for setup, the CI checks, content authoring conventions, and a playbook for common contributor tasks.

Links

License

Licensed under the terms in LICENSE.