mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:27:32 +00:00
docs(api): restructure overview (#6485)
* update sdks * restructure * resource based * headings * docs: add sdks * docs: build your own login sidebar * Apply suggestions from code review Co-authored-by: Fabi <fabienne@zitadel.com> * add info * move custom login guide inline --------- Co-authored-by: Fabienne <fabienne.gerschwiler@gmail.com> Co-authored-by: Fabi <fabienne@zitadel.com>
This commit is contained in:
@@ -144,6 +144,13 @@ module.exports = {
|
||||
type: "category",
|
||||
label: "Authenticate users",
|
||||
collapsed: true,
|
||||
link: {
|
||||
type: "generated-index",
|
||||
title: "Authenticate human users",
|
||||
slug: "guides/integrate/human-users",
|
||||
description:
|
||||
"How to authenticate human users with OpenID Connect",
|
||||
},
|
||||
items: [
|
||||
"guides/integrate/login-users",
|
||||
"guides/integrate/oauth-recommended-flows",
|
||||
@@ -439,6 +446,13 @@ module.exports = {
|
||||
type: "category",
|
||||
label: "Core Resources",
|
||||
collapsed: false,
|
||||
link: {
|
||||
type: "generated-index",
|
||||
title: "Core Resources",
|
||||
slug: "/apis/resources/",
|
||||
description:
|
||||
"Resource based API definitions",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
type: "category",
|
||||
|
Reference in New Issue
Block a user