mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
fix(console): link to quickstarts (#1631)
This commit is contained in:
parent
3f90d620b8
commit
f0b333c5cb
@ -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>
|
||||
|
@ -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: [
|
||||
|
Loading…
Reference in New Issue
Block a user