mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-24 00:22:34 +02:00
Add OpenAPI v1.2 configuration to Docusaurus
This commit is contained in:
@@ -80,6 +80,12 @@ const config = {
|
||||
specPath: "docs/API-docs/v1.1/opensign.yaml", // your v1.1 spec file
|
||||
outputDir: "docs/API-docs/v1.1", // generated mdx + sidebar.js
|
||||
sidebarOptions: { groupPathsBy: "tag" },
|
||||
},
|
||||
opensign_v1_2: {
|
||||
// OpenAPI v1.2
|
||||
specPath: "docs/API-docs/v1.2/opensign.yaml", // your v1.1 spec file
|
||||
outputDir: "docs/API-docs/v1.2", // generated mdx + sidebar.js
|
||||
sidebarOptions: { groupPathsBy: "tag" },
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user