mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 03:24:26 +00:00
docs: expand sidebar (#2706)
This commit is contained in:
parent
004f14d1fe
commit
aa3eb274b7
@ -133,7 +133,7 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'API Definition',
|
label: 'API Definition',
|
||||||
collapsed: true,
|
collapsed: false,
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
@ -171,7 +171,7 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'OpenID Connect & OAuth',
|
label: 'OpenID Connect & OAuth',
|
||||||
collapsed: true,
|
collapsed: false,
|
||||||
items: [
|
items: [
|
||||||
'apis/openidoauth/endpoints',
|
'apis/openidoauth/endpoints',
|
||||||
'apis/openidoauth/scopes',
|
'apis/openidoauth/scopes',
|
||||||
@ -183,7 +183,7 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'Rate Limits',
|
label: 'Rate Limits',
|
||||||
collapsed: true,
|
collapsed: false,
|
||||||
items: [
|
items: [
|
||||||
'legal/rate-limit-policy',
|
'legal/rate-limit-policy',
|
||||||
'apis/ratelimits/accounts',
|
'apis/ratelimits/accounts',
|
||||||
@ -196,7 +196,7 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'ZITADEL',
|
label: 'ZITADEL',
|
||||||
collapsed: true,
|
collapsed: false,
|
||||||
items: [
|
items: [
|
||||||
'concepts/zitadel/architecture',
|
'concepts/zitadel/architecture',
|
||||||
{
|
{
|
||||||
@ -218,7 +218,7 @@ module.exports = {
|
|||||||
}, {
|
}, {
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'General',
|
label: 'General',
|
||||||
collapsed: true,
|
collapsed: false,
|
||||||
items: [
|
items: [
|
||||||
'concepts/general/principles',
|
'concepts/general/principles',
|
||||||
'concepts/general/eventstore',
|
'concepts/general/eventstore',
|
||||||
@ -227,7 +227,7 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'Use Cases',
|
label: 'Use Cases',
|
||||||
collapsed: true,
|
collapsed: false,
|
||||||
items: [
|
items: [
|
||||||
'concepts/usecases/saas'
|
'concepts/usecases/saas'
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user