Docs Platform
The documentation site is implemented with Astro and Starlight.
Active stack
Section titled “Active stack”- Astro site build and dev server.
@astrojs/starlightfor docs routing, search, navigation, and page chrome.starlight-versionsfor versioned documentation navigation.starlight-links-validatorfor Starlight-aware link validation.starlight-llms-txtforllms.txt,llms-full.txt, and focused LLM ingestion surfaces.starlight-plugin-iconsfor richer sidebar/code-block icon affordances.kairoecs-starlight-polyglot, a local plugin that marks the language binding surface and keeps the polyglot scope visible to downstream automation.
Versioning
Section titled “Versioning”The current documentation line is R2 Preview. The archived R1 Archive
content exists under the r1/ route so version navigation is exercised in the
same build as the current docs.
Source of truth
Section titled “Source of truth”The Starlight shell does not replace the repository-level docs tree. It provides
the public site structure while the canonical technical content continues to live
under docs/, bindings/, examples/, and conductor/.