Skip to content

Commit

Permalink
Update links in docusaurus.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
raikbitters committed Jan 31, 2024
1 parent 7bb8b24 commit 981737f
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 @@ -83,7 +83,7 @@ const config = {
items: [
{
label: 'Overview',
to: '/docs/api/intro',
to: '/api/intro',
},
{
label: 'Service API',
Expand All @@ -95,7 +95,7 @@ const config = {
},
{
label: 'API Design',
to: '/docs/api/api-design/reportportal-api',
to: '/api/api-design/reportportal-api',
},
],
},
Expand Down Expand Up @@ -245,7 +245,7 @@ const config = {
},
version: '5.10',
label: 'v5.10',
baseUrl: '/docs/category/api/service-api',
baseUrl: '/category/api/service-api',
versions: {},
},
serviceUat: {
Expand All @@ -257,7 +257,7 @@ const config = {
},
version: '5.10',
label: 'v5.10',
baseUrl: '/docs/category/api/service-uat',
baseUrl: '/category/api/service-uat',
versions: {},
},
},
Expand Down

0 comments on commit 981737f

Please sign in to comment.