From 985f49e19a5027b197d4bf36be8cd1fec8ecf384 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 20 Aug 2024 12:19:53 +0200 Subject: [PATCH] Update sidebars.js --- documentation/sidebars.js | 88 ++++----------------------------------- 1 file changed, 9 insertions(+), 79 deletions(-) diff --git a/documentation/sidebars.js b/documentation/sidebars.js index d766c419..692a7b49 100644 --- a/documentation/sidebars.js +++ b/documentation/sidebars.js @@ -223,87 +223,17 @@ const mainSidebar = { }, ], - + + changelog: [ /////{ type: 'autogenerated', dirName: 'changelog' }, - { - 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', - } - ] - }, + + 'changelog/intro', + 'changelog/0.2.6', + 'changelog/0.2.5', + 'changelog/0.2.4', + 'changelog/0.2.3', + 'changelog/0.2.2', // Promo { type: 'link',