diff --git a/microsite/sidebars.js b/microsite/sidebars.js index 40a8fa2893..7d0ac3103e 100644 --- a/microsite/sidebars.js +++ b/microsite/sidebars.js @@ -510,16 +510,6 @@ module.exports = { 'contribute/project-structure', ], References: [ - 'references/glossary', - { - type: 'category', - label: 'API Reference', - items: [ - 'api/utility-apis', - 'reference/index', - 'api/deprecations', - ], - }, { type: 'category', label: 'Architecture Decision Records (ADRs)', @@ -540,6 +530,10 @@ module.exports = { 'architecture-decisions/adrs-adr013', ], }, + 'api/deprecations', + 'references/glossary', + 'api/utility-apis', + 'reference/index', ], }, releases: {