docs: fix urls on homepage (#5501)

fix: add urls on homepage
This commit is contained in:
Max Peintner
2023-03-20 09:11:15 +01:00
committed by GitHub
parent a3b36a0138
commit 63c3d05ffd

View File

@@ -23,7 +23,8 @@ const features = [
link: "guides/overview",
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: (
@@ -60,8 +61,6 @@ const features = [
title="Integrate"
description="Access our APIs and configure services and tools"
/>
</div>
<div>
<ListElement
@@ -107,26 +106,28 @@ const features = [
lightImageUrl: "img/index/Quickstarts-light.svg",
link: "examples/introduction",
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: (
<div className={styles.apilinks}>
<ListWrapper>
<ListElement
link=""
link="/docs/guides/start/quickstart"
type={ICONTYPE.START}
title="Quick Start Guide"
description="The ultimate guide to get started with ZITADEL."
/>
<ListElement
link=""
link="/docs/examples/login/angular"
type={ICONTYPE.APIS}
title="Frontend Quickstart Guides"
description=""
/>
<ListElement
link=""
link="/docs/examples/secure-api/go"
type={ICONTYPE.APIS}
title="Backend Quickstart Guides"
description=""
@@ -188,9 +189,7 @@ const features = [
title="Actions"
description="Customize and integrate ZITADEL into your landscape"
/>
</ListWrapper>
</div>
),
},
@@ -199,11 +198,7 @@ const features = [
darkImageUrl: "img/index/Concepts-dark.svg",
lightImageUrl: "img/index/Concepts-light.svg",
link: "/docs/self-hosting/deploy/overview",
description: (
<>
Everything you need to know about self-hosting ZITADEL.
</>
),
description: <>Everything you need to know about self-hosting ZITADEL.</>,
content: (
<ListWrapper>
<ListElement