Update sidebars.js

This commit is contained in:
prafull-opensignlabs
2025-08-28 17:41:52 +05:30
committed by GitHub
parent 4b6712a0ff
commit 55ebdb5919
+1 -1
View File
@@ -36,7 +36,7 @@ const sidebars = {
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,
collapsed: true,
items: apiV1Sidebar,
}
],