mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 19:07:30 +00:00
docs: access zitadel apis (#1627)
* doc: access zitadel apis * doc: access zitadel apis * doc: swagger
This commit is contained in:
@@ -6,6 +6,11 @@ module.exports = {
|
||||
label: 'User',
|
||||
items: ['manuals/user'],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Administrator',
|
||||
items: ['manuals/admin-managers'],
|
||||
},
|
||||
],
|
||||
quickstarts: [
|
||||
'quickstarts/introduction',
|
||||
@@ -25,7 +30,7 @@ module.exports = {
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Get to know ZITADEL',
|
||||
items: ['guides/get-started', 'guides/organizations', 'guides/projects', 'guides/serviceusers', 'guides/oauth-recommended-flows', 'guides/identity-brokering'],
|
||||
items: ['guides/get-started', 'guides/organizations', 'guides/projects', 'guides/oauth-recommended-flows', 'guides/serviceusers', 'guides/access-zitadel-apis', 'guides/identity-brokering'],
|
||||
},
|
||||
],
|
||||
apis: [
|
||||
|
Reference in New Issue
Block a user