docs: improve documentation for v2 release (#4046)

* WIP: docs(proxy): describe proxy settings

* fix nginx

* refactor (docs): deploy and operate sections

* chore: ignore package-lock since we use yarn

* chore: update to rc1

* chore: broken links

* chore: update yarn

* docs: move disclaimer to bottom

* chore: fix broken links

* Update docs/docs/guides/operate/tls_modes.mdx

Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com>

* test caddy files

* syntax highlight

* traefik example

* refactor: docs

* refactor

* working state

* got a working state

* remove bar

* mark rate limits for update

* remove zitadel.ch

* fix cases

* docs: zitadel quickstart

* docs: zitadel quickstart

* docs: create app and project

* docs: move customer portal docs to guides manage cloud

* docs: move customer portal docs to guides manage cloud

* docs: move customer portal docs to guides manage cloud

* docs: add help me choose in the quickstart

* docs: broken links

* fix broken links

* Update knative guide

* styling

* docs: support customer portal

* update to main instead v2-alpha

* use version 2 tag

* docs: images

* docs: move authentication and authorization guides to integrate

* docs: quickstart use examples

* docs: lb example

* fix broken link

* docs: update userinfo endpoints

* docs: update userinfo endpoints

* fix oidc endpoint

* docs: remove unused endpoints in app.module

Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com>
Co-authored-by: Fabienne <fabienne.gerschwiler@gmail.com>
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
Florian Forster
2022-07-29 10:13:45 +02:00
committed by GitHub
parent fb52575f79
commit 3c3bce1a6b
123 changed files with 3212 additions and 25673 deletions

View File

@@ -27,7 +27,7 @@ const features = [
<Column>
<div>
<ListElement
link="docs/guides/basics/get-started"
link="docs/guides/start/quickstart"
type={ICONTYPE.START}
title="Get started"
description=""
@@ -61,13 +61,13 @@ const features = [
description=""
/>
<ListElement
link="docs/guides/customization/branding"
link="docs/guides/customize/branding"
type={ICONTYPE.PRIVATELABELING}
title="Customization"
description=""
/>
<ListElement
link="docs/guides/installation/run"
link="docs/guides/deploy/overview"
type={ICONTYPE.SYSTEM}
title="Installation"
description=""
@@ -87,7 +87,7 @@ const features = [
title: "Quickstarts",
darkImageUrl: "img/index/Quickstarts-dark.svg",
lightImageUrl: "img/index/Quickstarts-light.svg",
link: "docs/quickstarts/introduction",
link: "docs/examples/introduction",
description: (
<>
Learn how to integrate your applications and build secure workflows and
@@ -97,25 +97,25 @@ const features = [
content: (
<div className={styles.quickstartcontainer}>
<QuickstartLink
link="/docs/quickstarts/login/angular"
link="/docs/examples/login/angular"
imageSource="/img/tech/angular.svg"
title="Angular"
description="Add the user login to your application and query some data from the userinfo endpoint"
/>
<QuickstartLink
link="/docs/quickstarts/login/react"
link="/docs/examples/login/react"
imageSource="/img/tech/react.png"
title="React"
description="Logs into your application and queries some data from the userinfo endpoint"
/>
<QuickstartLink
link="/docs/quickstarts/login/flutter"
link="/docs/examples/login/flutter"
imageSource="/img/tech/flutter.svg"
title="Flutter"
description="Mobile Application working for iOS and Android that authenticates your user."
/>
<QuickstartLink
link="/docs/quickstarts/login/nextjs"
link="/docs/examples/login/nextjs"
imageSource="/img/tech/nextjslight.svg"
lightImageSource="/img/tech/nextjs.svg"
title="NextJS"
@@ -272,7 +272,7 @@ export default function Home() {
"button button--outline button--lg get-started",
styles.getStarted
)}
to={useBaseUrl("docs/guides/basics/get-started")}
to={useBaseUrl("docs/guides/start/quickstart")}
>
Get Started
</Link>