-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
d3: regenerate vNext API docs (#4801)
* d3: regenerate camunda api docs, vNext * d3: regenerate operate api docs, vNext * d3: regenerate tasklist api docs, vNext * d3: regenerate admin sm api docs, vNext * fix: update badge removal regex and regen vNext API docs to scrub the duplicate badges
- Loading branch information
1 parent
6847a7b
commit 237c326
Showing
136 changed files
with
39,600 additions
and
5,954 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
170 changes: 142 additions & 28 deletions
170
docs/apis-tools/administration-sm-api/specifications/get-clusters.api.mdx
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 0 additions & 30 deletions
30
docs/apis-tools/administration-sm-api/specifications/sidebar.js
This file was deleted.
Oops, something went wrong.
36 changes: 36 additions & 0 deletions
36
docs/apis-tools/administration-sm-api/specifications/sidebar.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
import type { SidebarsConfig } from "@docusaurus/plugin-content-docs"; | ||
|
||
const sidebar: SidebarsConfig = { | ||
apisidebar: [ | ||
{ | ||
type: "doc", | ||
id: "apis-tools/administration-sm-api/specifications/administration-api-self-managed", | ||
}, | ||
{ | ||
type: "category", | ||
label: "Usage Metrics", | ||
items: [ | ||
{ | ||
type: "doc", | ||
id: "apis-tools/administration-sm-api/specifications/get-usage-metrics", | ||
label: "Get usage metrics for clusters", | ||
className: "api-method get", | ||
}, | ||
], | ||
}, | ||
{ | ||
type: "category", | ||
label: "Clusters", | ||
items: [ | ||
{ | ||
type: "doc", | ||
id: "apis-tools/administration-sm-api/specifications/get-clusters", | ||
label: "Get current clusters", | ||
className: "api-method get", | ||
}, | ||
], | ||
}, | ||
], | ||
}; | ||
|
||
export default sidebar.apisidebar; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.