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", 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: (
@@ -36,7 +37,7 @@ const features = [
title="Get started" title="Get started"
description="" description=""
/> />
<ListElement <ListElement
link="/docs/examples/sdks" link="/docs/examples/sdks"
type={ICONTYPE.APIS} type={ICONTYPE.APIS}
title="SDKs" title="SDKs"
@@ -60,11 +61,9 @@ 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
link="/docs/guides/solution-scenarios/introduction" link="/docs/guides/solution-scenarios/introduction"
iconClasses="las la-paragraph" iconClasses="las la-paragraph"
roundClasses="custom-rounded custom-rounded-split" roundClasses="custom-rounded custom-rounded-split"
@@ -107,36 +106,38 @@ 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=""
/> />
<ListElement <ListElement
link="/docs/examples/introduction" link="/docs/examples/introduction"
type={ICONTYPE.APIS} type={ICONTYPE.APIS}
title="Examples" title="Examples"
description="Clone an existing example application." description="Clone an existing example application."
/> />
</ListWrapper> </ListWrapper>
</div> </div>
), ),
@@ -164,46 +165,40 @@ const features = [
title="Organization Objects" title="Organization Objects"
description="Mutate IAM objects like organizations, projects, clients, users etc." description="Mutate IAM objects like organizations, projects, clients, users etc."
/> />
<ListElement <ListElement
link="/docs/apis/admin/administration-api-aka-admin" link="/docs/apis/admin/administration-api-aka-admin"
type={ICONTYPE.APIS} type={ICONTYPE.APIS}
title="Instance Objects" title="Instance Objects"
description="Configure and manage the IAM instance." description="Configure and manage the IAM instance."
/> />
<ListElement <ListElement
link="/docs/apis/openidoauth/endpoints" link="/docs/apis/openidoauth/endpoints"
type={ICONTYPE.APIS} type={ICONTYPE.APIS}
title="OIDC Endpoints" title="OIDC Endpoints"
description="" description=""
/> />
<ListElement <ListElement
link="/docs/apis/saml/endpoints" link="/docs/apis/saml/endpoints"
type={ICONTYPE.APIS} type={ICONTYPE.APIS}
title="SAML Endpoints" title="SAML Endpoints"
description="" description=""
/> />
<ListElement <ListElement
link="/docs/apis/actions/introduction" link="/docs/apis/actions/introduction"
type={ICONTYPE.APIS} type={ICONTYPE.APIS}
title="Actions" title="Actions"
description="Customize and integrate ZITADEL into your landscape" description="Customize and integrate ZITADEL into your landscape"
/> />
</ListWrapper> </ListWrapper>
</div> </div>
), ),
}, },
{ {
title: "Self-hosting", title: "Self-hosting",
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