update sidebar

This commit is contained in:
Max Peintner 2025-02-26 16:47:43 +01:00
parent 270a64fc79
commit 5d7f0b8a03

View File

@ -5,7 +5,7 @@ module.exports = {
type: "category",
label: "Get Started",
collapsed: false,
link: {type: "doc", id: "guides/start/quickstart"},
link: { type: "doc", id: "guides/start/quickstart" },
items: [
"guides/start/quickstart",
{
@ -52,11 +52,11 @@ module.exports = {
{
type: "category",
label: "Examples & SDKs",
link: {type: "doc", id: "sdk-examples/introduction"},
link: { type: "doc", id: "sdk-examples/introduction" },
items: [
{
type: "autogenerated",
dirName: "sdk-examples"
type: "autogenerated",
dirName: "sdk-examples",
},
{
type: "link",
@ -215,22 +215,22 @@ module.exports = {
{
type: "link",
href: "/docs/guides/integrate/login/login-users#zitadels-session-api",
label: "Session API"
label: "Session API",
},
{
type: "category",
label: "Hosted Login",
link: {
type: "doc",
id: "guides/integrate/login/hosted-login"
id: "guides/integrate/login/hosted-login",
},
items: [
{
type: "link",
href: "/docs/guides/integrate/login/hosted-login#hosted-login-version-2-beta",
label: "Login V2 [Beta]"
label: "Login V2 [Beta]",
},
]
],
},
{
type: "link",
@ -254,7 +254,6 @@ module.exports = {
"guides/integrate/login/oidc/device-authorization",
"guides/integrate/login/oidc/logout",
"guides/integrate/login/oidc/webkeys",
],
},
"guides/integrate/login/saml",
@ -655,7 +654,7 @@ module.exports = {
title: "User Service API",
slug: "/apis/resources/user_service_v2",
description:
"This API is intended to manage users in a ZITADEL instance.\n"
"This API is intended to manage users in a ZITADEL instance.\n",
},
items: require("./docs/apis/resources/user_service_v2/sidebar.ts"),
},
@ -667,7 +666,7 @@ module.exports = {
title: "Session Service API",
slug: "/apis/resources/session_service_v2",
description:
"This API is intended to manage sessions in a ZITADEL instance.\n"
"This API is intended to manage sessions in a ZITADEL instance.\n",
},
items: require("./docs/apis/resources/session_service_v2/sidebar.ts"),
},
@ -679,7 +678,7 @@ module.exports = {
title: "OIDC Service API",
slug: "/apis/resources/oidc_service_v2",
description:
"Get OIDC Auth Request details and create callback URLs.\n"
"Get OIDC Auth Request details and create callback URLs.\n",
},
items: require("./docs/apis/resources/oidc_service_v2/sidebar.ts"),
},
@ -691,7 +690,7 @@ module.exports = {
title: "Settings Service API",
slug: "/apis/resources/settings_service_v2",
description:
"This API is intended to manage settings in a ZITADEL instance.\n"
"This API is intended to manage settings in a ZITADEL instance.\n",
},
items: require("./docs/apis/resources/settings_service_v2/sidebar.ts"),
},
@ -703,7 +702,7 @@ module.exports = {
title: "Feature Service API",
slug: "/apis/resources/feature_service_v2",
description:
'This API is intended to manage features for ZITADEL. Feature settings that are available on multiple "levels", such as instance and organization. The higher level instance acts as a default for the lower level. When a feature is set on multiple levels, the lower level takes precedence. Features can be experimental where ZITADEL will assume a sane default, such as disabled. When over time confidence in such a feature grows, ZITADEL can default to enabling the feature. As a final step we might choose to always enable a feature and remove the setting from this API, reserving the proto field number. Such removal is not considered a breaking change. Setting a removed field will effectively result in a no-op.\n'
'This API is intended to manage features for ZITADEL. Feature settings that are available on multiple "levels", such as instance and organization. The higher level instance acts as a default for the lower level. When a feature is set on multiple levels, the lower level takes precedence. Features can be experimental where ZITADEL will assume a sane default, such as disabled. When over time confidence in such a feature grows, ZITADEL can default to enabling the feature. As a final step we might choose to always enable a feature and remove the setting from this API, reserving the proto field number. Such removal is not considered a breaking change. Setting a removed field will effectively result in a no-op.\n',
},
items: require("./docs/apis/resources/feature_service_v2/sidebar.ts"),
},
@ -715,7 +714,7 @@ module.exports = {
title: "Organization Service API",
slug: "/apis/resources/org_service/v2",
description:
'This API is intended to manage organizations for ZITADEL. \n'
"This API is intended to manage organizations for ZITADEL. \n",
},
items: require("./docs/apis/resources/org_service_v2/sidebar.ts"),
},
@ -727,7 +726,7 @@ module.exports = {
title: "Identity Provider Service API",
slug: "/apis/resources/idp_service_v2",
description:
'This API is intended to manage identity providers (IdPs) for ZITADEL.\n'
"This API is intended to manage identity providers (IdPs) for ZITADEL.\n",
},
items: require("./docs/apis/resources/idp_service_v2/sidebar.ts"),
},
@ -758,13 +757,18 @@ 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: [{
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")),
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")
),
},
{
type: "category",
@ -801,7 +805,7 @@ module.exports = {
collapsed: true,
items: [
"apis/openidoauth/endpoints",
"apis/openidoauth/authrequest",
"https://zitadel.com/oidc-playground",
"apis/openidoauth/scopes",
"apis/openidoauth/claims",
"apis/openidoauth/authn-methods",
@ -820,9 +824,7 @@ module.exports = {
type: "category",
label: "Provision Users",
collapsed: true,
items: [
'apis/scim2'
],
items: ["apis/scim2"],
},
{
type: "category",
@ -858,7 +860,7 @@ module.exports = {
{
type: "category",
label: "Benchmarks",
collapsed: false,
collapsed: false,
link: {
type: "doc",
id: "apis/benchmarks/index",
@ -870,12 +872,9 @@ module.exports = {
link: {
title: "v2.65.0",
slug: "/apis/benchmarks/v2.65.0",
description:
"Benchmark results of Zitadel v2.65.0\n"
description: "Benchmark results of Zitadel v2.65.0\n",
},
items: [
"apis/benchmarks/v2.65.0/machine_jwt_profile_grant/index",
],
items: ["apis/benchmarks/v2.65.0/machine_jwt_profile_grant/index"],
},
{
type: "category",
@ -883,12 +882,9 @@ module.exports = {
link: {
title: "v2.66.0",
slug: "/apis/benchmarks/v2.66.0",
description:
"Benchmark results of Zitadel v2.66.0\n"
description: "Benchmark results of Zitadel v2.66.0\n",
},
items: [
"apis/benchmarks/v2.66.0/machine_jwt_profile_grant/index",
],
items: ["apis/benchmarks/v2.66.0/machine_jwt_profile_grant/index"],
},
{
type: "category",
@ -896,8 +892,7 @@ module.exports = {
link: {
title: "v2.70.0",
slug: "/apis/benchmarks/v2.70.0",
description:
"Benchmark results of Zitadel v2.70.0\n"
description: "Benchmark results of Zitadel v2.70.0\n",
},
items: [
"apis/benchmarks/v2.70.0/machine_jwt_profile_grant/index",