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:
@ -133,15 +133,15 @@ image:
|
||||
|
||||
##### `POST` /policies/haveibeenpwned/
|
||||
|
||||
##### `GET` /policies/haveibeenpwned/{policy_uuid}/
|
||||
##### `GET` /policies/haveibeenpwned/{policy_uuid}/
|
||||
|
||||
##### `PUT` /policies/haveibeenpwned/{policy_uuid}/
|
||||
##### `PUT` /policies/haveibeenpwned/{policy_uuid}/
|
||||
|
||||
##### `DELETE` /policies/haveibeenpwned/{policy_uuid}/
|
||||
##### `DELETE` /policies/haveibeenpwned/{policy_uuid}/
|
||||
|
||||
##### `PATCH` /policies/haveibeenpwned/{policy_uuid}/
|
||||
##### `PATCH` /policies/haveibeenpwned/{policy_uuid}/
|
||||
|
||||
##### `GET` /policies/haveibeenpwned/{policy_uuid}/used_by/
|
||||
##### `GET` /policies/haveibeenpwned/{policy_uuid}/used_by/
|
||||
|
||||
#### What's Changed
|
||||
|
||||
@ -185,7 +185,7 @@ Changed response : **200 OK**
|
||||
|
||||
* Deleted property `authorizations_per_1h` (array)
|
||||
|
||||
##### `GET` /core/users/{id}/metrics/
|
||||
##### `GET` /core/users/{id}/metrics/
|
||||
|
||||
###### Return Type:
|
||||
|
||||
@ -217,7 +217,7 @@ Changed response : **200 OK**
|
||||
|
||||
* Deleted property `authorizations_per_1h` (array)
|
||||
|
||||
##### `GET` /managed/blueprints/{instance_uuid}/
|
||||
##### `GET` /managed/blueprints/{instance_uuid}/
|
||||
|
||||
###### Return Type:
|
||||
|
||||
@ -231,7 +231,7 @@ Changed response : **200 OK**
|
||||
|
||||
* Added property `content` (string)
|
||||
|
||||
##### `PUT` /managed/blueprints/{instance_uuid}/
|
||||
##### `PUT` /managed/blueprints/{instance_uuid}/
|
||||
|
||||
###### Request:
|
||||
|
||||
@ -255,7 +255,7 @@ Changed response : **200 OK**
|
||||
|
||||
* Added property `content` (string)
|
||||
|
||||
##### `PATCH` /managed/blueprints/{instance_uuid}/
|
||||
##### `PATCH` /managed/blueprints/{instance_uuid}/
|
||||
|
||||
###### Request:
|
||||
|
||||
@ -275,7 +275,7 @@ Changed response : **200 OK**
|
||||
|
||||
* Added property `content` (string)
|
||||
|
||||
##### `POST` /managed/blueprints/{instance_uuid}/apply/
|
||||
##### `POST` /managed/blueprints/{instance_uuid}/apply/
|
||||
|
||||
###### Return Type:
|
||||
|
||||
@ -289,7 +289,7 @@ Changed response : **200 OK**
|
||||
|
||||
* Added property `content` (string)
|
||||
|
||||
##### `GET` /outposts/proxy/{id}/
|
||||
##### `GET` /outposts/proxy/{id}/
|
||||
|
||||
###### Return Type:
|
||||
|
||||
@ -300,7 +300,7 @@ Changed response : **200 OK**
|
||||
- Added property `intercept_header_auth` (boolean)
|
||||
> When enabled, this provider will intercept the authorization header and authenticate requests based on its value.
|
||||
|
||||
##### `GET` /policies/event_matcher/{policy_uuid}/
|
||||
##### `GET` /policies/event_matcher/{policy_uuid}/
|
||||
|
||||
###### Return Type:
|
||||
|
||||
@ -316,7 +316,7 @@ Changed response : **200 OK**
|
||||
|
||||
- `authentik.policies.hibp`
|
||||
|
||||
##### `PUT` /policies/event_matcher/{policy_uuid}/
|
||||
##### `PUT` /policies/event_matcher/{policy_uuid}/
|
||||
|
||||
###### Request:
|
||||
|
||||
@ -344,7 +344,7 @@ Changed response : **200 OK**
|
||||
|
||||
- `authentik.policies.hibp`
|
||||
|
||||
##### `PATCH` /policies/event_matcher/{policy_uuid}/
|
||||
##### `PATCH` /policies/event_matcher/{policy_uuid}/
|
||||
|
||||
###### Request:
|
||||
|
||||
@ -372,7 +372,7 @@ Changed response : **200 OK**
|
||||
|
||||
- `authentik.policies.hibp`
|
||||
|
||||
##### `GET` /propertymappings/scope/{pm_uuid}/
|
||||
##### `GET` /propertymappings/scope/{pm_uuid}/
|
||||
|
||||
###### Return Type:
|
||||
|
||||
@ -383,7 +383,7 @@ Changed response : **200 OK**
|
||||
- Changed property `scope_name` (string)
|
||||
> Scope name requested by the client
|
||||
|
||||
##### `PUT` /propertymappings/scope/{pm_uuid}/
|
||||
##### `PUT` /propertymappings/scope/{pm_uuid}/
|
||||
|
||||
###### Request:
|
||||
|
||||
@ -401,7 +401,7 @@ Changed response : **200 OK**
|
||||
- Changed property `scope_name` (string)
|
||||
> Scope name requested by the client
|
||||
|
||||
##### `PATCH` /propertymappings/scope/{pm_uuid}/
|
||||
##### `PATCH` /propertymappings/scope/{pm_uuid}/
|
||||
|
||||
###### Request:
|
||||
|
||||
@ -419,7 +419,7 @@ Changed response : **200 OK**
|
||||
- Changed property `scope_name` (string)
|
||||
> Scope name requested by the client
|
||||
|
||||
##### `GET` /providers/proxy/{id}/
|
||||
##### `GET` /providers/proxy/{id}/
|
||||
|
||||
###### Return Type:
|
||||
|
||||
@ -441,7 +441,7 @@ Changed response : **200 OK**
|
||||
|
||||
Items (string):
|
||||
|
||||
##### `PUT` /providers/proxy/{id}/
|
||||
##### `PUT` /providers/proxy/{id}/
|
||||
|
||||
###### Request:
|
||||
|
||||
@ -471,7 +471,7 @@ Changed response : **200 OK**
|
||||
|
||||
* Added property `jwks_sources` (array)
|
||||
|
||||
##### `PATCH` /providers/proxy/{id}/
|
||||
##### `PATCH` /providers/proxy/{id}/
|
||||
|
||||
###### Request:
|
||||
|
||||
@ -517,7 +517,7 @@ Changed response : **200 OK**
|
||||
|
||||
* Added property `task_duration` (integer)
|
||||
|
||||
##### `GET` /admin/system_tasks/{id}/
|
||||
##### `GET` /admin/system_tasks/{id}/
|
||||
|
||||
###### Return Type:
|
||||
|
||||
@ -727,7 +727,7 @@ Changed response : **200 OK**
|
||||
|
||||
* Added property `jwks_sources` (array)
|
||||
|
||||
##### `GET` /providers/saml/{id}/
|
||||
##### `GET` /providers/saml/{id}/
|
||||
|
||||
###### Return Type:
|
||||
|
||||
@ -744,7 +744,7 @@ Changed response : **200 OK**
|
||||
|
||||
* Added property `url_slo_redirect` (string)
|
||||
|
||||
##### `PUT` /providers/saml/{id}/
|
||||
##### `PUT` /providers/saml/{id}/
|
||||
|
||||
###### Return Type:
|
||||
|
||||
@ -761,7 +761,7 @@ Changed response : **200 OK**
|
||||
|
||||
* Added property `url_slo_redirect` (string)
|
||||
|
||||
##### `PATCH` /providers/saml/{id}/
|
||||
##### `PATCH` /providers/saml/{id}/
|
||||
|
||||
###### Return Type:
|
||||
|
||||
@ -778,7 +778,7 @@ Changed response : **200 OK**
|
||||
|
||||
* Added property `url_slo_redirect` (string)
|
||||
|
||||
##### `GET` /sources/ldap/{slug}/sync_status/
|
||||
##### `GET` /sources/ldap/{slug}/sync_status/
|
||||
|
||||
###### Return Type:
|
||||
|
||||
@ -840,7 +840,7 @@ Added: `has_jwks` in `query`
|
||||
|
||||
> Only return sources with JWKS data
|
||||
|
||||
##### `GET` /stages/user_write/{stage_uuid}/
|
||||
##### `GET` /stages/user_write/{stage_uuid}/
|
||||
|
||||
###### Return Type:
|
||||
|
||||
@ -859,7 +859,7 @@ Changed response : **200 OK**
|
||||
- Deleted property `can_create_users` (boolean)
|
||||
> When set, this stage can create users. If not enabled and no user is available, stage will fail.
|
||||
|
||||
##### `PUT` /stages/user_write/{stage_uuid}/
|
||||
##### `PUT` /stages/user_write/{stage_uuid}/
|
||||
|
||||
###### Request:
|
||||
|
||||
@ -881,7 +881,7 @@ Changed response : **200 OK**
|
||||
- Deleted property `can_create_users` (boolean)
|
||||
> When set, this stage can create users. If not enabled and no user is available, stage will fail.
|
||||
|
||||
##### `PATCH` /stages/user_write/{stage_uuid}/
|
||||
##### `PATCH` /stages/user_write/{stage_uuid}/
|
||||
|
||||
###### Request:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user