mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 19:07:30 +00:00
docs: console guide (#4468)
* console guide * org * orgs, projects * applications * project, roles, authz * users, roles * app config, imgs * policy imgs * users, metadata, imgs * actions, projects, structure * css * rm overview component * rm manager from sidebar * fix some broken links, update 🦖 * fix broken links * fix img shadow * Update docs/docs/concepts/structure/applications.md Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * policy link * link to projects guide * Update docs/docs/guides/integrate/application/review-config.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * add external org authz guide * Update docs/docs/guides/manage/console/users.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * link to example * readd manager structure * punto * docs: domain settings email as username * docs: links * project, application settings, screenshots * Update docs/docs/guides/manage/console/instance-settings.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * Update docs/docs/guides/manage/console/instance-settings.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * Update docs/docs/guides/manage/console/instance-settings.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * Update docs/docs/guides/manage/console/instance-settings.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * Update docs/docs/guides/manage/console/instance-settings.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * Update docs/docs/guides/manage/console/instance-settings.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * Update docs/docs/guides/manage/console/instance-settings.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * Update docs/docs/guides/manage/console/instance-settings.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * Update docs/docs/guides/manage/console/instance-settings.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * Update docs/docs/guides/manage/console/organizations.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * iam role * Update docs/docs/guides/manage/console/managers.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * Update docs/docs/guides/manage/console/managers.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * change username text * Update docs/docs/guides/manage/console/roles.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * link example * branding changes * Update docs/docs/guides/manage/console/organizations.mdx good point 👍 Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * docs: loginnames Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> Co-authored-by: Fabienne <fabienne.gerschwiler@gmail.com>
This commit is contained in:
@@ -15,9 +15,7 @@ module.exports = {
|
||||
{
|
||||
type: "category",
|
||||
label: "Secure your API",
|
||||
items: [
|
||||
"examples/secure-api/go",
|
||||
"examples/secure-api/dot-net"],
|
||||
items: ["examples/secure-api/go", "examples/secure-api/dot-net"],
|
||||
collapsed: false,
|
||||
},
|
||||
{
|
||||
@@ -42,9 +40,7 @@ module.exports = {
|
||||
type: "category",
|
||||
label: "Get started",
|
||||
collapsed: false,
|
||||
items: [
|
||||
"guides/start/quickstart",
|
||||
],
|
||||
items: ["guides/start/quickstart"],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
@@ -66,8 +62,8 @@ module.exports = {
|
||||
collapsed: false,
|
||||
items: [
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Cloud',
|
||||
type: "category",
|
||||
label: "Cloud",
|
||||
items: [
|
||||
"guides/manage/cloud/overview",
|
||||
"guides/manage/cloud/start",
|
||||
@@ -75,11 +71,11 @@ module.exports = {
|
||||
"guides/manage/cloud/billing",
|
||||
"guides/manage/cloud/users",
|
||||
"guides/manage/cloud/support",
|
||||
]
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Self-Hosted',
|
||||
type: "category",
|
||||
label: "Self-Hosted",
|
||||
items: [
|
||||
"guides/manage/self-hosted/configure/configure",
|
||||
"guides/manage/self-hosted/proxy/proxy",
|
||||
@@ -87,34 +83,38 @@ module.exports = {
|
||||
"guides/manage/self-hosted/http2",
|
||||
"guides/manage/self-hosted/tls_modes",
|
||||
"guides/manage/self-hosted/database/database",
|
||||
]
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Console',
|
||||
type: "category",
|
||||
label: "Console",
|
||||
items: [
|
||||
"guides/manage/console/overview",
|
||||
"guides/manage/console/instance-settings",
|
||||
"guides/manage/console/organizations",
|
||||
"guides/manage/console/projects",
|
||||
"guides/manage/console/roles",
|
||||
"guides/manage/console/applications",
|
||||
]
|
||||
"guides/manage/console/users",
|
||||
"guides/manage/console/managers",
|
||||
"guides/manage/console/actions",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Customize',
|
||||
type: "category",
|
||||
label: "Customize",
|
||||
items: [
|
||||
"guides/manage/customize/branding",
|
||||
"guides/manage/customize/texts",
|
||||
"guides/manage/customize/behavior",
|
||||
"guides/manage/customize/user-metadata",
|
||||
]
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Terraform',
|
||||
items: [
|
||||
"guides/manage/terraform/basics",
|
||||
]
|
||||
}
|
||||
type: "category",
|
||||
label: "Terraform",
|
||||
items: ["guides/manage/terraform/basics"],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -223,7 +223,7 @@ module.exports = {
|
||||
collapsed: true,
|
||||
items: ["apis/assets/assets"],
|
||||
},
|
||||
"apis/actions"
|
||||
"apis/actions",
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -242,27 +242,19 @@ module.exports = {
|
||||
type: "category",
|
||||
label: "SAML",
|
||||
collapsed: false,
|
||||
items: [
|
||||
"apis/saml/endpoints",
|
||||
],
|
||||
items: ["apis/saml/endpoints"],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Observability",
|
||||
collapsed: false,
|
||||
items: [
|
||||
"apis/observability/metrics",
|
||||
"apis/observability/health",
|
||||
],
|
||||
items: ["apis/observability/metrics", "apis/observability/health"],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Rate Limits",
|
||||
collapsed: false,
|
||||
items: [
|
||||
"apis/ratelimits/ratelimits",
|
||||
"legal/rate-limit-policy",
|
||||
],
|
||||
items: ["apis/ratelimits/ratelimits", "legal/rate-limit-policy"],
|
||||
},
|
||||
],
|
||||
concepts: [
|
||||
@@ -295,12 +287,12 @@ module.exports = {
|
||||
"concepts/structure/overview",
|
||||
"concepts/structure/instance",
|
||||
"concepts/structure/organizations",
|
||||
"concepts/structure/policies",
|
||||
"concepts/structure/projects",
|
||||
"concepts/structure/applications",
|
||||
"concepts/structure/granted_projects",
|
||||
"concepts/structure/users",
|
||||
"concepts/structure/managers",
|
||||
"concepts/structure/policies",
|
||||
"concepts/structure/jwt_idp",
|
||||
],
|
||||
},
|
||||
@@ -314,10 +306,7 @@ module.exports = {
|
||||
type: "category",
|
||||
label: "Features",
|
||||
collapsed: false,
|
||||
items: [
|
||||
"concepts/features/actions",
|
||||
"concepts/features/selfservice"
|
||||
],
|
||||
items: ["concepts/features/actions", "concepts/features/selfservice"],
|
||||
},
|
||||
],
|
||||
manuals: [
|
||||
@@ -334,7 +323,11 @@ module.exports = {
|
||||
type: "category",
|
||||
label: "Service Description",
|
||||
collapsed: false,
|
||||
items: ["legal/cloud-service-description", "legal/service-level-description", "legal/support-services"],
|
||||
items: [
|
||||
"legal/cloud-service-description",
|
||||
"legal/service-level-description",
|
||||
"legal/support-services",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
|
Reference in New Issue
Block a user