zitadel/docs/docs/guides/overview.mdx
Elio Bischof f3d9c45174
docs(installation): fix overview items (#3880)
* docs(installation): fix overview items

* installation after getting started

* fix broken links

* fix broken links

* fix broken link
2022-06-30 16:06:01 +02:00

123 lines
3.8 KiB
Plaintext

---
title: Overview
---
import { ListElement, ListWrapper, ICONTYPE } from "../../src/components/list";
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](./basics/get-started) docs.
<Column>
<ListWrapper title="Get to know ZITADEL">
<ListElement
link="/docs/guides/basics/get-started"
type={ICONTYPE.START}
title="Get started"
description="Try out zitadel.com"
/>
<ListElement
link="/docs/guides/basics/organizations"
type={ICONTYPE.START}
title="Organizations"
description="Learn how ZITADEL ist organized"
/>
<ListElement
link="/docs/guides/basics/projects"
type={ICONTYPE.START}
title="Projects"
description="Understand projects and grants"
/>
</ListWrapper>
<ListWrapper title="Installation">
<ListElement
link="/docs/guides/installation/run"
type={ICONTYPE.SYSTEM}
title="Run ZITADEL"
description="Learn how to run ZITADEL on your preferred platform"
/>
<ListElement
link="/docs/guides/installation/configure"
type={ICONTYPE.SYSTEM}
title="Configure ZITADEL"
description="Learn how to configure your ZITADEL installation"
/>
<ListElement
link="/docs/guides/installation/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/customization/branding"
type={ICONTYPE.PRIVATELABELING}
title="Private Labeling"
description="Customize your organization to your brand"
/>
<ListElement
link="/docs/guides/customization/texts"
type={ICONTYPE.TEXTS}
title="Texts"
description="Login interface texts and notification texts"
/>
<ListElement
link="/docs/guides/customization/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>