docs: remove user schema and user api documentation from v3 api version

This commit is contained in:
Fabienne
2025-02-13 18:05:45 +01:00
parent 49de5c61b2
commit 5a59932aa4

View File

@@ -736,34 +736,6 @@ module.exports = {
id: "apis/v3",
},
items: [
{
type: "category",
label: "User Schema Lifecycle (Preview)",
link: {
type: "generated-index",
title: "User Schema Service API (Preview)",
slug: "/apis/resources/user_schema_service",
description:
"This API is intended to manage data schemas for users in a ZITADEL instance.\n" +
"\n" +
"This project is in Preview state. It can AND will continue breaking until the service provides the same functionality as the v1 and v2 user services.",
},
items: require("./docs/apis/resources/user_schema_service_v3/sidebar.ts"),
},
{
type: "category",
label: "User Lifecycle (Preview)",
link: {
type: "generated-index",
title: "User Service API (Preview)",
slug: "/apis/resources/user_service_v3",
description:
"This API is intended to manage users with your own data schema in a ZITADEL instance.\n" +
"\n" +
"This project is in Preview state. It can AND will continue breaking until the service provides the same functionality as the v1 and v2 user services.",
},
items: require("./docs/apis/resources/user_service_v3/sidebar.ts"),
},
{
type: "category",
label: "Action Lifecycle (Preview)",