mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-11 10:43:49 +00:00
docs: fix broken links on startpage (#4073)
Co-authored-by: Florian Forster <florian@caos.ch>
This commit is contained in:
parent
c3046b1bb9
commit
9ed972f308
@ -8,115 +8,3 @@ 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.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](./start/quickstart) docs.
|
||||
|
||||
<Column>
|
||||
<ListWrapper title="Get to know ZITADEL">
|
||||
<ListElement
|
||||
link="/docs/guides/start/quickstart"
|
||||
type={ICONTYPE.START}
|
||||
title="Get started"
|
||||
description="Try out zitadel.com"
|
||||
/>
|
||||
<ListElement
|
||||
link="/docs/guides/start/organizations"
|
||||
type={ICONTYPE.START}
|
||||
title="Organizations"
|
||||
description="Learn how ZITADEL ist organized"
|
||||
/>
|
||||
<ListElement
|
||||
link="/docs/guides/start/projects"
|
||||
type={ICONTYPE.START}
|
||||
title="Projects"
|
||||
description="Understand projects and grants"
|
||||
/>
|
||||
</ListWrapper>
|
||||
<ListWrapper title="Installation">
|
||||
<ListElement
|
||||
link="/docs/guides/deploy/overview"
|
||||
type={ICONTYPE.SYSTEM}
|
||||
title="Run ZITADEL"
|
||||
description="Learn how to run ZITADEL on your preferred platform"
|
||||
/>
|
||||
<ListElement
|
||||
link="/docs/guides/manage/self-hosted/configure"
|
||||
type={ICONTYPE.SYSTEM}
|
||||
title="Configure ZITADEL"
|
||||
description="Learn how to configure your ZITADEL installation"
|
||||
/>
|
||||
<ListElement
|
||||
link="/docs/guides/deploy/loadbalancing-example/loadbalancing-example"
|
||||
type={ICONTYPE.SYSTEM}
|
||||
title="Near Production Example"
|
||||
description="Try an example with a correctly configured load balancer"
|
||||
/>
|
||||
</ListWrapper>
|
||||
<ListWrapper title="Integrations">
|
||||
<ListElement
|
||||
link="./integrations/authenticated-mongodb-charts"
|
||||
iconClasses="lab la-mdb"
|
||||
roundClasses="rounded rounded-service"
|
||||
title="Authenticated MongoDB Charts"
|
||||
description=""
|
||||
/>
|
||||
</ListWrapper>
|
||||
<ListWrapper title="Authentication">
|
||||
<ListElement
|
||||
link="/docs/guides/authentication/login-users"
|
||||
type={ICONTYPE.LOGIN}
|
||||
title="Login users"
|
||||
description="Authenticate users in ZITADEL"
|
||||
/>
|
||||
<ListElement
|
||||
link="/docs/guides/authentication/identity-brokering"
|
||||
type={ICONTYPE.LOGIN}
|
||||
title="Identity Brokering"
|
||||
description="Identity Brokering and Federated Identities"
|
||||
/>
|
||||
</ListWrapper>
|
||||
<ListWrapper title="APIs">
|
||||
<ListElement
|
||||
link="/docs/guides/api/access-zitadel-apis"
|
||||
type={ICONTYPE.APIS}
|
||||
title="APIs"
|
||||
description="Authorize Service Users to access ZITADEL APIs"
|
||||
/>
|
||||
</ListWrapper>
|
||||
<ListWrapper title="Customization">
|
||||
<ListElement
|
||||
link="/docs/guides/customize/branding"
|
||||
type={ICONTYPE.PRIVATELABELING}
|
||||
title="Private Labeling"
|
||||
description="Customize your organization to your brand"
|
||||
/>
|
||||
<ListElement
|
||||
link="/docs/guides/customize/texts"
|
||||
type={ICONTYPE.TEXTS}
|
||||
title="Texts"
|
||||
description="Login interface texts and notification texts"
|
||||
/>
|
||||
<ListElement
|
||||
link="/docs/guides/customize/behavior"
|
||||
type={ICONTYPE.TEXTS}
|
||||
title="Behavior"
|
||||
description="Customize ZITADELs behavior"
|
||||
/>
|
||||
</ListWrapper>
|
||||
<ListWrapper title="Solution Scenarios">
|
||||
<ListElement
|
||||
link="./solution-scenarios/b2c"
|
||||
iconClasses="las la-paragraph"
|
||||
roundClasses="rounded rounded-service"
|
||||
label="B2C"
|
||||
title="Business to Consumer"
|
||||
description=""
|
||||
/>
|
||||
<ListElement
|
||||
link="./solution-scenarios/b2b"
|
||||
iconClasses="las la-paragraph"
|
||||
roundClasses="rounded rounded-login"
|
||||
label="B2B"
|
||||
title="Business to Business"
|
||||
description=""
|
||||
/>
|
||||
</ListWrapper>
|
||||
</Column>
|
||||
|
@ -33,19 +33,19 @@ const features = [
|
||||
description=""
|
||||
/>
|
||||
<ListElement
|
||||
link="docs/guides/authentication/login-users"
|
||||
link="docs/guides/manage/cloud/overview"
|
||||
type={ICONTYPE.LOGIN}
|
||||
title="Authentication"
|
||||
title="ZITADEL Cloud"
|
||||
description=""
|
||||
/>
|
||||
<ListElement
|
||||
link="docs/guides/authorization/oauth-recommended-flows"
|
||||
link="docs/guides/integrate/login-users"
|
||||
type={ICONTYPE.LOGIN}
|
||||
title="Authorization"
|
||||
title="Login Users"
|
||||
description=""
|
||||
/>
|
||||
<ListElement
|
||||
link="docs/guides/api/access-zitadel-apis"
|
||||
link="docs/guides/integrate/access-zitadel-apis"
|
||||
type={ICONTYPE.APIS}
|
||||
title="Access APIs"
|
||||
description=""
|
||||
@ -61,7 +61,7 @@ const features = [
|
||||
description=""
|
||||
/>
|
||||
<ListElement
|
||||
link="docs/guides/customize/branding"
|
||||
link="docs/guides/manage/customize/branding"
|
||||
type={ICONTYPE.PRIVATELABELING}
|
||||
title="Customization"
|
||||
description=""
|
||||
@ -69,7 +69,7 @@ const features = [
|
||||
<ListElement
|
||||
link="docs/guides/deploy/overview"
|
||||
type={ICONTYPE.SYSTEM}
|
||||
title="Installation"
|
||||
title="Deploy"
|
||||
description=""
|
||||
/>
|
||||
<ListElement
|
||||
|
Loading…
x
Reference in New Issue
Block a user