Update docs

This commit is contained in:
Andras Schmelczer 2025-11-22 12:13:22 +00:00
parent 38810579ec
commit 00d2061627
20 changed files with 1149 additions and 569 deletions

View file

@ -42,6 +42,11 @@ jobs:
cd docs
npm ci
- name: Check formatting
run: |
cd docs
npm run format:check
- name: Build documentation
run: |
cd docs