The TELOS docs, built with Mintlify. Bilingual: English (en/) and 简体中文 (zh/).
# install the Mintlify CLI once
npm i -g mint
# from this directory
cd docs-site
mint dev # serves at http://localhost:3000Validate links and config:
mint broken-links # report broken internal linksdocs-site/
├── docs.json # theme, colors, navbar, and the bilingual navigation tree
├── logo/ # light/dark logo (the TELOS "stone tablet" mascot)
├── favicon.svg
├── images/ # diagrams copied from ../assets (English: *.en.svg, Chinese: *.svg)
├── en/ # English pages (MDX)
└── zh/ # 简体中文 pages (MDX)
Navigation groups (per language): Get Started · Concepts · Guides · Observability · Benchmark · Reference.
Deploy with the Mintlify GitHub app: connect the
learningCatHD/telos-sdk repository and set the docs content root to docs-site. Pushes to
the default branch publish automatically.
The repository's existing vercel.json serves the separate marketing landing page (site/) and is
unaffected by this docs site.
- Every page is MDX with
title/descriptionfrontmatter. - English pages use the
*.en.svgdiagram variants; Chinese pages use the*.svgvariants. - When adding a page, also add it to the matching language group in
docs.json. - Keep
en/andzh/trees in lockstep so the language switcher never 404s.