feat(docs): update third party script

This commit is contained in:
Hunter Lovell
2025-07-27 01:41:31 -07:00
parent 11077affd6
commit a8ea374b83
5 changed files with 289 additions and 142 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ build-prebuilt:
uv run python -m _scripts.third_party_page.get_download_stats --fake stats.yml; \
set +x; \
fi
uv run python -m _scripts.third_party_page.create_third_party_page stats.yml docs/agents/prebuilt.md --language python
uv run python -m _scripts.third_party_page.create_third_party_page stats.yml docs/agents/prebuilt.md
build-docs: build-typedoc build-prebuilt
TARGET_LANGUAGE=js uv run python -m mkdocs build --clean -f mkdocs.yml --strict