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>
<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>
<h2>{{'HOME.QUICKSTARTS.TITLE' | translate}}</h2>
<p class="desc">{{'HOME.QUICKSTARTS.DESCRIPTION' | translate}}</p>

View File

@ -5,11 +5,13 @@ module.exports = {
type: 'category',
label: 'User',
items: ['manuals/user'],
collapsed: false,
},
{
type: 'category',
label: 'Administrator',
items: ['manuals/admin-managers'],
collapsed: false,
},
],
quickstarts: [
@ -18,11 +20,13 @@ module.exports = {
type: 'category',
label: 'Single Page Applications',
items: ['quickstarts/angular'],
collapsed: false,
},
{
type: 'category',
label: 'Identity Aware Proxy',
items: ['quickstarts/oauth2-proxy'],
collapsed: false,
}
],
guides: [
@ -31,6 +35,7 @@ module.exports = {
type: 'category',
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'],
collapsed: false,
},
],
apis: [
@ -56,11 +61,13 @@ module.exports = {
'apis/proto/object',
'apis/proto/options',
],
collapsed: false,
},
{
type: 'category',
label: 'OpenID Connect & OAuth',
items: ['apis/openidoauth/endpoints', 'apis/openidoauth/scopes', 'apis/openidoauth/claims', 'apis/openidoauth/authn-methods', 'apis/openidoauth/grant-types'],
collapsed: false,
},
],
concepts: [