2021-04-15 11:22:37 +00:00
|
|
|
module.exports = {
|
|
|
|
manuals: [
|
|
|
|
'manuals/introduction',
|
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'User',
|
|
|
|
items: ['manuals/user'],
|
|
|
|
},
|
2021-04-20 19:37:30 +00:00
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Administrator',
|
|
|
|
items: ['manuals/admin-managers'],
|
|
|
|
},
|
2021-04-15 11:22:37 +00:00
|
|
|
],
|
|
|
|
quickstarts: [
|
|
|
|
'quickstarts/introduction',
|
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Single Page Applications',
|
|
|
|
items: ['quickstarts/angular'],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Identity Aware Proxy',
|
|
|
|
items: ['quickstarts/oauth2-proxy'],
|
|
|
|
}
|
|
|
|
],
|
|
|
|
guides: [
|
|
|
|
'guides/introduction',
|
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Get to know ZITADEL',
|
2021-04-20 19:37:30 +00:00
|
|
|
items: ['guides/get-started', 'guides/organizations', 'guides/projects', 'guides/oauth-recommended-flows', 'guides/serviceusers', 'guides/access-zitadel-apis', 'guides/identity-brokering'],
|
2021-04-15 11:22:37 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
apis: [
|
|
|
|
'apis/introduction',
|
|
|
|
'apis/domains',
|
2021-04-15 16:21:46 +00:00
|
|
|
'apis/apis',
|
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Proto API Definition',
|
|
|
|
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',
|
|
|
|
'apis/proto/message',
|
|
|
|
'apis/proto/object',
|
|
|
|
'apis/proto/options',
|
|
|
|
],
|
|
|
|
},
|
2021-04-15 11:22:37 +00:00
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'OpenID Connect & OAuth',
|
|
|
|
items: ['apis/openidoauth/endpoints', 'apis/openidoauth/scopes', 'apis/openidoauth/claims', 'apis/openidoauth/authn-methods', 'apis/openidoauth/grant-types'],
|
|
|
|
},
|
|
|
|
],
|
|
|
|
concepts: [
|
|
|
|
'concepts/introduction',
|
|
|
|
'concepts/architecture',
|
|
|
|
'concepts/principles',
|
|
|
|
]
|
|
|
|
};
|