Skip to content

Commit

Permalink
fix(docs): scripts should be shown alphabetically (#6222)
Browse files Browse the repository at this point in the history
Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com>
  • Loading branch information
ossdhaval committed Oct 11, 2023
1 parent 8ed40e9 commit f60010c
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,30 +288,30 @@ nav:
- Custom client logs: admin/developer/customization/custom-client-logs.md
- Interception Scripts:
- admin/developer/scripts/README.md
- Script Debugging: admin/developer/scripts/interception-scripts-debug.md
- Person Authentication: admin/developer/scripts/person-authentication.md
- Consent Gathering: admin/developer/scripts/consent-gathering.md
- Post Authentication: admin/developer/scripts/post-authentication.md
- Select Account: admin/developer/scripts/select-account.md
- Resource Owner Password Credentials: admin/developer/scripts/ropc.md
- Application Session: admin/developer/scripts/application-session.md
- Authorization Challenge: admin/developer/scripts/authorization-challenge.md
- CIBA End User Notification: admin/developer/scripts/ciba.md
- OpenID Configuration: admin/developer/scripts/discovery.md
- Client Registration: admin/developer/scripts/client-registration.md
- Config API: admin/developer/scripts/config-api.md
- Consent Gathering: admin/developer/scripts/consent-gathering.md
- Dynamic Scope: admin/developer/scripts/dynamic-scope.md
- Spontaneous Scope: admin/developer/scripts/spontaneous-scope.md
- Application Session: admin/developer/scripts/application-session.md
- End Session: admin/developer/scripts/end-session.md
- Client Registration: admin/developer/scripts/client-registration.md
- ID Generator: admin/developer/scripts/id-generator.md
- Introspection: admin/developer/scripts/introspection.md
- Update Token: admin/developer/scripts/update-token.md
- OpenID Configuration: admin/developer/scripts/discovery.md
- Persistence: admin/developer/scripts/persistence.md
- Person Authentication: admin/developer/scripts/person-authentication.md
- Post Authentication: admin/developer/scripts/post-authentication.md
- Resource Owner Password Credentials: admin/developer/scripts/ropc.md
- Revoke Token: admin/developer/scripts/revoke-token.md
- ID Generator: admin/developer/scripts/id-generator.md
- UMA RPT Policies: admin/developer/scripts/uma-rpt.md
- UMA Claims Gathering (Web Flow): admin/developer/scripts/uma-claims-web.md
- UMA Claims (JWT Transformation): admin/developer/scripts/uma-claims-jwt.md
- SCIM: admin/developer/scripts/scim.md
- Persistence: admin/developer/scripts/persistence.md
- Config API: admin/developer/scripts/config-api.md
- Authorization Challenge: admin/developer/scripts/authorization-challenge.md
- Script Debugging: admin/developer/scripts/interception-scripts-debug.md
- Select Account: admin/developer/scripts/select-account.md
- Spontaneous Scope: admin/developer/scripts/spontaneous-scope.md
- UMA Claims (JWT Transformation): admin/developer/scripts/uma-claims-jwt.md
- UMA Claims Gathering (Web Flow): admin/developer/scripts/uma-claims-web.md
- UMA RPT Policies: admin/developer/scripts/uma-rpt.md
- Update Token: admin/developer/scripts/update-token.md
- Reference Guide:
- admin/reference/README.md
- Javadocs / OpenAPI:
Expand Down

0 comments on commit f60010c

Please sign in to comment.