fix(console): link to quickstarts (#1631)

This commit is contained in:
Florian Forster 2021-04-21 21:46:13 +02:00 committed by GitHub
parent 3f90d620b8
commit f0b333c5cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -33,7 +33,7 @@
</ng-template> </ng-template>
<a matRipple *ngIf="!firstStepsDismissed" class="quickstart" target="_blank" <a matRipple *ngIf="!firstStepsDismissed" class="quickstart" target="_blank"
href="https://docs.zitadel.ch/quickstarts"> href="https://docs.zitadel.ch/docs/quickstarts/introduction">
<p class="first-steps">{{'HOME.QUICKSTARTS.LABEL' | translate}}</p> <p class="first-steps">{{'HOME.QUICKSTARTS.LABEL' | translate}}</p>
<h2>{{'HOME.QUICKSTARTS.TITLE' | translate}}</h2> <h2>{{'HOME.QUICKSTARTS.TITLE' | translate}}</h2>
<p class="desc">{{'HOME.QUICKSTARTS.DESCRIPTION' | translate}}</p> <p class="desc">{{'HOME.QUICKSTARTS.DESCRIPTION' | translate}}</p>

View File

@ -5,11 +5,13 @@ module.exports = {
type: 'category', type: 'category',
label: 'User', label: 'User',
items: ['manuals/user'], items: ['manuals/user'],
collapsed: false,
}, },
{ {
type: 'category', type: 'category',
label: 'Administrator', label: 'Administrator',
items: ['manuals/admin-managers'], items: ['manuals/admin-managers'],
collapsed: false,
}, },
], ],
quickstarts: [ quickstarts: [
@ -18,11 +20,13 @@ module.exports = {
type: 'category', type: 'category',
label: 'Single Page Applications', label: 'Single Page Applications',
items: ['quickstarts/angular'], items: ['quickstarts/angular'],
collapsed: false,
}, },
{ {
type: 'category', type: 'category',
label: 'Identity Aware Proxy', label: 'Identity Aware Proxy',
items: ['quickstarts/oauth2-proxy'], items: ['quickstarts/oauth2-proxy'],
collapsed: false,
} }
], ],
guides: [ guides: [
@ -31,6 +35,7 @@ module.exports = {
type: 'category', type: 'category',
label: 'Get to know ZITADEL', label: 'Get to know ZITADEL',
items: ['guides/get-started', 'guides/organizations', 'guides/projects', 'guides/oauth-recommended-flows', 'guides/serviceusers', 'guides/access-zitadel-apis', 'guides/identity-brokering'], items: ['guides/get-started', 'guides/organizations', 'guides/projects', 'guides/oauth-recommended-flows', 'guides/serviceusers', 'guides/access-zitadel-apis', 'guides/identity-brokering'],
collapsed: false,
}, },
], ],
apis: [ apis: [
@ -56,11 +61,13 @@ module.exports = {
'apis/proto/object', 'apis/proto/object',
'apis/proto/options', 'apis/proto/options',
], ],
collapsed: false,
}, },
{ {
type: 'category', type: 'category',
label: 'OpenID Connect & OAuth', label: 'OpenID Connect & OAuth',
items: ['apis/openidoauth/endpoints', 'apis/openidoauth/scopes', 'apis/openidoauth/claims', 'apis/openidoauth/authn-methods', 'apis/openidoauth/grant-types'], items: ['apis/openidoauth/endpoints', 'apis/openidoauth/scopes', 'apis/openidoauth/claims', 'apis/openidoauth/authn-methods', 'apis/openidoauth/grant-types'],
collapsed: false,
}, },
], ],
concepts: [ concepts: [