Skip to content

Commit

Permalink
split openapi and api docs
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Irmer <irmer@gonicus.de>
  • Loading branch information
joshuai96 committed Jun 26, 2024
1 parent 60e1656 commit ae3b2fb
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions sidebarsDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,14 +222,23 @@ const sidebarsDocs = {
'operating-scs/components/status-page-openapi/docs/overview',
{
type: 'category',
label: 'API',
label: 'Concepts',
link: {
type: 'generated-index'
},
items: [
'operating-scs/components/status-page-openapi/docs/components',
'operating-scs/components/status-page-openapi/docs/levels_of_consensus',
'operating-scs/components/status-page-openapi/docs/component_overview',
'operating-scs/components/status-page-openapi/docs/component_overview'
]
},
{
type: 'category',
label: 'API',
link: {
type: 'generated-index'
},
items: [
'operating-scs/components/status-page-api/docs/requests',
'operating-scs/components/status-page-api/docs/example-requests'
]
Expand Down

0 comments on commit ae3b2fb

Please sign in to comment.