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

@ -104,7 +104,7 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2023.6
---
##### `GET` /policies/event_matcher/{policy_uuid}/
##### `GET` /policies/event_matcher/&#123;policy_uuid&#125;/
###### Return Type:
@ -260,7 +260,7 @@ Changed response : **200 OK**
- `authentik_core.application`
- `authentik_core.token`
##### `PUT` /policies/event_matcher/{policy_uuid}/
##### `PUT` /policies/event_matcher/&#123;policy_uuid&#125;/
###### Request:
@ -420,7 +420,7 @@ Changed response : **200 OK**
> - `authentik_core.application` - Application
> - `authentik_core.token` - Token
##### `PATCH` /policies/event_matcher/{policy_uuid}/
##### `PATCH` /policies/event_matcher/&#123;policy_uuid&#125;/
###### Request:
@ -580,7 +580,7 @@ Changed response : **200 OK**
> - `authentik_core.application` - Application
> - `authentik_core.token` - Token
##### `GET` /outposts/ldap/{id}/
##### `GET` /outposts/ldap/&#123;id&#125;/
###### Return Type:
@ -849,7 +849,7 @@ Changed response : **200 OK**
> - `authentik_core.application` - Application
> - `authentik_core.token` - Token
##### `GET` /providers/ldap/{id}/
##### `GET` /providers/ldap/&#123;id&#125;/
###### Return Type:
@ -868,7 +868,7 @@ Changed response : **200 OK**
- Changed property `gid_start_number` (integer)
> The start for gidNumbers, this number is added to a number generated from the group.pk to make sure that the numbers aren't too low for POSIX groups. Default is 4000 to ensure that we don't collide with local groups or users primary groups gidNumber
##### `PUT` /providers/ldap/{id}/
##### `PUT` /providers/ldap/&#123;id&#125;/
###### Request:
@ -902,7 +902,7 @@ Changed response : **200 OK**
- Changed property `gid_start_number` (integer)
> The start for gidNumbers, this number is added to a number generated from the group.pk to make sure that the numbers aren't too low for POSIX groups. Default is 4000 to ensure that we don't collide with local groups or users primary groups gidNumber
##### `PATCH` /providers/ldap/{id}/
##### `PATCH` /providers/ldap/&#123;id&#125;/
###### Request:
@ -936,7 +936,7 @@ Changed response : **200 OK**
- Changed property `gid_start_number` (integer)
> The start for gidNumbers, this number is added to a number generated from the group.pk to make sure that the numbers aren't too low for POSIX groups. Default is 4000 to ensure that we don't collide with local groups or users primary groups gidNumber
##### `GET` /sources/ldap/{slug}/
##### `GET` /sources/ldap/&#123;slug&#125;/
###### Return Type:
@ -950,7 +950,7 @@ Changed response : **200 OK**
- Added property `sni` (boolean)
##### `PUT` /sources/ldap/{slug}/
##### `PUT` /sources/ldap/&#123;slug&#125;/
###### Request:
@ -974,7 +974,7 @@ Changed response : **200 OK**
- Added property `sni` (boolean)
##### `PATCH` /sources/ldap/{slug}/
##### `PATCH` /sources/ldap/&#123;slug&#125;/
###### Request:
@ -998,7 +998,7 @@ Changed response : **200 OK**
- Added property `sni` (boolean)
##### `GET` /sources/saml/{slug}/
##### `GET` /sources/saml/&#123;slug&#125;/
###### Return Type:
@ -1013,7 +1013,7 @@ Changed response : **200 OK**
- Changed property `signing_kp` (string)
> Keypair used to sign outgoing Responses going to the Identity Provider.
##### `PUT` /sources/saml/{slug}/
##### `PUT` /sources/saml/&#123;slug&#125;/
###### Request:
@ -1039,7 +1039,7 @@ Changed response : **200 OK**
- Changed property `signing_kp` (string)
> Keypair used to sign outgoing Responses going to the Identity Provider.
##### `PATCH` /sources/saml/{slug}/
##### `PATCH` /sources/saml/&#123;slug&#125;/
###### Request: