website: bump the docusaurus group in /website with 3 updates (#7400)

* website: bump the docusaurus group in /website with 3 updates

Bumps the docusaurus group in /website with 3 updates: [@docusaurus/plugin-client-redirects](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-client-redirects), [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) and [@docusaurus/theme-mermaid](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-mermaid).


Updates `@docusaurus/plugin-client-redirects` from 2.4.3 to 3.0.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.0.0/packages/docusaurus-plugin-client-redirects)

Updates `@docusaurus/preset-classic` from 2.4.3 to 3.0.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.0.0/packages/docusaurus-preset-classic)

Updates `@docusaurus/theme-mermaid` from 2.4.3 to 3.0.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.0.0/packages/docusaurus-theme-mermaid)

---
updated-dependencies:
- dependency-name: "@docusaurus/plugin-client-redirects"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: docusaurus
- dependency-name: "@docusaurus/preset-classic"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: docusaurus
- dependency-name: "@docusaurus/theme-mermaid"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: docusaurus
...

Signed-off-by: dependabot[bot] <support@github.com>

* update

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* migrate docusaurus config to ts

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix docs-only build

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
dependabot[bot]
2023-11-06 15:12:23 +01:00
committed by GitHub
parent 90b8217eb2
commit 823e7dbe1a
24 changed files with 7587 additions and 14101 deletions

View File

@ -108,31 +108,31 @@ image:
##### `POST` /propertymappings/scim/
##### `GET` /propertymappings/scim/{pm_uuid}/
##### `GET` /propertymappings/scim/&#123;pm_uuid&#125;/
##### `PUT` /propertymappings/scim/{pm_uuid}/
##### `PUT` /propertymappings/scim/&#123;pm_uuid&#125;/
##### `DELETE` /propertymappings/scim/{pm_uuid}/
##### `DELETE` /propertymappings/scim/&#123;pm_uuid&#125;/
##### `PATCH` /propertymappings/scim/{pm_uuid}/
##### `PATCH` /propertymappings/scim/&#123;pm_uuid&#125;/
##### `GET` /propertymappings/scim/{pm_uuid}/used_by/
##### `GET` /propertymappings/scim/&#123;pm_uuid&#125;/used_by/
##### `GET` /providers/scim/
##### `POST` /providers/scim/
##### `GET` /providers/scim/{id}/
##### `GET` /providers/scim/&#123;id&#125;/
##### `PUT` /providers/scim/{id}/
##### `PUT` /providers/scim/&#123;id&#125;/
##### `DELETE` /providers/scim/{id}/
##### `DELETE` /providers/scim/&#123;id&#125;/
##### `PATCH` /providers/scim/{id}/
##### `PATCH` /providers/scim/&#123;id&#125;/
##### `GET` /providers/scim/{id}/sync_status/
##### `GET` /providers/scim/&#123;id&#125;/sync_status/
##### `GET` /providers/scim/{id}/used_by/
##### `GET` /providers/scim/&#123;id&#125;/used_by/
#### What's Changed
@ -149,7 +149,7 @@ Changed content type : `application/json`
- Added property `expires` (string)
> If not provided, valid for 360 days
##### `GET` /policies/event_matcher/{policy_uuid}/
##### `GET` /policies/event_matcher/&#123;policy_uuid&#125;/
###### Return Type:
@ -165,7 +165,7 @@ Changed response : **200 OK**
- `authentik.providers.scim`
##### `PUT` /policies/event_matcher/{policy_uuid}/
##### `PUT` /policies/event_matcher/&#123;policy_uuid&#125;/
###### Request:
@ -193,7 +193,7 @@ Changed response : **200 OK**
- `authentik.providers.scim`
##### `PATCH` /policies/event_matcher/{policy_uuid}/
##### `PATCH` /policies/event_matcher/&#123;policy_uuid&#125;/
###### Request:
@ -221,7 +221,7 @@ Changed response : **200 OK**
- `authentik.providers.scim`
##### `GET` /providers/oauth2/{id}/
##### `GET` /providers/oauth2/&#123;id&#125;/
###### Return Type:
@ -233,7 +233,7 @@ Changed response : **200 OK**
- `authorization_flow`
##### `PUT` /providers/oauth2/{id}/
##### `PUT` /providers/oauth2/&#123;id&#125;/
###### Request:
@ -253,7 +253,7 @@ Changed response : **200 OK**
- `authorization_flow`
##### `PATCH` /providers/oauth2/{id}/
##### `PATCH` /providers/oauth2/&#123;id&#125;/
###### Return Type:
@ -265,7 +265,7 @@ Changed response : **200 OK**
- `authorization_flow`
##### `GET` /providers/proxy/{id}/
##### `GET` /providers/proxy/&#123;id&#125;/
###### Return Type:
@ -277,7 +277,7 @@ Changed response : **200 OK**
- `authorization_flow`
##### `PUT` /providers/proxy/{id}/
##### `PUT` /providers/proxy/&#123;id&#125;/
###### Request:
@ -297,7 +297,7 @@ Changed response : **200 OK**
- `authorization_flow`
##### `PATCH` /providers/proxy/{id}/
##### `PATCH` /providers/proxy/&#123;id&#125;/
###### Return Type:
@ -309,7 +309,7 @@ Changed response : **200 OK**
- `authorization_flow`
##### `GET` /core/groups/{group_uuid}/
##### `GET` /core/groups/&#123;group_uuid&#125;/
###### Return Type:
@ -327,7 +327,7 @@ Changed response : **200 OK**
* Deleted property `avatar` (string)
##### `PUT` /core/groups/{group_uuid}/
##### `PUT` /core/groups/&#123;group_uuid&#125;/
###### Return Type:
@ -345,7 +345,7 @@ Changed response : **200 OK**
* Deleted property `avatar` (string)
##### `PATCH` /core/groups/{group_uuid}/
##### `PATCH` /core/groups/&#123;group_uuid&#125;/
###### Return Type:
@ -383,7 +383,7 @@ Changed response : **200 OK**
- `light`
- `dark`
##### `GET` /events/rules/{pbm_uuid}/
##### `GET` /events/rules/&#123;pbm_uuid&#125;/
###### Return Type:
@ -405,7 +405,7 @@ Changed response : **200 OK**
* Deleted property `avatar` (string)
##### `PUT` /events/rules/{pbm_uuid}/
##### `PUT` /events/rules/&#123;pbm_uuid&#125;/
###### Return Type:
@ -427,7 +427,7 @@ Changed response : **200 OK**
* Deleted property `avatar` (string)
##### `PATCH` /events/rules/{pbm_uuid}/
##### `PATCH` /events/rules/&#123;pbm_uuid&#125;/
###### Return Type:
@ -449,7 +449,7 @@ Changed response : **200 OK**
* Deleted property `avatar` (string)
##### `GET` /policies/bindings/{policy_binding_uuid}/
##### `GET` /policies/bindings/&#123;policy_binding_uuid&#125;/
###### Return Type:
@ -471,7 +471,7 @@ Changed response : **200 OK**
* Deleted property `avatar` (string)
##### `PUT` /policies/bindings/{policy_binding_uuid}/
##### `PUT` /policies/bindings/&#123;policy_binding_uuid&#125;/
###### Return Type:
@ -493,7 +493,7 @@ Changed response : **200 OK**
* Deleted property `avatar` (string)
##### `PATCH` /policies/bindings/{policy_binding_uuid}/
##### `PATCH` /policies/bindings/&#123;policy_binding_uuid&#125;/
###### Return Type:
@ -563,7 +563,7 @@ Changed response : **200 OK**
- `authentik.providers.scim`
##### `GET` /providers/ldap/{id}/
##### `GET` /providers/ldap/&#123;id&#125;/
###### Return Type:
@ -575,7 +575,7 @@ Changed response : **200 OK**
- `authorization_flow`
##### `PUT` /providers/ldap/{id}/
##### `PUT` /providers/ldap/&#123;id&#125;/
###### Request:
@ -595,7 +595,7 @@ Changed response : **200 OK**
- `authorization_flow`
##### `PATCH` /providers/ldap/{id}/
##### `PATCH` /providers/ldap/&#123;id&#125;/
###### Return Type:
@ -679,7 +679,7 @@ Changed response : **200 OK**
- `authorization_flow`
##### `GET` /providers/saml/{id}/
##### `GET` /providers/saml/&#123;id&#125;/
###### Return Type:
@ -691,7 +691,7 @@ Changed response : **200 OK**
- `authorization_flow`
##### `PUT` /providers/saml/{id}/
##### `PUT` /providers/saml/&#123;id&#125;/
###### Request:
@ -711,7 +711,7 @@ Changed response : **200 OK**
- `authorization_flow`
##### `PATCH` /providers/saml/{id}/
##### `PATCH` /providers/saml/&#123;id&#125;/
###### Return Type:
@ -723,7 +723,7 @@ Changed response : **200 OK**
- `authorization_flow`
##### `GET` /stages/invitation/invitations/{invite_uuid}/
##### `GET` /stages/invitation/invitations/&#123;invite_uuid&#125;/
###### Return Type:
@ -741,7 +741,7 @@ Changed response : **200 OK**
* Deleted property `avatar` (string)
##### `PUT` /stages/invitation/invitations/{invite_uuid}/
##### `PUT` /stages/invitation/invitations/&#123;invite_uuid&#125;/
###### Return Type:
@ -759,7 +759,7 @@ Changed response : **200 OK**
* Deleted property `avatar` (string)
##### `PATCH` /stages/invitation/invitations/{invite_uuid}/
##### `PATCH` /stages/invitation/invitations/&#123;invite_uuid&#125;/
###### Return Type:
@ -865,7 +865,7 @@ Changed response : **200 OK**
* Deleted property `avatar` (string)
##### `GET` /flows/bindings/{fsb_uuid}/
##### `GET` /flows/bindings/&#123;fsb_uuid&#125;/
###### Return Type:
@ -876,7 +876,7 @@ Changed response : **200 OK**
- Changed property `evaluate_on_plan` (boolean)
> Evaluate policies during the Flow planning process.
##### `PUT` /flows/bindings/{fsb_uuid}/
##### `PUT` /flows/bindings/&#123;fsb_uuid&#125;/
###### Request:
@ -894,7 +894,7 @@ Changed response : **200 OK**
- Changed property `evaluate_on_plan` (boolean)
> Evaluate policies during the Flow planning process.
##### `PATCH` /flows/bindings/{fsb_uuid}/
##### `PATCH` /flows/bindings/&#123;fsb_uuid&#125;/
###### Request:
@ -912,7 +912,7 @@ Changed response : **200 OK**
- Changed property `evaluate_on_plan` (boolean)
> Evaluate policies during the Flow planning process.
##### `GET` /oauth2/access_tokens/{id}/
##### `GET` /oauth2/access_tokens/&#123;id&#125;/
###### Return Type:
@ -928,7 +928,7 @@ Changed response : **200 OK**
- `authorization_flow`
##### `GET` /oauth2/authorization_codes/{id}/
##### `GET` /oauth2/authorization_codes/&#123;id&#125;/
###### Return Type:
@ -944,7 +944,7 @@ Changed response : **200 OK**
- `authorization_flow`
##### `GET` /oauth2/refresh_tokens/{id}/
##### `GET` /oauth2/refresh_tokens/&#123;id&#125;/
###### Return Type:
@ -1126,7 +1126,7 @@ Changed response : **200 OK**
* Deleted property `avatar` (string)
##### `GET` /stages/user_login/{stage_uuid}/
##### `GET` /stages/user_login/&#123;stage_uuid&#125;/
###### Return Type:
@ -1137,7 +1137,7 @@ Changed response : **200 OK**
- Added property `terminate_other_sessions` (boolean)
> Terminate all other sessions of the user logging in.
##### `PUT` /stages/user_login/{stage_uuid}/
##### `PUT` /stages/user_login/&#123;stage_uuid&#125;/
###### Request:
@ -1155,7 +1155,7 @@ Changed response : **200 OK**
- Added property `terminate_other_sessions` (boolean)
> Terminate all other sessions of the user logging in.
##### `PATCH` /stages/user_login/{stage_uuid}/
##### `PATCH` /stages/user_login/&#123;stage_uuid&#125;/
###### Request:
@ -1206,7 +1206,7 @@ Changed response : **200 OK**
- Changed property `evaluate_on_plan` (boolean)
> Evaluate policies during the Flow planning process.
##### `GET` /flows/inspector/{flow_slug}/
##### `GET` /flows/inspector/&#123;flow_slug&#125;/
###### Return Type: