Skip to content

Commit

Permalink
Update file paths in API and UAT sidebars (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
raikbitters authored Apr 5, 2024
1 parent dd02e48 commit 92fda6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/api/versioned_sidebars/api-sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const apiSidebars: SidebarsConfig = {
description: 'This is a generated index of the ReportPortal Authtorization API.',
slug: '/category/api/service-api-5.10'
},
items: require('../service-api/5.10/sidebar.ts')
items: require('../service-api/versions/5.10/sidebar.ts')
}
],
};
Expand Down
2 changes: 1 addition & 1 deletion docs/api/versioned_sidebars/uat-sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const uatSidebars: SidebarsConfig = {
description: 'This is a generated index of the ReportPortal Authtorization API.',
slug: '/category/api/service-uat-5.10'
},
items: require('../service-uat/5.10/sidebar.ts')
items: require('../service-uat/versions/5.10/sidebar.ts')
}
],
}
Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ const config = {
versions: {
'5.10': {
specPath: 'apis/5.10/service-api.yaml',
outputDir: 'docs/api/service-api/5.10',
outputDir: 'docs/api/service-api/versions/5.10',
label: 'v5.10',
baseUrl: `${baseUrl}category/api/service-api-5.10`,
},
Expand All @@ -270,7 +270,7 @@ const config = {
versions: {
'5.10': {
specPath: 'apis/5.10/service-uat.yaml',
outputDir: 'docs/api/service-uat/5.10',
outputDir: 'docs/api/service-uat/versions/5.10',
label: 'v5.10',
baseUrl: `${baseUrl}category/api/service-uat-5.10`,
},
Expand Down

0 comments on commit 92fda6e

Please sign in to comment.