mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-28 20:47:22 +00:00
docs: fix broken links (#5959)
* openid connect * main * cockroach links
This commit is contained in:
parent
7a0fa2aad0
commit
c7e0d979d4
@ -147,5 +147,5 @@ The storage layer of ZITADEL is responsible for multiple things. For example:
|
|||||||
ZITADEL currently supports CockroachDB as first choice of storage due to its perfect match for ZITADELs needs.
|
ZITADEL currently supports CockroachDB as first choice of storage due to its perfect match for ZITADELs needs.
|
||||||
Postgres is currently in [Beta](/docs/support/software-release-cycles-support#beta) and will be [Enterprise Supported](/docs/support/software-release-cycles-support#partially-supported) afterwards.
|
Postgres is currently in [Beta](/docs/support/software-release-cycles-support#beta) and will be [Enterprise Supported](/docs/support/software-release-cycles-support#partially-supported) afterwards.
|
||||||
Beta state will be removed as soon as [automated tests](https://github.com/zitadel/zitadel/issues/5741) are implemented.
|
Beta state will be removed as soon as [automated tests](https://github.com/zitadel/zitadel/issues/5741) are implemented.
|
||||||
Make sure to read our [Production Guide](./self-hosting/manage/production#prefer-cockroachdb) before you decide to use it.
|
Make sure to read our [Production Guide](/docs/self-hosting/manage/production#prefer-cockroachdb) before you decide to use it.
|
||||||
|
|
||||||
|
@ -94,5 +94,4 @@ You might want to check out the following links to find a good library:
|
|||||||
|
|
||||||
- [awesome-auth](https://github.com/casbin/awesome-auth)
|
- [awesome-auth](https://github.com/casbin/awesome-auth)
|
||||||
- [OpenID General References](https://openid.net/developers/libraries/)
|
- [OpenID General References](https://openid.net/developers/libraries/)
|
||||||
- [OpenID certified libraries](https://openid.net/developers/certified/)
|
- [OpenID certified developer tools](https://openid.net/certified-open-id-developer-tools/)
|
||||||
- [OpenID uncertified libraries](https://openid.net/developers/uncertified/)
|
|
@ -14,7 +14,7 @@ Choose your platform and run ZITADEL with the most minimal configuration possibl
|
|||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
- For test environments, ZITADEL does not need many resources, 1 CPU and 512MB memory are more than enough. (With more CPU, the password hashing might be faster)
|
- For test environments, ZITADEL does not need many resources, 1 CPU and 512MB memory are more than enough. (With more CPU, the password hashing might be faster)
|
||||||
- A CockroachDB or Postgresql as only needed storage. Make sure to read our [Production Guide](./self-hosting/manage/production#prefer-cockroachdb) before you decide to use Postgresql.
|
- A CockroachDB or Postgresql as only needed storage. Make sure to read our [Production Guide](/docs/self-hosting/manage/production#prefer-cockroachdb) before you decide to use Postgresql.
|
||||||
)
|
)
|
||||||
|
|
||||||
## Releases
|
## Releases
|
||||||
|
@ -10,7 +10,7 @@ Be aware that PostgreSQL is only [Enterprise Supported](/docs/support/software-r
|
|||||||
:::
|
:::
|
||||||
|
|
||||||
If you want to use a PostgreSQL database instead of CockroachDB you can [overwrite the default configuration](../configure/configure.mdx).
|
If you want to use a PostgreSQL database instead of CockroachDB you can [overwrite the default configuration](../configure/configure.mdx).
|
||||||
Make sure to read our [Production Guide](./self-hosting/manage/production#prefer-cockroachdb) before you decide to use it.
|
Make sure to read our [Production Guide](/docs/self-hosting/manage/production#prefer-cockroachdb) before you decide to use it.
|
||||||
|
|
||||||
Currently versions >= 14 are supported.
|
Currently versions >= 14 are supported.
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@ const features = [
|
|||||||
description=""
|
description=""
|
||||||
/>
|
/>
|
||||||
<ListElement
|
<ListElement
|
||||||
link="/docs/concepts/introduction"
|
link="/docs/concepts"
|
||||||
type={ICONTYPE.TASKS}
|
type={ICONTYPE.TASKS}
|
||||||
title="Concepts"
|
title="Concepts"
|
||||||
description=""
|
description=""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user