mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
docs: improve small details (#3687)
* docs: improve docs * fix broken link
This commit is contained in:
@@ -7,9 +7,7 @@ import Column from "../../src/components/column";
|
||||
|
||||
With our guides you will learn everything you need to know about specific topics. You get step-by-step instructions for certain tasks and have a knowledge check at the end.
|
||||
|
||||
You can either use our cloud-instance [zitadel.ch](https://zitadel.com) or deploy a dedicated **ZITADEL** instance. To get started, we recommend you to try out our free tier first. Jump directly to the [get started](./basics/get-started) docs.
|
||||
|
||||
When you are familiar with the ZITADEL usage, you can choose to stay on [zitadel.ch](./installation/shared-cloud), order your own [dedicated instance](./installation/shared-cloud) which is also availabe on premise, or install ZITADEL easily on your own using [Custom Kubernetes Resources](./installation/crd), [GitOps](./installation/gitops) or [ORBOS](./installation/orbos).
|
||||
You can either use our cloud-instance [zitadel.com](https://zitadel.com) or deploy your own **ZITADEL** instance. To get started, we recommend you to try out our free tier first. Jump directly to the [get started](./guides/installation) docs.
|
||||
|
||||
<Column>
|
||||
<ListWrapper title="Get to know ZITADEL">
|
||||
@@ -17,7 +15,7 @@ When you are familiar with the ZITADEL usage, you can choose to stay on [zitadel
|
||||
link="/docs/guides/basics/get-started"
|
||||
type={ICONTYPE.START}
|
||||
title="Get started"
|
||||
description="Try out zitadel.ch"
|
||||
description="Try out zitadel.com"
|
||||
/>
|
||||
<ListElement
|
||||
link="/docs/guides/basics/organizations"
|
||||
@@ -103,10 +101,10 @@ When you are familiar with the ZITADEL usage, you can choose to stay on [zitadel
|
||||
</ListWrapper>
|
||||
<ListWrapper title="Installation">
|
||||
<ListElement
|
||||
link="/docs/guides/installation/shared-cloud"
|
||||
link="/docs/guides/installation"
|
||||
type={ICONTYPE.SYSTEM}
|
||||
title="Managed"
|
||||
description="Shared ZITADEL Cloud or Dedicated Instance"
|
||||
description="Learn to install ZITADEL"
|
||||
/>
|
||||
</ListWrapper>
|
||||
</Column>
|
||||
|
@@ -67,7 +67,7 @@ const features = [
|
||||
description=""
|
||||
/>
|
||||
<ListElement
|
||||
link="docs/guides/installation/shared-cloud"
|
||||
link="docs/guides/installation"
|
||||
type={ICONTYPE.STORAGE}
|
||||
title="Installation"
|
||||
description=""
|
||||
|
Reference in New Issue
Block a user