Skip to content

Commit

Permalink
Reorder Certification sections.
Browse files Browse the repository at this point in the history
Signed-off-by: Kurt Garloff <[email protected]>
  • Loading branch information
garloff committed Sep 24, 2024
1 parent f7c61da commit ef9c45e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sidebarsStandards.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const sidebars = {
},
items: [
'certification/getting-scs-compatible-certified',
'certification/overview',
{
type: 'category',
label: 'Scopes and Versions',
Expand All @@ -20,7 +19,8 @@ const sidebars = {
id: 'certification/scopes-versions'
},
items: require('./sidebarsCertificationItems.js') // this file will be generated entirely by `populateCerts.js` via npm post-install hook found in the package.json
}
},
'certification/overview'
]
},
{
Expand Down

0 comments on commit ef9c45e

Please sign in to comment.