You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: reexport storages documentation from crawlee-python (#328)
Updates the `@apify/docusaurus-plugin-typedoc-api` plugin, which enables
us to use the unified Python documentation pipeline (instead of handling
it in each Python project separately).
Decorates the symbols to be documented with `@docs_group` and
`@docs_name` decorators (just like in
[crawlee-python](apify/crawlee-python#655)).
Those decorators could be moved up into some shared package (e.g.
`apify-shared`, which already has the `@ignore_docs` decorator).
Uses the new `reexports` feature of the plugin to load external API docs
(from `crawlee.dev/python`) and re-render them in the current
documentation instance.
0 commit comments