Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ module.exports = {
url: 'https://crawlee.dev/python/api/class/RequestQueue',
group: 'Classes',
},
{
url: 'https://crawlee.dev/python/api/class/Request',
group: 'Classes',
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool! As I expected, it caused some rendering issues with the reexported Request docs (missing inherited symbols). To fix this, we need to deploy Crawlee docs with the latest version of the plugin (and then rebuild SDK docs, preferably with the changes from this PR).

obrazek

],
},
],
Expand Down
15 changes: 8 additions & 7 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@apify/docs-theme": "^1.0.132",
"@apify/docusaurus-plugin-typedoc-api": "^4.3.1",
"@apify/docusaurus-plugin-typedoc-api": "^4.3.12",
"@docusaurus/core": "^3.5.2",
"@docusaurus/plugin-client-redirects": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
Expand Down
Loading