This repository contains the VitePress site for the Ligare programming language. The compiler and standard library live in the ligare repository; this repository contains the site's pages, theme configuration, and Ligare syntax highlighting.
The site uses Node.js and pnpm:
pnpm install
pnpm docs:devBuild and preview the static site with:
pnpm docs:build
pnpm docs:previewThe same build is used by the GitHub Pages workflow. New pages should be added under docs/ and linked from .vitepress/config.mts.