This repository contains the KoalaTs documentation website.
The site is generated with Docusaurus and published as one static site. Released documentation versions live side by side in this repository under docs/<version>.
/serves the shared homepage/docs/1.xserves the1.xdocumentation/docs/2.xserves the2.xdocumentation- future releases follow
/docs/<version>
/docs is a version selector entry point, not the canonical route for the latest version. The latest version is linked explicitly from the homepage and navbar.
Requirements:
- Node.js 24.x
- npm 11.x
Install dependencies:
npm installRun the docs locally:
npm run startBuild static files:
npm run buildRun validation:
npm run validate