Skip to content

Commit 0830723

Browse files
Remove Docusaurus API reference generator
Replaced by the mkdocs-material site published to python.durable-workflow.com, which generates the reference directly from docstrings on every push to main. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e916c86 commit 0830723

2 files changed

Lines changed: 5 additions & 373 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,13 @@ mypy src/durable_workflow/
148148
# Lint
149149
ruff check src/ tests/
150150

151-
# Regenerate the docs-site API reference
152-
python scripts/generate-api-reference.py \
153-
--output ../durable-workflow.github.io/docs/polyglot/python-api-reference.md
151+
# Preview the API reference site locally
152+
pip install -e '.[docs]'
153+
mkdocs serve
154154
```
155155

156+
The API reference is published to [python.durable-workflow.com](https://python.durable-workflow.com/) and rebuilt automatically on push to `main`.
157+
156158
## License
157159

158160
MIT

scripts/generate-api-reference.py

Lines changed: 0 additions & 370 deletions
This file was deleted.

0 commit comments

Comments
 (0)