Autogenerate API sidebar

This commit is contained in:
Amol
2025-07-04 13:24:20 +05:30
parent 095040713e
commit d705a4314f
3 changed files with 18 additions and 3 deletions
+11
View File
@@ -75,6 +75,17 @@ const config = {
sidebarOptions: {
groupPathsBy: "tag", // generate a sidebar.js slice that groups operations by tag
},
version: "1.0",
label: "v1.0",
baseUrl: "1.0",
versions: {
"1.1": {
specPath: "docs/API-docs/opensign.yaml",
outputDir: "docs/API-docs-1.1",
label: "v1.1",
baseUrl: "1.1",
},
},
}
}
},