From b4d7af84f793f02fad3d312e7b79e699b5bcd4bc Mon Sep 17 00:00:00 2001 From: lannyfu Date: Wed, 30 Jul 2025 17:26:35 +0800 Subject: [PATCH] fix bug Signed-off-by: lannyfu --- content/zh/docs/v3.3/_index.md | 4 ++++ content/zh/docs/v3.4/_index.md | 4 ++++ content/zh/docs/v4.1/_index.adoc | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/content/zh/docs/v3.3/_index.md b/content/zh/docs/v3.3/_index.md index de86e2bf5..b25eb4c6e 100644 --- a/content/zh/docs/v3.3/_index.md +++ b/content/zh/docs/v3.3/_index.md @@ -2,6 +2,10 @@ title: "Documentation" css: "scss/docs.scss" isDocsRoot: true +_build: + render: never + list: never + publishResources: false LinkTitle: "文档" diff --git a/content/zh/docs/v3.4/_index.md b/content/zh/docs/v3.4/_index.md index f55904350..fdb2aa405 100644 --- a/content/zh/docs/v3.4/_index.md +++ b/content/zh/docs/v3.4/_index.md @@ -2,6 +2,10 @@ title: "Documentation" css: "scss/docs.scss" isDocsRoot: true +_build: + render: never + list: never + publishResources: false LinkTitle: "文档" diff --git a/content/zh/docs/v4.1/_index.adoc b/content/zh/docs/v4.1/_index.adoc index 4ef17fb78..dede4370e 100644 --- a/content/zh/docs/v4.1/_index.adoc +++ b/content/zh/docs/v4.1/_index.adoc @@ -3,6 +3,10 @@ title: 文档中心 css: scss/docs.scss isDocsRoot: true LinkTitle: 文档 +_build: + render: never + list: never + publishResources: false section1: title: KubeSphere