Skip to content
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
16 changes: 0 additions & 16 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,22 +139,6 @@ module.exports = {
},
}),
],
[
'redocusaurus',
/** @type {import('redocusaurus').PresetEntry} */
{
config: join(__dirname, '.redocly.yaml'),
specs: [
{
spec: './apify-api/openapi/openapi.yaml',
route: '/api/v2-redoc/',
},
],
theme: {
primaryColor: '#1f9ec8',
},
},
],
]),
plugins: [
[
Expand Down
4 changes: 2 additions & 2 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -405,11 +405,11 @@ server {
rewrite ^/api/v2/users-account-and-usage-limits$ /api/v2/users permanent;

# api/v2-new to api/v2

rewrite ^/api/v2-new(.*)$ /api/v2$1 permanent;
rewrite ^/api/v2-old(.*)$ /api/v2$1 permanent;
rewrite ^/api/v2-redoc(.*)$ /api/v2$1 permanent;

# Actor marketing playbook addition

rewrite ^/academy/get-most-of-actors$ /academy/actor-marketing-playbook permanent;

}
Expand Down
3,972 changes: 2,897 additions & 1,075 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"typescript-eslint": "^8.29.1"
},
"dependencies": {
"@apify/ui-library": "^0.63.0",
"@apify/ui-library": "^0.64.0",
"@docusaurus/core": "3.7.0",
"@docusaurus/faster": "3.7.0",
"@docusaurus/plugin-client-redirects": "3.7.0",
Expand All @@ -92,7 +92,6 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-github-btn": "^1.4.0",
"redocusaurus": "^2.1.1",
"search-insights": "2.17.3",
"styled-components": "6.1.17",
"unist-util-visit": "^5.0.0"
Expand Down
Loading