mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 00:39:36 +00:00
docs: fix sidebars formatting issues (trailingComma, array newlines)
This commit is contained in:
parent
b642d20af7
commit
5b23416a8c
@ -169,7 +169,7 @@ module.exports = {
|
||||
"guides/manage/customize/user-schema",
|
||||
],
|
||||
},
|
||||
"guides/manage/terraform-provider"
|
||||
"guides/manage/terraform-provider",
|
||||
],
|
||||
},
|
||||
{
|
||||
@ -286,7 +286,7 @@ module.exports = {
|
||||
label: "Service Users",
|
||||
link: {
|
||||
type: "doc",
|
||||
id: "guides/integrate/service-users/authenticate-service-users"
|
||||
id: "guides/integrate/service-users/authenticate-service-users",
|
||||
},
|
||||
collapsed: true,
|
||||
items: [
|
||||
@ -329,7 +329,10 @@ module.exports = {
|
||||
{
|
||||
type: "category",
|
||||
label: "Login users with SSO",
|
||||
link: { type: "doc", id: "guides/integrate/identity-providers/introduction" },
|
||||
link: {
|
||||
type: "doc",
|
||||
id: "guides/integrate/identity-providers/introduction",
|
||||
},
|
||||
collapsed: true,
|
||||
items: [
|
||||
"guides/integrate/identity-providers/google",
|
||||
@ -355,7 +358,7 @@ module.exports = {
|
||||
label: "ZITADEL APIs",
|
||||
link: {
|
||||
type: "doc",
|
||||
id: "guides/integrate/zitadel-apis/access-zitadel-apis"
|
||||
id: "guides/integrate/zitadel-apis/access-zitadel-apis",
|
||||
},
|
||||
collapsed: true,
|
||||
items: [
|
||||
@ -484,9 +487,8 @@ module.exports = {
|
||||
{
|
||||
type: "autogenerated",
|
||||
dirName: "concepts/structure",
|
||||
}
|
||||
]
|
||||
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
@ -496,9 +498,8 @@ module.exports = {
|
||||
{
|
||||
type: "autogenerated",
|
||||
dirName: "concepts/features",
|
||||
}
|
||||
]
|
||||
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "autogenerated",
|
||||
@ -813,10 +814,7 @@ module.exports = {
|
||||
type: "category",
|
||||
label: "Actions V2",
|
||||
collapsed: false,
|
||||
items: [
|
||||
"apis/actionsv2/introduction",
|
||||
"apis/actionsv2/execution-local",
|
||||
],
|
||||
items: ["apis/actionsv2/introduction", "apis/actionsv2/execution-local"],
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
@ -889,11 +887,9 @@ module.exports = {
|
||||
collapsed: false,
|
||||
link: {
|
||||
type: "doc",
|
||||
id: "self-hosting/manage/cli/overview"
|
||||
id: "self-hosting/manage/cli/overview",
|
||||
},
|
||||
items: [
|
||||
"self-hosting/manage/cli/mirror"
|
||||
],
|
||||
items: ["self-hosting/manage/cli/mirror"],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user