mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-04 23:45:07 +00:00
docs: change actions sidebar
This commit is contained in:
parent
f9c372860c
commit
97db09b14b
@ -562,7 +562,13 @@ module.exports = {
|
||||
"\n" +
|
||||
"This project is in Preview state. It can AND will continue breaking until the services provide the same functionality as the current actions.",
|
||||
},
|
||||
items: require("./docs/apis/resources/action_service_v3/sidebar.ts"),
|
||||
items: [{
|
||||
type: "doc",
|
||||
id: "apis/actions/v3/usage",
|
||||
}, {
|
||||
type: "doc",
|
||||
id: "apis/actions/v3/testing-locally",
|
||||
}].concat(require("./docs/apis/resources/action_service_v3/sidebar.ts")),
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user