Workflows¶
This file describes how to build, test, and release Adapter.
Prerequisites¶
- Deno
- Git
- Optional: Node.js + npm
Setup¶
Build¶
Outputs go to dist/.
Test¶
Docs¶
MkDocs (Material theme) builds from docs-src/ using mkdocs.yml and emits the static site to docs/.
Install doc tooling¶
Preferred (uses the pinned pyproject.toml + uv.lock):
Fallback:
Build and preview¶
Bash
uv run mkdocs build # output in docs/
uv run mkdocs serve # live preview at http://127.0.0.1:8000
You can swap uv run for mkdocs directly if the tools are on your PATH.