Skip to content

Begin typing to search this documentation.

Getting started

Terminal window
npm install github:greenways-ai/visual-language

Pin a commit in production projects when you need repeatable builds.

@import "@greenways-ai/visual-language/typography.css";
@import "@greenways-ai/visual-language/theme.css";

Resolve theme and project identity before the page paints.

<script>
document.documentElement.dataset.theme = "dark";
document.documentElement.dataset.project = "hoplite";
</script>
---
import DocumentationHeader from "@greenways-ai/visual-language/DocumentationHeader.astro";
---
<DocumentationHeader
project="hoplite"
title="Hoplite"
docsHref="/hoplite/getting-started/"
searchBase="/hoplite"
/>

Use the canonical project assets from assets/favicons/. Detailed and compact variants are generated together and should not be redrawn inside the consuming project.

Run the visual audit in CI after the site build. It detects missing canonical marks, obsolete identity assets, and theme leakage.