This repository contains workloads, tools, and utilities for AI development and testing in the Silogen ecosystem.
The documentation for this project is built using MkDocs with the Material theme.
Install documentation dependencies:
pip install -r requirements-docs.txt
Start the documentation server:
mkdocs serve
View the documentation at http://localhost:8000
To build the documentation site:
mkdocs buildThe built site will be in the site directory.
See the Contributing guide for development setup instructions.