-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update
@apify/docusaurus-plugin-typedoc-api
(#713)
Updating the plugin allows us to use the new unified transformation pipeline instead of handling the API docs generation separately in each Python project. The new version also now renders the Typedoc objects in machine-readable elements on the page, so we can use the new `reexports` plugin option (more about that in a PR in `apify-sdk-python`).
- Loading branch information
Showing
8 changed files
with
236 additions
and
715 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,4 @@ | ||
#!/bin/bash | ||
|
||
# Create docspec dump of this package's source code through pydoc-markdown | ||
python ./pydoc-markdown/generate_ast.py > docspec-dump.jsonl | ||
|
||
rm -rf "${apify_shared_tempdir}" | ||
|
||
# Generate import shortcuts from the modules | ||
python generate_module_shortcuts.py | ||
|
||
# Transform the docpec dumps into Typedoc-compatible docs tree | ||
node transformDocs.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.