diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index d2a3be4c01..c10c89e127 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -324,22 +324,6 @@ module.exports = { categoryLinkSource: "auto", }, }, - user_schema_v3: { - specPath: ".artifacts/openapi/zitadel/resources/userschema/v3alpha/user_schema_service.swagger.json", - outputDir: "docs/apis/resources/user_schema_service_v3", - sidebarOptions: { - groupPathsBy: "tag", - categoryLinkSource: "auto", - }, - }, - user_v3: { - specPath: ".artifacts/openapi/zitadel/resources/user/v3alpha/user_service.swagger.json", - outputDir: "docs/apis/resources/user_service_v3", - sidebarOptions: { - groupPathsBy: "tag", - categoryLinkSource: "auto", - }, - }, action_v3: { specPath: ".artifacts/openapi/zitadel/resources/action/v3alpha/action_service.swagger.json", outputDir: "docs/apis/resources/action_service_v3", diff --git a/docs/sidebars.js b/docs/sidebars.js index a154514d5a..52eef6fffe 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -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)",