Skip to content

Commit 8b8c4b4

Browse files
authored
feat: publish the new openapi docs on /api/v2 and move apiary docs to /api/v2-old (#1091)
1 parent 6176b77 commit 8b8c4b4

File tree

4 files changed

+358
-214
lines changed

4 files changed

+358
-214
lines changed

apify-docs-theme/src/theme/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,3 +1563,7 @@ html[data-theme='dark'] .runnable-code-block svg .apify-logo {
15631563
position: sticky;
15641564
left: var(--ifm-pre-padding);
15651565
}
1566+
1567+
.redocusaurus table code {
1568+
word-break: normal;
1569+
}

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ module.exports = {
8484
specs: [
8585
{
8686
spec: 'node_modules/@apify/openapi/openapi.yaml',
87-
route: '/api/v2-new/',
87+
route: '/api/v2/',
8888
},
8989
],
9090
theme: {

0 commit comments

Comments
 (0)