Skip to content

Commit 2f93734

Browse files
authored
Merge branch 'master' into client-rate-limit
2 parents 5732a5a + f027543 commit 2f93734

File tree

6 files changed

+3688
-15039
lines changed

6 files changed

+3688
-15039
lines changed

.github/workflows/build_and_deploy_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
env:
10-
NODE_VERSION: 20
10+
NODE_VERSION: 22
1111
PYTHON_VERSION: 3.12
1212

1313
jobs:

poetry.lock

Lines changed: 221 additions & 226 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/docusaurus.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ module.exports = {
2929
scripts: ['/js/custom.js'],
3030
favicon: 'img/favicon.ico',
3131
githubHost: 'github.com',
32+
future: {
33+
experimental_faster: true,
34+
},
3235
onBrokenLinks:
3336
/** @type {import('@docusaurus/types').ReportingSeverity} */ ('warn'),
3437
onBrokenMarkdownLinks:

website/package-lock.json

Lines changed: 3458 additions & 14804 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@
2121
"lint:code:fix": "eslint . --fix"
2222
},
2323
"dependencies": {
24-
"@apify/docs-theme": "^1.0.132",
24+
"@apify/docs-theme": "^1.0.167",
2525
"@apify/docusaurus-plugin-typedoc-api": "^4.3.12",
26-
"@docusaurus/core": "^3.5.2",
27-
"@docusaurus/plugin-client-redirects": "^3.5.2",
28-
"@docusaurus/preset-classic": "^3.5.2",
26+
"@docusaurus/core": "^3.7.0",
27+
"@docusaurus/faster": "^3.7.0",
28+
"@docusaurus/plugin-client-redirects": "^3.7.0",
29+
"@docusaurus/preset-classic": "^3.7.0",
2930
"clsx": "^2.0.0",
3031
"docusaurus-gtm-plugin": "^0.0.2",
3132
"prop-types": "^15.8.1",

website/src/pages/index.module.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,6 @@ html[data-theme='dark'] .heroBanner h2 {
176176
}
177177
}
178178

179-
.tagline span {
180-
color: var(--ifm-color-primary);
181-
}
182-
183179
.getStarted {
184180
font-size: 18px;
185181
line-height: 28px;

0 commit comments

Comments
 (0)