docs:change titles (#6582)

* Modified quick start guide to reflect the new onboarding changes.

* Modified titles to optimize indexing. Left thet titles in title case for now.

* Added side bar labels and also made minor changes to titles.

* Update docs/docs/apis/openidoauth/endpoints.mdx

Co-authored-by: Fabi <fabienne@zitadel.com>

---------

Co-authored-by: Fabi <fabienne@zitadel.com>
This commit is contained in:
Dakshitha Ratnayake
2023-09-19 17:20:00 +05:30
committed by GitHub
parent a5decda201
commit 599a1ddd78
137 changed files with 304 additions and 201 deletions

View File

@@ -1,5 +1,6 @@
---
title: Secrets
title: How ZITADEL Processes and Stores Secrets
sidebar_label: Secrets
---
In this chapter you can find information of how ZITADEL processes and stores secrets and credentials in a secure fashion.

View File

@@ -1,5 +1,6 @@
---
title: Software
title: ZITADEL's Software Architecture
sidebar_label: Software Architecture
---
ZITADEL is built with two essential patterns. Event Sourcing (ES) and Command and Query Responsibility Segregation (CQRS).
@@ -14,7 +15,7 @@ Each ZITADEL binary contains all components necessary to serve traffic
From serving the API, rendering GUI's, background processing of events and task.
This All in One (AiO) approach makes operating ZITADEL simple.
## Software Structure
## The Architecture
ZITADELs software architecture is built around multiple components at different levels.
This chapter should give you an idea of the components as well as the different layers.

View File

@@ -1,5 +1,6 @@
---
title: Deployment
title: ZITADEL's Deployment Architecture
sidebar_label: Deployment Architecture
---
## High Availability

View File

@@ -1,5 +1,6 @@
---
title: Implementation
title: ZITADEL Database Structure
sidebar_label: Database Structure
---
This documentation gives you an insight into the structure of the ZITADEL database.

View File

@@ -1,5 +1,5 @@
---
title: Eventstore
title: ZITADEL Event Store
sidebar_label: Overview
---

View File

@@ -1,5 +1,6 @@
---
title: Actions
title: ZITADEL Actions
sidebar_label: Actions
---
By using ZITADEL actions, you can manipulate ZITADELs behavior on specific Events.

View File

@@ -1,5 +1,6 @@
---
title: Audit Trail
title: ZITADEL's In-built Audit Trail
sidebar_label: Audit Trail
---
ZITADEL provides you with an built-in audit trail to track all changes and events over an unlimited period of time.

View File

@@ -1,5 +1,6 @@
---
title: Identity Brokering
title: Identity Brokering in ZITADEL
sidebar_label: Identity Brokering
---
## What are Identity Brokering and Federated Identities?

View File

@@ -1,5 +1,6 @@
---
title: Self-Service
title: Self Service in ZITADEL
sidebar_label: Self Service
---
ZITADEL allows users to perform many tasks themselves.

View File

@@ -1,5 +1,6 @@
---
title: Applications
title: ZITADEL Applications
sidebar_label: Applications
---
# Applications

View File

@@ -1,5 +1,6 @@
---
title: Granted Projects
title: ZITADEL's Granted Projects
sidebar_label: Granted Projects
---
# Granted Project

View File

@@ -1,5 +1,6 @@
---
title: Instance
title: ZITADEL Instances
sidebar_label: Instances
---
## Instance Structure

View File

@@ -1,5 +1,6 @@
---
title: Managers
title: ZITADEL Managers
sidebar_label: Managers
---
import ManagerDescription from "./_manager_description.mdx";

View File

@@ -1,5 +1,6 @@
---
title: Organizations
title: ZITADEL Organizations
sidebar_label: Organizations
---
import OrgDescription from './_org_description.mdx';

View File

@@ -1,8 +1,9 @@
---
title: Settings/Policies
title: ZITADEL Settings and Policies
sidebar_label: Setting and Policies
---
Settings and policies are configurations of all the different parts of the Instance or an organization. For all parts we have a suitable default in the Instance.
Settings and policies are configurations of all the different parts of the instance or an organization. For all parts we have a suitable default in the instance.
The default configuration can be overridden for each organization, some policies are currently only available on the instance level. Learn more about our different policies [here](/guides/manage/console/instance-settings.mdx).
API wise, settings are often called policies. You can read the proto and swagger definitions [here](../../apis/introduction.mdx).

View File

@@ -1,5 +1,6 @@
---
title: Projects
title: ZITADEL Projects
sidebar_label: Projects
---
# Project

View File

@@ -1,5 +1,6 @@
---
title: Users
title: ZITADEL Users
sidebar_label: Users
---
## Types of users