Skip to content

Commit

Permalink
reorder sidebar
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Jandacek <[email protected]>
  • Loading branch information
janan07 committed Oct 24, 2024
1 parent 3bd6032 commit 06b2f7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,6 @@ module.exports = {
type: "category",
label: "Advanced server-side configuration",
items: [
"user-guide/configmgr-using",
"user-guide/install-configure-zos-extensions",
"user-guide/mvd-configuration",
{
"type": "category",
"label": "Advanced API Mediation Layer Configuration",
Expand Down Expand Up @@ -332,7 +329,10 @@ module.exports = {
"user-guide/api-mediation/configuration-logging",
"user-guide/api-mediation/wto-message-on-startup",
]
}
},
"user-guide/configmgr-using",
"user-guide/install-configure-zos-extensions",
"user-guide/mvd-configuration",
],
}
],
Expand Down

0 comments on commit 06b2f7a

Please sign in to comment.