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

@ -133,15 +133,15 @@ image:
##### `POST` /policies/haveibeenpwned/
##### `GET` /policies/haveibeenpwned/{policy_uuid}/
##### `GET` /policies/haveibeenpwned/&#123;policy_uuid&#125;/
##### `PUT` /policies/haveibeenpwned/{policy_uuid}/
##### `PUT` /policies/haveibeenpwned/&#123;policy_uuid&#125;/
##### `DELETE` /policies/haveibeenpwned/{policy_uuid}/
##### `DELETE` /policies/haveibeenpwned/&#123;policy_uuid&#125;/
##### `PATCH` /policies/haveibeenpwned/{policy_uuid}/
##### `PATCH` /policies/haveibeenpwned/&#123;policy_uuid&#125;/
##### `GET` /policies/haveibeenpwned/{policy_uuid}/used_by/
##### `GET` /policies/haveibeenpwned/&#123;policy_uuid&#125;/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/&#123;id&#125;/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/&#123;instance_uuid&#125;/
###### Return Type:
@ -231,7 +231,7 @@ Changed response : **200 OK**
* Added property `content` (string)
##### `PUT` /managed/blueprints/{instance_uuid}/
##### `PUT` /managed/blueprints/&#123;instance_uuid&#125;/
###### Request:
@ -255,7 +255,7 @@ Changed response : **200 OK**
* Added property `content` (string)
##### `PATCH` /managed/blueprints/{instance_uuid}/
##### `PATCH` /managed/blueprints/&#123;instance_uuid&#125;/
###### Request:
@ -275,7 +275,7 @@ Changed response : **200 OK**
* Added property `content` (string)
##### `POST` /managed/blueprints/{instance_uuid}/apply/
##### `POST` /managed/blueprints/&#123;instance_uuid&#125;/apply/
###### Return Type:
@ -289,7 +289,7 @@ Changed response : **200 OK**
* Added property `content` (string)
##### `GET` /outposts/proxy/{id}/
##### `GET` /outposts/proxy/&#123;id&#125;/
###### 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/&#123;policy_uuid&#125;/
###### Return Type:
@ -316,7 +316,7 @@ Changed response : **200 OK**
- `authentik.policies.hibp`
##### `PUT` /policies/event_matcher/{policy_uuid}/
##### `PUT` /policies/event_matcher/&#123;policy_uuid&#125;/
###### Request:
@ -344,7 +344,7 @@ Changed response : **200 OK**
- `authentik.policies.hibp`
##### `PATCH` /policies/event_matcher/{policy_uuid}/
##### `PATCH` /policies/event_matcher/&#123;policy_uuid&#125;/
###### Request:
@ -372,7 +372,7 @@ Changed response : **200 OK**
- `authentik.policies.hibp`
##### `GET` /propertymappings/scope/{pm_uuid}/
##### `GET` /propertymappings/scope/&#123;pm_uuid&#125;/
###### 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/&#123;pm_uuid&#125;/
###### 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/&#123;pm_uuid&#125;/
###### 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/&#123;id&#125;/
###### Return Type:
@ -441,7 +441,7 @@ Changed response : **200 OK**
Items (string):
##### `PUT` /providers/proxy/{id}/
##### `PUT` /providers/proxy/&#123;id&#125;/
###### Request:
@ -471,7 +471,7 @@ Changed response : **200 OK**
* Added property `jwks_sources` (array)
##### `PATCH` /providers/proxy/{id}/
##### `PATCH` /providers/proxy/&#123;id&#125;/
###### Request:
@ -517,7 +517,7 @@ Changed response : **200 OK**
* Added property `task_duration` (integer)
##### `GET` /admin/system_tasks/{id}/
##### `GET` /admin/system_tasks/&#123;id&#125;/
###### Return Type:
@ -727,7 +727,7 @@ Changed response : **200 OK**
* Added property `jwks_sources` (array)
##### `GET` /providers/saml/{id}/
##### `GET` /providers/saml/&#123;id&#125;/
###### Return Type:
@ -744,7 +744,7 @@ Changed response : **200 OK**
* Added property `url_slo_redirect` (string)
##### `PUT` /providers/saml/{id}/
##### `PUT` /providers/saml/&#123;id&#125;/
###### Return Type:
@ -761,7 +761,7 @@ Changed response : **200 OK**
* Added property `url_slo_redirect` (string)
##### `PATCH` /providers/saml/{id}/
##### `PATCH` /providers/saml/&#123;id&#125;/
###### 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/&#123;slug&#125;/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/&#123;stage_uuid&#125;/
###### 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/&#123;stage_uuid&#125;/
###### 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/&#123;stage_uuid&#125;/
###### Request: