Skip to content

Commit

Permalink
docs: bump typedoc-plugin, use @docusaurus/faster (#1025)
Browse files Browse the repository at this point in the history
Bumps the `@apify/docusaurus-typedoc-plugin-api` to use the fixes in the
latest versions. This unpacks the `Unpack`-typed arguments in the
preparing stage (until now, this was done in rendering only). This
slightly speeds up the on-page user experience, unifies the rendering in
different components, and fixes issues with reexported symbols with
`Unpack` arguments.

Includes support for `TypeAlias` (so soft-closes #1020 - although a
manual check is recommended).

Enables experimental features from `@docusaurus/faster` for faster build
times.
  • Loading branch information
barjin authored Feb 25, 2025
1 parent 64be235 commit 9834513
Show file tree
Hide file tree
Showing 3 changed files with 581 additions and 8 deletions.
3 changes: 3 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ module.exports = {
'/crawlee-python/js/custom.js',
],
githubHost: 'github.com',
future: {
experimental_faster: true,
},
headTags: [
// Intercom messenger
{
Expand Down
3 changes: 2 additions & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@
"typescript": "5.7.3"
},
"dependencies": {
"@apify/docusaurus-plugin-typedoc-api": "^4.3.12",
"@apify/docusaurus-plugin-typedoc-api": "^4.4.2",
"@apify/utilities": "^2.8.0",
"@docusaurus/core": "^3.7.0",
"@docusaurus/faster": "^3.7.0",
"@docusaurus/mdx-loader": "^3.7.0",
"@docusaurus/plugin-client-redirects": "^3.7.0",
"@docusaurus/preset-classic": "^3.7.0",
Expand Down
Loading

0 comments on commit 9834513

Please sign in to comment.