Skip to content

Commit 715196d

Browse files
Sidebars: add 9 (!!) additional OAuth 2 guides that were missing
1 parent f47160b commit 715196d

File tree

4 files changed

+246
-22
lines changed

4 files changed

+246
-22
lines changed

sidebarsDocs.js

Lines changed: 58 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -450,9 +450,16 @@ const sidebars = {
450450
link: {type: 'doc', id: 'manage-rabbitmq'},
451451
items: [
452452
{
453-
type: 'doc',
454-
id: 'cli',
453+
type: 'category',
455454
label: 'CLI',
455+
link: {type: 'doc', id: 'cli'},
456+
items: [
457+
{
458+
type: 'doc',
459+
id: 'management-cli',
460+
label: 'rabbitmqadmin v2',
461+
},
462+
],
456463
},
457464
{
458465
type: 'doc',
@@ -490,9 +497,56 @@ const sidebars = {
490497
link: {type: 'doc', id: 'oauth2'},
491498
items: [
492499
{
493-
type: 'doc',
494-
id: 'oauth2-examples/index',
500+
type: 'category',
495501
label: 'OAuth 2 Examples',
502+
link: {type: 'doc', id: 'oauth2-examples/index'},
503+
items: [
504+
{
505+
type: 'doc',
506+
id: 'oauth2-examples-auth0',
507+
label: 'Auth0',
508+
},
509+
{
510+
type: 'doc',
511+
id: 'oauth2-examples-entra-id/index',
512+
label: 'Microsoft Entra ID',
513+
},
514+
{
515+
type: 'doc',
516+
id: 'oauth2-examples-google',
517+
label: 'Google',
518+
},
519+
{
520+
type: 'doc',
521+
id: 'oauth2-examples-keycloak',
522+
label: 'Keycloak',
523+
},
524+
{
525+
type: 'doc',
526+
id: 'oauth2-examples-okta',
527+
label: 'Okta',
528+
},
529+
{
530+
type: 'doc',
531+
id: 'oauth2-examples-multiresource',
532+
label: 'Multiple OAuth 2.0 Servers',
533+
},
534+
{
535+
type: 'doc',
536+
id: 'oauth2-examples-forward-proxy',
537+
label: 'Forward Proxy with Keycloak',
538+
},
539+
{
540+
type: 'doc',
541+
id: 'oauth2-examples-proxy',
542+
label: 'OAuth2 Proxy with Keycloak',
543+
},
544+
{
545+
type: 'doc',
546+
id: 'oauth2-examples-idp-initiated',
547+
label: 'Identity Provider Initiated Logon',
548+
},
549+
],
496550
},
497551
{
498552
type: 'doc',

versioned_sidebars/version-3.13-sidebars.json

Lines changed: 61 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -436,9 +436,19 @@
436436
},
437437
"items": [
438438
{
439-
"type": "doc",
440-
"id": "cli",
441-
"label": "CLI"
439+
"type": "category",
440+
"label": "CLI",
441+
"link": {
442+
"type": "doc",
443+
"id": "cli"
444+
},
445+
"items": [
446+
{
447+
"type": "doc",
448+
"id": "management-cli",
449+
"label": "rabbitmqadmin v2"
450+
}
451+
]
442452
},
443453
{
444454
"type": "doc",
@@ -482,9 +492,54 @@
482492
},
483493
"items": [
484494
{
485-
"type": "doc",
486-
"id": "oauth2-examples/index",
487-
"label": "OAuth 2 Examples"
495+
"type": "category",
496+
"label": "OAuth 2 Examples",
497+
"link": {
498+
"type": "doc",
499+
"id": "oauth2-examples/index"
500+
},
501+
"items": [
502+
{
503+
"type": "doc",
504+
"id": "oauth2-examples-auth0",
505+
"label": "Auth0"
506+
},
507+
{
508+
"type": "doc",
509+
"id": "oauth2-examples-entra-id/index",
510+
"label": "Microsoft Entra ID"
511+
},
512+
{
513+
"type": "doc",
514+
"id": "oauth2-examples-google",
515+
"label": "Google"
516+
},
517+
{
518+
"type": "doc",
519+
"id": "oauth2-examples-keycloak",
520+
"label": "Keycloak"
521+
},
522+
{
523+
"type": "doc",
524+
"id": "oauth2-examples-okta",
525+
"label": "Okta"
526+
},
527+
{
528+
"type": "doc",
529+
"id": "oauth2-examples-multiresource",
530+
"label": "Multiple OAuth 2.0 Servers"
531+
},
532+
{
533+
"type": "doc",
534+
"id": "oauth2-examples-proxy",
535+
"label": "OAuth2 Proxy with Keycloak"
536+
},
537+
{
538+
"type": "doc",
539+
"id": "oauth2-examples-idp-initiated",
540+
"label": "Identity Provider Initiated Logon"
541+
}
542+
]
488543
},
489544
{
490545
"type": "doc",

versioned_sidebars/version-4.0-sidebars.json

Lines changed: 61 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -456,9 +456,19 @@
456456
},
457457
"items": [
458458
{
459-
"type": "doc",
460-
"id": "cli",
461-
"label": "CLI"
459+
"type": "category",
460+
"label": "CLI",
461+
"link": {
462+
"type": "doc",
463+
"id": "cli"
464+
},
465+
"items": [
466+
{
467+
"type": "doc",
468+
"id": "management-cli",
469+
"label": "rabbitmqadmin v2"
470+
}
471+
]
462472
},
463473
{
464474
"type": "doc",
@@ -502,9 +512,54 @@
502512
},
503513
"items": [
504514
{
505-
"type": "doc",
506-
"id": "oauth2-examples/index",
507-
"label": "OAuth 2 Examples"
515+
"type": "category",
516+
"label": "OAuth 2 Examples",
517+
"link": {
518+
"type": "doc",
519+
"id": "oauth2-examples/index"
520+
},
521+
"items": [
522+
{
523+
"type": "doc",
524+
"id": "oauth2-examples-auth0",
525+
"label": "Auth0"
526+
},
527+
{
528+
"type": "doc",
529+
"id": "oauth2-examples-entra-id/index",
530+
"label": "Microsoft Entra ID"
531+
},
532+
{
533+
"type": "doc",
534+
"id": "oauth2-examples-google",
535+
"label": "Google"
536+
},
537+
{
538+
"type": "doc",
539+
"id": "oauth2-examples-keycloak",
540+
"label": "Keycloak"
541+
},
542+
{
543+
"type": "doc",
544+
"id": "oauth2-examples-okta",
545+
"label": "Okta"
546+
},
547+
{
548+
"type": "doc",
549+
"id": "oauth2-examples-multiresource",
550+
"label": "Multiple OAuth 2.0 Servers"
551+
},
552+
{
553+
"type": "doc",
554+
"id": "oauth2-examples-proxy",
555+
"label": "OAuth2 Proxy with Keycloak"
556+
},
557+
{
558+
"type": "doc",
559+
"id": "oauth2-examples-idp-initiated",
560+
"label": "Identity Provider Initiated Logon"
561+
}
562+
]
508563
},
509564
{
510565
"type": "doc",

versioned_sidebars/version-4.1-sidebars.json

Lines changed: 66 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -461,9 +461,19 @@
461461
},
462462
"items": [
463463
{
464-
"type": "doc",
465-
"id": "cli",
466-
"label": "CLI"
464+
"type": "category",
465+
"label": "CLI",
466+
"link": {
467+
"type": "doc",
468+
"id": "cli"
469+
},
470+
"items": [
471+
{
472+
"type": "doc",
473+
"id": "management-cli",
474+
"label": "rabbitmqadmin v2"
475+
}
476+
]
467477
},
468478
{
469479
"type": "doc",
@@ -507,9 +517,59 @@
507517
},
508518
"items": [
509519
{
510-
"type": "doc",
511-
"id": "oauth2-examples/index",
512-
"label": "OAuth 2 Examples"
520+
"type": "category",
521+
"label": "OAuth 2 Examples",
522+
"link": {
523+
"type": "doc",
524+
"id": "oauth2-examples/index"
525+
},
526+
"items": [
527+
{
528+
"type": "doc",
529+
"id": "oauth2-examples-auth0",
530+
"label": "Auth0"
531+
},
532+
{
533+
"type": "doc",
534+
"id": "oauth2-examples-entra-id/index",
535+
"label": "Microsoft Entra ID"
536+
},
537+
{
538+
"type": "doc",
539+
"id": "oauth2-examples-google",
540+
"label": "Google"
541+
},
542+
{
543+
"type": "doc",
544+
"id": "oauth2-examples-keycloak",
545+
"label": "Keycloak"
546+
},
547+
{
548+
"type": "doc",
549+
"id": "oauth2-examples-okta",
550+
"label": "Okta"
551+
},
552+
{
553+
"type": "doc",
554+
"id": "oauth2-examples-multiresource",
555+
"label": "Multiple OAuth 2.0 Servers"
556+
},
557+
{
558+
"type": "doc",
559+
"id": "oauth2-examples-forward-proxy",
560+
"label": "Forward Proxy with Keycloak"
561+
},
562+
{
563+
"type": "doc",
564+
"id": "oauth2-examples-proxy",
565+
"label": "OAuth2 Proxy with Keycloak"
566+
},
567+
{
568+
"type": "doc",
569+
"id": "oauth2-examples-idp-initiated",
570+
"label": "Identity Provider Initiated Logon"
571+
}
572+
]
513573
},
514574
{
515575
"type": "doc",

0 commit comments

Comments
 (0)