diff --git a/documentation/sidebars.js b/documentation/sidebars.js index d8d89689..d766c419 100644 --- a/documentation/sidebars.js +++ b/documentation/sidebars.js @@ -226,77 +226,83 @@ const mainSidebar = { changelog: [ /////{ type: 'autogenerated', dirName: 'changelog' }, - { - type: 'doc', - id: '/docs/changelog/intro', - }, - { - type: 'doc', - id: '/docs/changelog/0.2.6', - }, - { - type: 'doc', - id: '/docs/changelog/0.2.5', - }, - { - type: 'doc', - id: '/docs/changelog/0.2.4', - }, - { - type: 'doc', - id: '/docs/changelog/0.2.3', - }, - { - type: 'doc', - id: '/docs/changelog/0.2.2', - }, - { - type: 'doc', - id: '/docs/changelog/0.2.1', - }, - { - type: 'doc', - id: '/docs/changelog/0.2.0', - }, - { - type: 'doc', - id: '/docs/changelog/0.1.9', - }, - { - type: 'doc', - id: '/docs/changelog/0.1.8', - }, - { - type: 'doc', - id: '/docs/changelog/0.1.7', - }, - { - type: 'doc', - id: '/docs/changelog/0.1.6', - }, - { - type: 'doc', - id: '/docs/changelog/0.1.5', - }, - { - type: 'doc', - id: '/docs/changelog/0.1.4', - }, - { - type: 'doc', - id: '/docs/changelog/0.1.3', - }, - { - type: 'doc', - id: '/docs/changelog/0.1.2', - }, - { - type: 'doc', - id: '/docs/changelog/0.1.1', - }, - { - type: 'doc', - id: '/docs/changelog/0.1.0', + { + type: 'category', + label: '0.X.X', + items: [ + { + type: 'doc', + id: '/docs/changelog/intro', + }, + { + type: 'doc', + id: '/docs/changelog/0.2.6', + }, + { + type: 'doc', + id: '/docs/changelog/0.2.5', + }, + { + type: 'doc', + id: '/docs/changelog/0.2.4', + }, + { + type: 'doc', + id: '/docs/changelog/0.2.3', + }, + { + type: 'doc', + id: '/docs/changelog/0.2.2', + }, + { + type: 'doc', + id: '/docs/changelog/0.2.1', + }, + { + type: 'doc', + id: '/docs/changelog/0.2.0', + }, + { + type: 'doc', + id: '/docs/changelog/0.1.9', + }, + { + type: 'doc', + id: '/docs/changelog/0.1.8', + }, + { + type: 'doc', + id: '/docs/changelog/0.1.7', + }, + { + type: 'doc', + id: '/docs/changelog/0.1.6', + }, + { + type: 'doc', + id: '/docs/changelog/0.1.5', + }, + { + type: 'doc', + id: '/docs/changelog/0.1.4', + }, + { + type: 'doc', + id: '/docs/changelog/0.1.3', + }, + { + type: 'doc', + id: '/docs/changelog/0.1.2', + }, + { + type: 'doc', + id: '/docs/changelog/0.1.1', + }, + { + type: 'doc', + id: '/docs/changelog/0.1.0', + } + ] }, // Promo {