2021-04-15 11:22:37 +00:00
|
|
|
module.exports = {
|
|
|
|
manuals: [
|
|
|
|
'manuals/introduction',
|
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'User',
|
2021-07-28 09:24:22 +00:00
|
|
|
items: ['manuals/user-register', 'manuals/user-login', 'manuals/user-password', 'manuals/user-factors', 'manuals/user-email', 'manuals/user-phone', 'manuals/user-social-login',],
|
2021-04-21 19:46:13 +00:00
|
|
|
collapsed: false,
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
2021-04-20 19:37:30 +00:00
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Administrator',
|
2021-06-17 07:03:06 +00:00
|
|
|
items: ['manuals/admin-managers', 'manuals/admin-policies'],
|
2021-04-21 19:46:13 +00:00
|
|
|
collapsed: false,
|
2021-04-20 19:37:30 +00:00
|
|
|
},
|
2021-04-15 11:22:37 +00:00
|
|
|
],
|
|
|
|
quickstarts: [
|
|
|
|
'quickstarts/introduction',
|
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Single Page Applications',
|
2021-05-03 07:52:57 +00:00
|
|
|
items: ['quickstarts/angular', 'quickstarts/react'],
|
2021-04-21 19:46:13 +00:00
|
|
|
collapsed: false,
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
2021-04-22 14:58:33 +00:00
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Backends',
|
2021-04-27 13:10:13 +00:00
|
|
|
items: ['quickstarts/go', 'quickstarts/dot-net'],
|
|
|
|
collapsed: false,
|
2021-04-22 14:58:33 +00:00
|
|
|
},
|
2021-05-07 13:50:32 +00:00
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Frameworks',
|
2021-07-28 09:24:22 +00:00
|
|
|
items: ['quickstarts/flutter', 'quickstarts/nextjs'],
|
2021-05-07 13:50:32 +00:00
|
|
|
collapsed: false,
|
|
|
|
},
|
2021-04-15 11:22:37 +00:00
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Identity Aware Proxy',
|
|
|
|
items: ['quickstarts/oauth2-proxy'],
|
2021-04-21 19:46:13 +00:00
|
|
|
collapsed: false,
|
2021-04-15 11:22:37 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
guides: [
|
|
|
|
'guides/introduction',
|
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Get to know ZITADEL',
|
2021-04-21 19:46:13 +00:00
|
|
|
collapsed: false,
|
2021-04-22 16:43:34 +00:00
|
|
|
items: [
|
2021-07-28 09:24:22 +00:00
|
|
|
'guides/usage/get-started',
|
|
|
|
'guides/usage/organizations',
|
|
|
|
'guides/usage/projects',
|
|
|
|
'guides/usage/oauth-recommended-flows',
|
|
|
|
'guides/usage/serviceusers',
|
|
|
|
'guides/usage/access-zitadel-apis',
|
|
|
|
'guides/usage/identity-brokering',
|
2021-04-22 16:43:34 +00:00
|
|
|
],
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
2021-07-28 09:24:22 +00:00
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Installation',
|
|
|
|
collapsed: false,
|
|
|
|
items: [
|
|
|
|
{
|
2021-04-22 16:43:34 +00:00
|
|
|
type: 'category',
|
2021-07-28 09:24:22 +00:00
|
|
|
label: 'CAOS Managed',
|
|
|
|
collapsed: true,
|
2021-04-22 16:43:34 +00:00
|
|
|
items: [
|
2021-07-28 09:24:22 +00:00
|
|
|
'guides/installation/shared-cloud',
|
|
|
|
'guides/installation/managed-dedicated-instance'
|
2021-04-22 16:43:34 +00:00
|
|
|
],
|
2021-07-28 09:24:22 +00:00
|
|
|
},
|
2021-08-20 11:50:45 +00:00
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'CAOS Service Packages',
|
|
|
|
collapsed: true,
|
|
|
|
items: [
|
|
|
|
'guides/installation/setup',
|
|
|
|
'guides/installation/setup-orbos',
|
|
|
|
'guides/installation/checkup'
|
|
|
|
],
|
|
|
|
},
|
2021-07-28 09:24:22 +00:00
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Self Managed',
|
|
|
|
collapsed: true,
|
|
|
|
items: [
|
|
|
|
'guides/installation/crd',
|
|
|
|
'guides/installation/gitops',
|
|
|
|
'guides/installation/orbos'
|
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
|
|
|
}
|
2021-04-15 11:22:37 +00:00
|
|
|
],
|
|
|
|
apis: [
|
|
|
|
'apis/introduction',
|
|
|
|
'apis/domains',
|
2021-06-15 09:18:41 +00:00
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Rate Limits',
|
|
|
|
collapsed: true,
|
|
|
|
items: [
|
|
|
|
'legal/rate-limit-policy',
|
|
|
|
'apis/ratelimits/accounts',
|
|
|
|
'apis/ratelimits/api',
|
|
|
|
],
|
|
|
|
},
|
2021-04-15 16:21:46 +00:00
|
|
|
'apis/apis',
|
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Proto API Definition',
|
2021-06-15 09:18:41 +00:00
|
|
|
collapsed: true,
|
2021-04-15 16:21:46 +00:00
|
|
|
items: [
|
|
|
|
'apis/proto/auth',
|
|
|
|
'apis/proto/management',
|
|
|
|
'apis/proto/admin',
|
|
|
|
'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',
|
2021-08-12 14:37:47 +00:00
|
|
|
'apis/proto/metadata',
|
2021-04-15 16:21:46 +00:00
|
|
|
'apis/proto/message',
|
2021-08-12 14:37:47 +00:00
|
|
|
'apis/proto/text',
|
2021-04-15 16:21:46 +00:00
|
|
|
'apis/proto/object',
|
|
|
|
'apis/proto/options',
|
|
|
|
],
|
|
|
|
},
|
2021-06-08 07:48:44 +00:00
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Assets API Definition',
|
|
|
|
collapsed: false,
|
|
|
|
items: [
|
|
|
|
'apis/assets/assets',
|
|
|
|
],
|
|
|
|
},
|
2021-04-15 11:22:37 +00:00
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'OpenID Connect & OAuth',
|
2021-06-15 09:18:41 +00:00
|
|
|
collapsed: true,
|
2021-04-22 16:43:34 +00:00
|
|
|
items: [
|
2021-07-28 09:24:22 +00:00
|
|
|
'apis/openidoauth/endpoints',
|
|
|
|
'apis/openidoauth/scopes',
|
|
|
|
'apis/openidoauth/claims',
|
|
|
|
'apis/openidoauth/authn-methods',
|
|
|
|
'apis/openidoauth/grant-types'
|
2021-04-22 16:43:34 +00:00
|
|
|
],
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
concepts: [
|
|
|
|
'concepts/introduction',
|
|
|
|
'concepts/architecture',
|
|
|
|
'concepts/principles',
|
2021-07-07 13:22:08 +00:00
|
|
|
'concepts/eventstore',
|
2021-06-15 09:18:41 +00:00
|
|
|
],
|
|
|
|
legal: [
|
|
|
|
'legal/introduction',
|
|
|
|
'legal/terms-of-service',
|
|
|
|
'legal/data-processing-agreement',
|
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Service Descriptions',
|
|
|
|
collapsed: false,
|
|
|
|
items: [
|
|
|
|
'legal/service-level-description',
|
|
|
|
'legal/support-services',
|
|
|
|
],
|
|
|
|
},
|
2021-07-21 07:09:36 +00:00
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Dedicated Instance',
|
|
|
|
collapsed: false,
|
|
|
|
items: [
|
|
|
|
'legal/terms-of-service-dedicated',
|
|
|
|
'legal/dedicated-instance-annex',
|
|
|
|
],
|
|
|
|
},
|
2021-06-15 09:18:41 +00:00
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Policies',
|
|
|
|
collapsed: false,
|
|
|
|
items: [
|
|
|
|
'legal/privacy-policy',
|
2021-07-28 09:24:22 +00:00
|
|
|
'legal/acceptable-use-policy',
|
2021-06-15 09:18:41 +00:00
|
|
|
'legal/rate-limit-policy'
|
|
|
|
],
|
|
|
|
}
|
|
|
|
],
|
2021-04-22 16:43:34 +00:00
|
|
|
};
|