Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add v2.10 and v2.11 version snapshots #633

Merged
merged 7 commits into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from all 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
110 changes: 55 additions & 55 deletions CHANGELOG.md

Large diffs are not rendered by default.

1,089 changes: 456 additions & 633 deletions website/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"rimraf": "^6.0.0"
},
"dependencies": {
"@apify/docs-theme": "^1.0.131",
"@apify/docusaurus-plugin-typedoc-api": "^4.2.6",
"@docusaurus/core": "^3.5.2",
"@docusaurus/plugin-client-redirects": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@apify/docs-theme": "^1.0.165",
"@apify/docusaurus-plugin-typedoc-api": "^4.3.12",
"@docusaurus/core": "^3.7.0",
"@docusaurus/plugin-client-redirects": "^3.7.0",
"@docusaurus/preset-classic": "^3.7.0",
"clsx": "^2.0.0",
"docusaurus-gtm-plugin": "^0.0.2",
"prop-types": "^15.8.1",
Expand Down
1 change: 1 addition & 0 deletions website/versioned_docs/version-2.10/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
changelog.md
1 change: 1 addition & 0 deletions website/versioned_docs/version-2.10/api-packages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"entryPoints":{"index":{"label":"Index","path":"src/index.ts"}},"packagePath":".","packageSlug":".","packageName":"apify-client","packageVersion":"2.10.0"}]
Loading