Skip to content

Repository files navigation

Ligare documentation site

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.

Local development

The site uses Node.js and pnpm:

pnpm install
pnpm docs:dev

Build and preview the static site with:

pnpm docs:build
pnpm docs:preview

The same build is used by the GitHub Pages workflow. New pages should be added under docs/ and linked from .vitepress/config.mts.

Releases

Packages

Contributors

Languages