From 6ca85ddc77d542bf93fccab0fd346ffd55f914b7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 26 Jan 2026 03:56:04 +0000 Subject: [PATCH 1/2] Initial plan From af51e1439fc741083ff95f96fbf622d0a6438d82 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 26 Jan 2026 03:59:32 +0000 Subject: [PATCH 2/2] Fix meta.json validation errors by flattening nested pages structure Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com> --- content/docs/concepts/meta.cn.json | 27 +++++++++++---------------- content/docs/concepts/meta.json | 27 +++++++++++---------------- 2 files changed, 22 insertions(+), 32 deletions(-) diff --git a/content/docs/concepts/meta.cn.json b/content/docs/concepts/meta.cn.json index 45bc1ac64..f7714888b 100644 --- a/content/docs/concepts/meta.cn.json +++ b/content/docs/concepts/meta.cn.json @@ -5,22 +5,17 @@ "manifesto", "core-values", "architecture", - { - "title": "协议命名空间", - "pages": [ - "protocol-data", - "protocol-driver", - "protocol-permission", - "protocol-ui", - "protocol-system", - "protocol-auth", - "protocol-kernel", - "protocol-hub", - "protocol-ai", - "protocol-api", - "protocol-automation" - ] - }, + "protocol-data", + "protocol-driver", + "protocol-permission", + "protocol-ui", + "protocol-system", + "protocol-auth", + "protocol-kernel", + "protocol-hub", + "protocol-ai", + "protocol-api", + "protocol-automation", "plugin-architecture", "security_architecture", "enterprise-patterns", diff --git a/content/docs/concepts/meta.json b/content/docs/concepts/meta.json index d64ab9a3a..3e6e22122 100644 --- a/content/docs/concepts/meta.json +++ b/content/docs/concepts/meta.json @@ -5,22 +5,17 @@ "manifesto", "core-values", "architecture", - { - "title": "Protocol Namespaces", - "pages": [ - "protocol-data", - "protocol-driver", - "protocol-permission", - "protocol-ui", - "protocol-system", - "protocol-auth", - "protocol-kernel", - "protocol-hub", - "protocol-ai", - "protocol-api", - "protocol-automation" - ] - }, + "protocol-data", + "protocol-driver", + "protocol-permission", + "protocol-ui", + "protocol-system", + "protocol-auth", + "protocol-kernel", + "protocol-hub", + "protocol-ai", + "protocol-api", + "protocol-automation", "plugin-architecture", "security_architecture", "enterprise-patterns",