mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-04 11:06:31 +00:00
docs(v2): fix duplicate section of user, session, oidc and settings services (#8889)
# Which Problems Are Solved Duplicate section in the doc  # How the Problems Are Solved Change the category link source to add a introduction section 
This commit is contained in:
parent
04a166f2d2
commit
f45f52ea0d
@ -289,7 +289,7 @@ module.exports = {
|
||||
outputDir: "docs/apis/resources/user_service_v2",
|
||||
sidebarOptions: {
|
||||
groupPathsBy: "tag",
|
||||
categoryLinkSource: "tag",
|
||||
categoryLinkSource: "auto",
|
||||
},
|
||||
},
|
||||
session_v2: {
|
||||
@ -297,7 +297,7 @@ module.exports = {
|
||||
outputDir: "docs/apis/resources/session_service_v2",
|
||||
sidebarOptions: {
|
||||
groupPathsBy: "tag",
|
||||
categoryLinkSource: "tag",
|
||||
categoryLinkSource: "auto",
|
||||
},
|
||||
},
|
||||
oidc_v2: {
|
||||
@ -305,7 +305,7 @@ module.exports = {
|
||||
outputDir: "docs/apis/resources/oidc_service_v2",
|
||||
sidebarOptions: {
|
||||
groupPathsBy: "tag",
|
||||
categoryLinkSource: "tag",
|
||||
categoryLinkSource: "auto",
|
||||
},
|
||||
},
|
||||
settings_v2: {
|
||||
@ -313,7 +313,7 @@ module.exports = {
|
||||
outputDir: "docs/apis/resources/settings_service_v2",
|
||||
sidebarOptions: {
|
||||
groupPathsBy: "tag",
|
||||
categoryLinkSource: "tag",
|
||||
categoryLinkSource: "auto",
|
||||
},
|
||||
},
|
||||
user_schema_v3: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user