Skip to content

Commit

Permalink
Update base URLs for API and UAT service documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
raikbitters committed Mar 13, 2024
1 parent 4b1e91e commit b361487
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,13 +247,13 @@ const config = {
},
version: '5.11',
label: 'v5.11',
baseUrl: '/docs/category/api/service-api', // base URL for the API docs,
baseUrl: `${baseUrl}category/api/service-api`, // base URL for the API docs,
versions: {
'5.10': {
specPath: 'apis/5.10/service-api.yaml',
outputDir: 'docs/api/service-api/5.10',
label: 'v5.10',
baseUrl: '/docs/category/api/service-api-5.10',
baseUrl: `${baseUrl}category/api/service-api-5.10`,
},
},
},
Expand All @@ -266,13 +266,13 @@ const config = {
},
version: '5.11',
label: 'v5.11',
baseUrl: '/docs/category/api/service-uat',
baseUrl: `${baseUrl}category/api/service-uat`,
versions: {
'5.10': {
specPath: 'apis/5.10/service-uat.yaml',
outputDir: 'docs/api/service-uat/5.10',
label: 'v5.10',
baseUrl: '/docs/category/api/service-uat-5.10',
baseUrl: `${baseUrl}category/api/service-uat-5.10`,
},
},
},
Expand Down

0 comments on commit b361487

Please sign in to comment.