From 4b6712a0ff7dea305542b51e054c5157a840af8a Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs <93375423+prafull-opensignlabs@users.noreply.github.com> Date: Thu, 28 Aug 2025 17:41:16 +0530 Subject: [PATCH] Update sidebars.js --- docs/sidebars.js | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index 88f4f7d07..83fe374fe 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -23,14 +23,7 @@ const sidebars = { // apiSidebar: apiSidebar, // Single API sidebar containing two top-level categories apiSidebar: [ - { - type: 'category', - label: 'v1', - // Optional: clicking the category label goes to a “generated index” - link: { type: 'generated-index', title: 'OpenSign API v1', slug: '/API-docs/v1' }, - collapsed: false, - items: apiV1Sidebar, - }, + 'API-docs/intro', { type: 'category', label: 'v1.1', @@ -38,6 +31,14 @@ const sidebars = { collapsed: false, items: apiV11Sidebar, }, + { + type: 'category', + label: 'v1', + // Optional: clicking the category label goes to a “generated index” + link: { type: 'generated-index', title: 'OpenSign API v1', slug: '/API-docs/v1' }, + collapsed: false, + items: apiV1Sidebar, + } ], // But you can create a sidebar manually