fix: broken documentation links (#4454)

Minor fix: Fixed broken documentation links

Co-authored-by: Dominic Luechinger <dominic.luechinger@zuehlke.com>
This commit is contained in:
Dominic
2022-09-26 21:58:42 +02:00
committed by GitHub
parent a7646d5a78
commit 0755ed8a70
14 changed files with 20 additions and 20 deletions

View File

@@ -290,7 +290,7 @@ You may edit the texts in these files or create a new file for additional langua
## Want to start ZITADEL? ## Want to start ZITADEL?
You can find an installation guide for all the different environments here: You can find an installation guide for all the different environments here:
[https://docs.zitadel.com/docs/guides/installation](https://docs.zitadel.com/docs/guides/installation) [https://docs.zitadel.com/docs/guides/deploy/overview](https://docs.zitadel.com/docs/guides/deploy/overview)
## **Did you find a security flaw?** ## **Did you find a security flaw?**

View File

@@ -5,7 +5,7 @@
> >
<p class="subinfo" sub> <p class="subinfo" sub>
<span class="cnsl-secondary-text">{{ 'PROJECT.MEMBER.DESCRIPTION' | translate }}</span> <span class="cnsl-secondary-text">{{ 'PROJECT.MEMBER.DESCRIPTION' | translate }}</span>
<a mat-icon-button href="https://docs.zitadel.com/docs/manuals/admin-managers" target="_blank"> <a mat-icon-button href="https://docs.zitadel.com/docs/concepts/structure/managers" target="_blank">
<i class="las la-info-circle"></i> <i class="las la-info-circle"></i>
</a> </a>
</p> </p>

View File

@@ -6,7 +6,7 @@
<h1>{{ 'ORG.DOMAINS.TITLE' | translate }}</h1> <h1>{{ 'ORG.DOMAINS.TITLE' | translate }}</h1>
<a <a
mat-icon-button mat-icon-button
href="https://docs.zitadel.com/docs/guides/basics/organizations#how-zitadel-handles-usernames" href="https://docs.zitadel.com/docs/guides/manage/console/organizations#how-zitadel-handles-usernames"
rel="noreferrer" rel="noreferrer"
target="_blank" target="_blank"
> >

View File

@@ -18,7 +18,7 @@
</a> </a>
<a <a
href="https://docs.zitadel.com/docs/guides/basics/get-started/" href="https://docs.zitadel.com/docs/guides/start/quickstart"
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
class="grid-item green" class="grid-item green"
@@ -29,12 +29,7 @@
<span>{{ 'HOME.GETSTARTED.TITLE' | translate }}</span> <span>{{ 'HOME.GETSTARTED.TITLE' | translate }}</span>
</a> </a>
<a <a href="https://docs.zitadel.com/docs/examples/introduction" target="_blank" rel="noreferrer" class="grid-item green">
href="https://docs.zitadel.com/docs/quickstarts/introduction"
target="_blank"
rel="noreferrer"
class="grid-item green"
>
<div class="grid-item-avatar green"> <div class="grid-item-avatar green">
<i class="icon las la-play"></i> <i class="icon las la-play"></i>
</div> </div>

View File

@@ -1,7 +1,7 @@
<cnsl-detail-layout [hasBackButton]="true" title="{{ 'IAM.MEMBER.TITLE' | translate }}"> <cnsl-detail-layout [hasBackButton]="true" title="{{ 'IAM.MEMBER.TITLE' | translate }}">
<p class="subinfo" sub> <p class="subinfo" sub>
<span class="cnsl-secondary-text">{{ 'IAM.MEMBER.DESCRIPTION' | translate }}</span> <span class="cnsl-secondary-text">{{ 'IAM.MEMBER.DESCRIPTION' | translate }}</span>
<a mat-icon-button href="https://docs.zitadel.com/docs/manuals/admin-managers" target="_blank"> <a mat-icon-button href="https://docs.zitadel.com/docs/concepts/structure/managers" target="_blank">
<i class="las la-info-circle"></i> <i class="las la-info-circle"></i>
</a> </a>
</p> </p>

View File

@@ -1,7 +1,7 @@
<cnsl-detail-layout title="{{ org?.name }} {{ 'ORG.MEMBER.TITLE' | translate }}"> <cnsl-detail-layout title="{{ org?.name }} {{ 'ORG.MEMBER.TITLE' | translate }}">
<p class="subinfo" sub> <p class="subinfo" sub>
<span class="cnsl-secondary-text">{{ 'ORG.MEMBER.DESCRIPTION' | translate }}</span> <span class="cnsl-secondary-text">{{ 'ORG.MEMBER.DESCRIPTION' | translate }}</span>
<a mat-icon-button href="https://docs.zitadel.com/docs/manuals/admin-managers" target="_blank"> <a mat-icon-button href="https://docs.zitadel.com/docs/concepts/structure/managers" target="_blank">
<i class="las la-info-circle"></i> <i class="las la-info-circle"></i>
</a> </a>
</p> </p>

View File

@@ -1,7 +1,7 @@
<cnsl-top-view <cnsl-top-view
title="{{ app?.name }}" title="{{ app?.name }}"
[hasActions]="isZitadel === false && (['project.app.write:' + projectId, 'project.app.write'] | hasRole | async)" [hasActions]="isZitadel === false && (['project.app.write:' + projectId, 'project.app.write'] | hasRole | async)"
docLink="https://docs.zitadel.com/docs/guides/basics/projects" docLink="https://docs.zitadel.com/docs/guides/manage/console/projects"
[sub]="app?.oidcConfig ? ('APP.OIDC.APPTYPE.' + app?.oidcConfig?.appType | translate) : app?.apiConfig ? 'API' : 'SAML'" [sub]="app?.oidcConfig ? ('APP.OIDC.APPTYPE.' + app?.oidcConfig?.appType | translate) : app?.apiConfig ? 'API' : 'SAML'"
[isActive]="app?.state === AppState.APP_STATE_ACTIVE" [isActive]="app?.state === AppState.APP_STATE_ACTIVE"
[isInactive]="app?.state === AppState.APP_STATE_INACTIVE" [isInactive]="app?.state === AppState.APP_STATE_INACTIVE"

View File

@@ -1,7 +1,7 @@
<cnsl-top-view <cnsl-top-view
title="{{ project?.projectName }}" title="{{ project?.projectName }}"
[hasActions]="false" [hasActions]="false"
docLink="https://docs.zitadel.com/docs/guides/basics/projects#what-is-a-granted-project" docLink="https://docs.zitadel.com/docs/guides/manage/console/projects#what-is-a-granted-project"
sub="{{ 'PROJECT.PAGES.TYPE.GRANTED_SINGULAR' | translate }} {{ 'ACTIONS.OF' | translate }} <strong>{{ sub="{{ 'PROJECT.PAGES.TYPE.GRANTED_SINGULAR' | translate }} {{ 'ACTIONS.OF' | translate }} <strong>{{
project?.projectOwnerName project?.projectOwnerName
}}</strong>" }}</strong>"

View File

@@ -1,6 +1,6 @@
<cnsl-top-view <cnsl-top-view
title="{{ project?.name }}" title="{{ project?.name }}"
docLink="https://docs.zitadel.com/docs/guides/basics/projects" docLink="https://docs.zitadel.com/docs/guides/manage/console/projects"
sub="{{ 'PROJECT.PAGES.TYPE.OWNED_SINGULAR' | translate }}" sub="{{ 'PROJECT.PAGES.TYPE.OWNED_SINGULAR' | translate }}"
[isActive]="project?.state === ProjectState.PROJECT_STATE_ACTIVE" [isActive]="project?.state === ProjectState.PROJECT_STATE_ACTIVE"
[isInactive]="project?.state === ProjectState.PROJECT_STATE_INACTIVE" [isInactive]="project?.state === ProjectState.PROJECT_STATE_INACTIVE"

View File

@@ -2,7 +2,12 @@
<div class="enlarged-container"> <div class="enlarged-container">
<div class="project-title-row"> <div class="project-title-row">
<h1>{{ 'PROJECT.PAGES.LIST' | translate }}</h1> <h1>{{ 'PROJECT.PAGES.LIST' | translate }}</h1>
<a mat-icon-button href="https://docs.zitadel.com/docs/guides/basics/projects" rel="noreferrer" target="_blank"> <a
mat-icon-button
href="https://docs.zitadel.com/docs/guides/manage/console/projects"
rel="noreferrer"
target="_blank"
>
<i class="las la-info-circle"></i> <i class="las la-info-circle"></i>
</a> </a>
</div> </div>

View File

@@ -1,7 +1,7 @@
<cnsl-top-view <cnsl-top-view
*ngIf="user" *ngIf="user"
title="{{ user.human ? user.human.profile?.displayName : user.machine?.name }}" title="{{ user.human ? user.human.profile?.displayName : user.machine?.name }}"
docLink="https://docs.zitadel.com/docs/guides/basics/projects" docLink="https://docs.zitadel.com/docs/guides/manage/console/projects"
sub="{{ user.preferredLoginName }}" sub="{{ user.preferredLoginName }}"
[isActive]="user.state === UserState.USER_STATE_ACTIVE" [isActive]="user.state === UserState.USER_STATE_ACTIVE"
[isInactive]="user.state === UserState.USER_STATE_INACTIVE" [isInactive]="user.state === UserState.USER_STATE_INACTIVE"

View File

@@ -3091,7 +3091,7 @@ This is an empty request
| Field | Type | Description | Validation | | Field | Type | Description | Validation |
| ----- | ---- | ----------- | ----------- | | ----- | ---- | ----------- | ----------- |
| primary_color | string | - | string.max_len: 50<br /> | | primary_color | string | - | string.max_len: 50<br /> |
| hide_login_name_suffix | bool | hides the org suffix on the login form if the scope \"urn:zitadel:iam:org:domain:primary:{domainname}\" is set. Details about this scope in https://docs.zitadel.com/concepts#Reserved_Scopes | | | hide_login_name_suffix | bool | hides the org suffix on the login form if the scope \"urn:zitadel:iam:org:domain:primary:{domainname}\" is set. Details about this scope in https://docs.zitadel.com/docs/apis/openidoauth/scopes#reserved-scopes | |
| warn_color | string | - | string.max_len: 50<br /> | | warn_color | string | - | string.max_len: 50<br /> |
| background_color | string | - | string.max_len: 50<br /> | | background_color | string | - | string.max_len: 50<br /> |
| font_color | string | - | string.max_len: 50<br /> | | font_color | string | - | string.max_len: 50<br /> |

View File

@@ -33,7 +33,7 @@ title: zitadel/policy.proto
| details | zitadel.v1.ObjectDetails | - | | | details | zitadel.v1.ObjectDetails | - | |
| primary_color | string | hex value for primary color | | | primary_color | string | hex value for primary color | |
| is_default | bool | defines if the organisation's admin changed the policy | | | is_default | bool | defines if the organisation's admin changed the policy | |
| hide_login_name_suffix | bool | hides the org suffix on the login form if the scope \"urn:zitadel:iam:org:domain:primary:{domainname}\" is set. Details about this scope in https://docs.zitadel.com/concepts#Reserved_Scopes | | | hide_login_name_suffix | bool | hides the org suffix on the login form if the scope \"urn:zitadel:iam:org:domain:primary:{domainname}\" is set. Details about this scope in https://docs.zitadel.com/docs/apis/openidoauth/scopes#reserved-scopes | |
| warn_color | string | hex value for secondary color | | | warn_color | string | hex value for secondary color | |
| background_color | string | hex value for background color | | | background_color | string | hex value for background color | |
| font_color | string | hex value for font color | | | font_color | string | hex value for font color | |

View File

@@ -7,7 +7,7 @@ It demonstrates how to fetch some data from the ZITADEL management API.
At the end of the guide you should have an application able to read the details of your organization. At the end of the guide you should have an application able to read the details of your organization.
If you need any other information about the .NET SDK go to the [documentation](https://caos.github.io/zitadel-net/) of the SDK itself. If you need any other information about the .NET SDK go to the [documentation](https://zitadel.github.io/zitadel-net/) of the SDK itself.
## Prerequisites ## Prerequisites
The client [SDK](https://github.com/zitadel/zitadel-net) will handle all necessary OAuth 2.0 requests and send the required headers to the ZITADEL API. The client [SDK](https://github.com/zitadel/zitadel-net) will handle all necessary OAuth 2.0 requests and send the required headers to the ZITADEL API.