mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 06:57:33 +00:00
@@ -23,7 +23,8 @@ const features = [
|
|||||||
link: "guides/overview",
|
link: "guides/overview",
|
||||||
description: (
|
description: (
|
||||||
<>
|
<>
|
||||||
Read our documentation and learn how you can setup, customize, and integrate authentication and authorization to your project.
|
Read our documentation and learn how you can setup, customize, and
|
||||||
|
integrate authentication and authorization to your project.
|
||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
content: (
|
content: (
|
||||||
@@ -60,8 +61,6 @@ const features = [
|
|||||||
title="Integrate"
|
title="Integrate"
|
||||||
description="Access our APIs and configure services and tools"
|
description="Access our APIs and configure services and tools"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<ListElement
|
<ListElement
|
||||||
@@ -107,26 +106,28 @@ const features = [
|
|||||||
lightImageUrl: "img/index/Quickstarts-light.svg",
|
lightImageUrl: "img/index/Quickstarts-light.svg",
|
||||||
link: "examples/introduction",
|
link: "examples/introduction",
|
||||||
description: (
|
description: (
|
||||||
<>Learn how to integrate your applications and build secure workflows and
|
<>
|
||||||
APIs with ZITADEL.</>
|
Learn how to integrate your applications and build secure workflows and
|
||||||
|
APIs with ZITADEL.
|
||||||
|
</>
|
||||||
),
|
),
|
||||||
content: (
|
content: (
|
||||||
<div className={styles.apilinks}>
|
<div className={styles.apilinks}>
|
||||||
<ListWrapper>
|
<ListWrapper>
|
||||||
<ListElement
|
<ListElement
|
||||||
link=""
|
link="/docs/guides/start/quickstart"
|
||||||
type={ICONTYPE.START}
|
type={ICONTYPE.START}
|
||||||
title="Quick Start Guide"
|
title="Quick Start Guide"
|
||||||
description="The ultimate guide to get started with ZITADEL."
|
description="The ultimate guide to get started with ZITADEL."
|
||||||
/>
|
/>
|
||||||
<ListElement
|
<ListElement
|
||||||
link=""
|
link="/docs/examples/login/angular"
|
||||||
type={ICONTYPE.APIS}
|
type={ICONTYPE.APIS}
|
||||||
title="Frontend Quickstart Guides"
|
title="Frontend Quickstart Guides"
|
||||||
description=""
|
description=""
|
||||||
/>
|
/>
|
||||||
<ListElement
|
<ListElement
|
||||||
link=""
|
link="/docs/examples/secure-api/go"
|
||||||
type={ICONTYPE.APIS}
|
type={ICONTYPE.APIS}
|
||||||
title="Backend Quickstart Guides"
|
title="Backend Quickstart Guides"
|
||||||
description=""
|
description=""
|
||||||
@@ -188,9 +189,7 @@ const features = [
|
|||||||
title="Actions"
|
title="Actions"
|
||||||
description="Customize and integrate ZITADEL into your landscape"
|
description="Customize and integrate ZITADEL into your landscape"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</ListWrapper>
|
</ListWrapper>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
@@ -199,11 +198,7 @@ const features = [
|
|||||||
darkImageUrl: "img/index/Concepts-dark.svg",
|
darkImageUrl: "img/index/Concepts-dark.svg",
|
||||||
lightImageUrl: "img/index/Concepts-light.svg",
|
lightImageUrl: "img/index/Concepts-light.svg",
|
||||||
link: "/docs/self-hosting/deploy/overview",
|
link: "/docs/self-hosting/deploy/overview",
|
||||||
description: (
|
description: <>Everything you need to know about self-hosting ZITADEL.</>,
|
||||||
<>
|
|
||||||
Everything you need to know about self-hosting ZITADEL.
|
|
||||||
</>
|
|
||||||
),
|
|
||||||
content: (
|
content: (
|
||||||
<ListWrapper>
|
<ListWrapper>
|
||||||
<ListElement
|
<ListElement
|
||||||
|
Reference in New Issue
Block a user