Skip to content

dashevchenko/thingsboard.io

 
 

Repository files navigation

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.

About

Documentation repository

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • MDX 79.9%
  • Astro 11.4%
  • TypeScript 8.0%
  • SCSS 0.3%
  • JavaScript 0.2%
  • Python 0.1%
  • Other 0.1%