diff --git a/documentation/sidebars.js b/documentation/sidebars.js index d6c390d2..96dc5e41 100644 --- a/documentation/sidebars.js +++ b/documentation/sidebars.js @@ -228,13 +228,23 @@ const mainSidebar = { changelog: [ /////{ type: 'autogenerated', dirName: 'changelog' }, 'changelog/intro', + { + type: 'category', + label: '0.2.X', + items: [ 'changelog/0.2.6', 'changelog/0.2.5', 'changelog/0.2.4', 'changelog/0.2.3', 'changelog/0.2.2', 'changelog/0.2.1', - 'changelog/0.2.0', + 'changelog/0.2.0' + ], + }, + { + type: 'category', + label: '0.1.X', + items: [ 'changelog/0.1.9', 'changelog/0.1.8', 'changelog/0.1.7', @@ -245,7 +255,9 @@ const mainSidebar = { 'changelog/0.1.3', 'changelog/0.1.2', 'changelog/0.1.1', - 'changelog/0.1.0', + 'changelog/0.1.0' + ], + }, // Promo { type: 'link',