2021-04-15 11:22:37 +00:00
|
|
|
module.exports = {
|
2022-01-11 19:48:13 +00:00
|
|
|
quickstarts: [
|
|
|
|
"quickstarts/introduction",
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Integrate ZITADEL Login in your App",
|
|
|
|
items: [
|
|
|
|
"quickstarts/login/angular",
|
|
|
|
"quickstarts/login/react",
|
|
|
|
"quickstarts/login/flutter",
|
|
|
|
"quickstarts/login/nextjs",
|
|
|
|
],
|
|
|
|
collapsed: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Secure your API",
|
|
|
|
items: ["quickstarts/secure-api/go", "quickstarts/secure-api/dot-net"],
|
|
|
|
collapsed: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Call the ZITADEL API",
|
|
|
|
items: [
|
|
|
|
"quickstarts/call-zitadel-api/go",
|
|
|
|
"quickstarts/call-zitadel-api/dot-net",
|
|
|
|
],
|
|
|
|
collapsed: false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Identity Aware Proxy",
|
|
|
|
items: ["quickstarts/identity-proxy/oauth2-proxy"],
|
|
|
|
collapsed: false,
|
|
|
|
},
|
|
|
|
],
|
|
|
|
guides: [
|
|
|
|
"guides/overview",
|
2022-06-28 11:36:59 +00:00
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Install ZITADEL",
|
|
|
|
collapsed: false,
|
|
|
|
items: [
|
|
|
|
"guides/installation/get-started/get-started",
|
|
|
|
"guides/installation/configure/configure",
|
|
|
|
"guides/installation/custom-domain",
|
|
|
|
"guides/installation/http2-support",
|
|
|
|
"guides/installation/loadbalancing-example/loadbalancing-example",
|
|
|
|
],
|
|
|
|
},
|
2022-01-11 19:48:13 +00:00
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Get to know ZITADEL",
|
|
|
|
collapsed: false,
|
|
|
|
items: [
|
|
|
|
"guides/basics/get-started",
|
2022-05-16 12:00:33 +00:00
|
|
|
"guides/basics/instance",
|
2022-01-11 19:48:13 +00:00
|
|
|
"guides/basics/organizations",
|
|
|
|
"guides/basics/projects",
|
2022-06-08 09:49:50 +00:00
|
|
|
"guides/basics/applications",
|
2022-01-11 19:48:13 +00:00
|
|
|
],
|
|
|
|
},
|
2022-01-21 14:30:20 +00:00
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Integrations",
|
|
|
|
collapsed: false,
|
|
|
|
items: [
|
|
|
|
"guides/integrations/authenticated-mongodb-charts",
|
2022-06-08 09:49:50 +00:00
|
|
|
"guides/integrations/auth0",
|
|
|
|
"guides/integrations/gitlab-self-hosted",
|
2022-01-21 14:30:20 +00:00
|
|
|
],
|
|
|
|
},
|
2022-01-11 19:48:13 +00:00
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Solution Scenarios",
|
|
|
|
collapsed: false,
|
|
|
|
items: [
|
|
|
|
"guides/solution-scenarios/introduction",
|
|
|
|
"guides/solution-scenarios/b2c",
|
|
|
|
"guides/solution-scenarios/b2b",
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Authentication",
|
|
|
|
collapsed: false,
|
|
|
|
items: [
|
|
|
|
"guides/authentication/login-users",
|
|
|
|
"guides/authentication/identity-brokering",
|
|
|
|
"guides/authentication/serviceusers",
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Authorization",
|
|
|
|
collapsed: false,
|
|
|
|
items: ["guides/authorization/oauth-recommended-flows"],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "API",
|
|
|
|
collapsed: false,
|
|
|
|
items: ["guides/api/access-zitadel-apis"],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Customization",
|
|
|
|
collapsed: false,
|
2022-05-20 14:20:31 +00:00
|
|
|
items: [
|
|
|
|
"guides/customization/branding",
|
|
|
|
"guides/customization/texts",
|
|
|
|
"guides/customization/behavior"
|
|
|
|
],
|
2022-01-11 19:48:13 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Trainings",
|
|
|
|
collapsed: true,
|
|
|
|
items: [
|
|
|
|
"guides/trainings/introduction",
|
2022-05-23 20:53:43 +00:00
|
|
|
"guides/trainings/application",
|
|
|
|
"guides/trainings/recurring"
|
2022-01-11 19:48:13 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
|
|
|
apis: [
|
|
|
|
"apis/introduction",
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "API Definition",
|
|
|
|
collapsed: false,
|
|
|
|
items: [
|
2022-01-24 14:19:47 +00:00
|
|
|
"apis/statuscodes",
|
2021-09-30 09:49:57 +00:00
|
|
|
{
|
2022-01-11 19:48:13 +00:00
|
|
|
type: "category",
|
|
|
|
label: "Proto",
|
|
|
|
collapsed: true,
|
|
|
|
items: [
|
|
|
|
"apis/proto/auth",
|
|
|
|
"apis/proto/management",
|
|
|
|
"apis/proto/admin",
|
2022-05-16 12:00:33 +00:00
|
|
|
"apis/proto/system",
|
|
|
|
"apis/proto/instance",
|
2022-01-11 19:48:13 +00:00
|
|
|
"apis/proto/org",
|
|
|
|
"apis/proto/user",
|
|
|
|
"apis/proto/app",
|
|
|
|
"apis/proto/policy",
|
|
|
|
"apis/proto/auth_n_key",
|
|
|
|
"apis/proto/change",
|
|
|
|
"apis/proto/idp",
|
|
|
|
"apis/proto/member",
|
|
|
|
"apis/proto/metadata",
|
|
|
|
"apis/proto/message",
|
|
|
|
"apis/proto/text",
|
2022-05-16 12:00:33 +00:00
|
|
|
"apis/proto/action",
|
2022-01-11 19:48:13 +00:00
|
|
|
"apis/proto/object",
|
|
|
|
"apis/proto/options",
|
|
|
|
],
|
2021-09-30 09:49:57 +00:00
|
|
|
},
|
|
|
|
{
|
2022-01-11 19:48:13 +00:00
|
|
|
type: "category",
|
|
|
|
label: "Assets API",
|
|
|
|
collapsed: true,
|
|
|
|
items: ["apis/assets/assets"],
|
2021-09-30 09:49:57 +00:00
|
|
|
},
|
2022-05-20 14:20:31 +00:00
|
|
|
"apis/actions"
|
2022-01-11 19:48:13 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "OpenID Connect & OAuth",
|
|
|
|
collapsed: false,
|
|
|
|
items: [
|
|
|
|
"apis/openidoauth/endpoints",
|
|
|
|
"apis/openidoauth/scopes",
|
|
|
|
"apis/openidoauth/claims",
|
|
|
|
"apis/openidoauth/authn-methods",
|
|
|
|
"apis/openidoauth/grant-types",
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Rate Limits",
|
|
|
|
collapsed: false,
|
|
|
|
items: [
|
|
|
|
"legal/rate-limit-policy",
|
|
|
|
"apis/ratelimits/accounts",
|
|
|
|
"apis/ratelimits/api",
|
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
|
|
|
concepts: [
|
|
|
|
"concepts/introduction",
|
|
|
|
"concepts/principles",
|
|
|
|
"concepts/eventstore",
|
|
|
|
"concepts/architecture",
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Structure",
|
2022-05-20 14:20:31 +00:00
|
|
|
collapsed: false,
|
2022-01-11 19:48:13 +00:00
|
|
|
items: [
|
|
|
|
"concepts/structure/overview",
|
2022-05-16 12:00:33 +00:00
|
|
|
"concepts/structure/instance",
|
2022-01-11 19:48:13 +00:00
|
|
|
"concepts/structure/organizations",
|
|
|
|
"concepts/structure/policies",
|
|
|
|
"concepts/structure/projects",
|
|
|
|
"concepts/structure/applications",
|
|
|
|
"concepts/structure/granted_projects",
|
|
|
|
"concepts/structure/users",
|
|
|
|
"concepts/structure/managers",
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Use Cases",
|
|
|
|
collapsed: false,
|
|
|
|
items: ["concepts/usecases/saas"],
|
|
|
|
},
|
2022-05-20 14:20:31 +00:00
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Features",
|
|
|
|
collapsed: false,
|
|
|
|
items: ["concepts/features/actions"],
|
|
|
|
},
|
2022-01-11 19:48:13 +00:00
|
|
|
],
|
|
|
|
manuals: [
|
|
|
|
"manuals/introduction",
|
2022-06-02 12:05:45 +00:00
|
|
|
"manuals/user-profile",
|
|
|
|
"manuals/user-login",
|
2022-01-11 19:48:13 +00:00
|
|
|
{
|
|
|
|
type: "category",
|
2022-06-02 12:05:45 +00:00
|
|
|
label: "Customer Portal",
|
|
|
|
collapsed: true,
|
2022-01-11 19:48:13 +00:00
|
|
|
items: [
|
2022-06-02 12:05:45 +00:00
|
|
|
"manuals/customerportal/overview",
|
|
|
|
"manuals/customerportal/start",
|
|
|
|
"manuals/customerportal/instances",
|
|
|
|
"manuals/customerportal/billing",
|
|
|
|
"manuals/customerportal/users",
|
|
|
|
"manuals/customerportal/support",
|
2022-01-11 19:48:13 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
"manuals/troubleshooting",
|
|
|
|
],
|
|
|
|
legal: [
|
|
|
|
"legal/introduction",
|
|
|
|
"legal/terms-of-service",
|
|
|
|
"legal/data-processing-agreement",
|
|
|
|
{
|
|
|
|
type: "category",
|
2022-06-15 06:30:58 +00:00
|
|
|
label: "Service Description",
|
2022-01-11 19:48:13 +00:00
|
|
|
collapsed: false,
|
2022-06-15 06:30:58 +00:00
|
|
|
items: ["legal/cloud-service-description", "legal/service-level-description", "legal/support-services"],
|
2022-01-11 19:48:13 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "category",
|
2022-06-15 06:30:58 +00:00
|
|
|
label: "Additional terms",
|
|
|
|
collapsed: true,
|
2022-01-11 19:48:13 +00:00
|
|
|
items: [
|
2022-06-15 06:30:58 +00:00
|
|
|
"legal/terms-support-service",
|
2022-01-11 19:48:13 +00:00
|
|
|
"legal/terms-of-service-dedicated",
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Policies",
|
|
|
|
collapsed: false,
|
|
|
|
items: [
|
|
|
|
"legal/privacy-policy",
|
|
|
|
"legal/acceptable-use-policy",
|
|
|
|
"legal/rate-limit-policy",
|
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
2021-04-22 16:43:34 +00:00
|
|
|
};
|