From e8f2ded326dfed1f7bbefa18c81998db48b62a53 Mon Sep 17 00:00:00 2001 From: Tang Zaozao Date: Wed, 8 Jul 2026 18:54:01 +0800 Subject: [PATCH] docs(orion/o6,orion/o6n): drop cix-sdk build/source tutorials The 'Software Compilation' (build.md) and 'Source Code Acquisition' (get-source.md) pages under orion/o6/.../cix-sdk and orion/o6n/.../cix-sdk are now maintained upstream in the official CIX documentation at https://github.com/cixtech/cix-manifest/wiki (Chinese: guide_zh). Both build.md and get-source.md are removed; the README at /cix-sdk/ becomes a single redirect page pointing users to the official CIX wiki in both Chinese and English. Note: the shared partials under common/orion-common/low-level-dev/cix-sdk/ are now imported by nothing and will be cleaned up in a follow-up commit. --- docs/orion/o6/low-level-dev/cix-sdk/README.md | 3 +-- docs/orion/o6/low-level-dev/cix-sdk/build.md | 11 ----------- docs/orion/o6/low-level-dev/cix-sdk/get-source.md | 11 ----------- docs/orion/o6n/low-level-dev/cix-sdk/README.md | 8 +++++++- docs/orion/o6n/low-level-dev/cix-sdk/build.md | 12 ------------ docs/orion/o6n/low-level-dev/cix-sdk/get-source.md | 13 ------------- .../orion/o6/low-level-dev/cix-sdk/README.md | 3 +-- .../current/orion/o6/low-level-dev/cix-sdk/build.md | 11 ----------- .../orion/o6/low-level-dev/cix-sdk/get-source.md | 11 ----------- .../orion/o6n/low-level-dev/cix-sdk/README.md | 8 +++++++- .../orion/o6n/low-level-dev/cix-sdk/build.md | 12 ------------ .../orion/o6n/low-level-dev/cix-sdk/get-source.md | 13 ------------- 12 files changed, 16 insertions(+), 100 deletions(-) delete mode 100644 docs/orion/o6/low-level-dev/cix-sdk/build.md delete mode 100644 docs/orion/o6/low-level-dev/cix-sdk/get-source.md delete mode 100644 docs/orion/o6n/low-level-dev/cix-sdk/build.md delete mode 100644 docs/orion/o6n/low-level-dev/cix-sdk/get-source.md delete mode 100644 i18n/en/docusaurus-plugin-content-docs/current/orion/o6/low-level-dev/cix-sdk/build.md delete mode 100644 i18n/en/docusaurus-plugin-content-docs/current/orion/o6/low-level-dev/cix-sdk/get-source.md delete mode 100644 i18n/en/docusaurus-plugin-content-docs/current/orion/o6n/low-level-dev/cix-sdk/build.md delete mode 100644 i18n/en/docusaurus-plugin-content-docs/current/orion/o6n/low-level-dev/cix-sdk/get-source.md diff --git a/docs/orion/o6/low-level-dev/cix-sdk/README.md b/docs/orion/o6/low-level-dev/cix-sdk/README.md index 02d64b6e0..6f7d91ccc 100644 --- a/docs/orion/o6/low-level-dev/cix-sdk/README.md +++ b/docs/orion/o6/low-level-dev/cix-sdk/README.md @@ -1,6 +1,7 @@ --- sidebar_position: 10 title: 此芯 SDK +doc_kind: page --- :::info @@ -9,5 +10,3 @@ title: 此芯 SDK - 中文:[https://github.com/cixtech/cix-manifest/wiki/guide_zh](https://github.com/cixtech/cix-manifest/wiki/guide_zh) - English: [https://github.com/cixtech/cix-manifest/wiki](https://github.com/cixtech/cix-manifest/wiki) ::: - - diff --git a/docs/orion/o6/low-level-dev/cix-sdk/build.md b/docs/orion/o6/low-level-dev/cix-sdk/build.md deleted file mode 100644 index 0cb5fb49d..000000000 --- a/docs/orion/o6/low-level-dev/cix-sdk/build.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: 软件编译 -sidebar_position: 1 -doc_kind: page ---- - -:::info -此芯 SDK 的系统编译流程已迁移到此芯官方文档维护。请参考: - -[https://github.com/cixtech/cix-manifest/wiki/guide_zh](https://github.com/cixtech/cix-manifest/wiki/guide_zh) -::: diff --git a/docs/orion/o6/low-level-dev/cix-sdk/get-source.md b/docs/orion/o6/low-level-dev/cix-sdk/get-source.md deleted file mode 100644 index 216dc6a2c..000000000 --- a/docs/orion/o6/low-level-dev/cix-sdk/get-source.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: 获取源代码 -sidebar_position: 0 -doc_kind: page ---- - -:::info -此芯 SDK 的代码获取与环境准备流程已迁移到此芯官方文档维护。请参考: - -[https://github.com/cixtech/cix-manifest/wiki/guide_zh](https://github.com/cixtech/cix-manifest/wiki/guide_zh) -::: diff --git a/docs/orion/o6n/low-level-dev/cix-sdk/README.md b/docs/orion/o6n/low-level-dev/cix-sdk/README.md index 24f988ba5..6f7d91ccc 100644 --- a/docs/orion/o6n/low-level-dev/cix-sdk/README.md +++ b/docs/orion/o6n/low-level-dev/cix-sdk/README.md @@ -1,6 +1,12 @@ --- sidebar_position: 10 title: 此芯 SDK +doc_kind: page --- - +:::info +此芯 SDK 的系统编译流程已迁移到此芯官方文档维护,本页不再维护具体步骤。请参考: + +- 中文:[https://github.com/cixtech/cix-manifest/wiki/guide_zh](https://github.com/cixtech/cix-manifest/wiki/guide_zh) +- English: [https://github.com/cixtech/cix-manifest/wiki](https://github.com/cixtech/cix-manifest/wiki) +::: diff --git a/docs/orion/o6n/low-level-dev/cix-sdk/build.md b/docs/orion/o6n/low-level-dev/cix-sdk/build.md deleted file mode 100644 index 36fb5add2..000000000 --- a/docs/orion/o6n/low-level-dev/cix-sdk/build.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: 软件编译 - -doc_kind: wrapper -source_of_truth: common -imports_resolve_to: - - docs/common/orion-common/low-level-dev/cix-sdk/_build.mdx ---- - -import CIX_SDK_Build from '../../../../common/orion-common/low-level-dev/cix-sdk/\_build.mdx'; - - diff --git a/docs/orion/o6n/low-level-dev/cix-sdk/get-source.md b/docs/orion/o6n/low-level-dev/cix-sdk/get-source.md deleted file mode 100644 index 72d3a5b56..000000000 --- a/docs/orion/o6n/low-level-dev/cix-sdk/get-source.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: 获取源代码 -sidebar_position: 0 - -doc_kind: wrapper -source_of_truth: common -imports_resolve_to: - - docs/common/orion-common/low-level-dev/cix-sdk/_get-source.mdx ---- - -import CIX_SDK_GetSource from '../../../../common/orion-common/low-level-dev/cix-sdk/\_get-source.mdx'; - - diff --git a/i18n/en/docusaurus-plugin-content-docs/current/orion/o6/low-level-dev/cix-sdk/README.md b/i18n/en/docusaurus-plugin-content-docs/current/orion/o6/low-level-dev/cix-sdk/README.md index 916ffce7d..55904ffb6 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/orion/o6/low-level-dev/cix-sdk/README.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/orion/o6/low-level-dev/cix-sdk/README.md @@ -1,6 +1,7 @@ --- sidebar_position: 10 title: CIX SDK +doc_kind: page --- :::info @@ -9,5 +10,3 @@ The CIX SDK system compilation flow is now maintained in the official CIX docume - English: [https://github.com/cixtech/cix-manifest/wiki](https://github.com/cixtech/cix-manifest/wiki) - 中文:[https://github.com/cixtech/cix-manifest/wiki/guide_zh](https://github.com/cixtech/cix-manifest/wiki/guide_zh) ::: - - diff --git a/i18n/en/docusaurus-plugin-content-docs/current/orion/o6/low-level-dev/cix-sdk/build.md b/i18n/en/docusaurus-plugin-content-docs/current/orion/o6/low-level-dev/cix-sdk/build.md deleted file mode 100644 index e857c9f8c..000000000 --- a/i18n/en/docusaurus-plugin-content-docs/current/orion/o6/low-level-dev/cix-sdk/build.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Software Compilation -sidebar_position: 1 -doc_kind: page ---- - -:::info -The CIX SDK system compilation flow is now maintained in the official CIX documentation. Please refer to: - -[https://github.com/cixtech/cix-manifest/wiki](https://github.com/cixtech/cix-manifest/wiki) -::: diff --git a/i18n/en/docusaurus-plugin-content-docs/current/orion/o6/low-level-dev/cix-sdk/get-source.md b/i18n/en/docusaurus-plugin-content-docs/current/orion/o6/low-level-dev/cix-sdk/get-source.md deleted file mode 100644 index 3ffeb6404..000000000 --- a/i18n/en/docusaurus-plugin-content-docs/current/orion/o6/low-level-dev/cix-sdk/get-source.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Source Code Acquisition -sidebar_position: 0 -doc_kind: page ---- - -:::info -The CIX SDK source acquisition and environment setup flow is now maintained in the official CIX documentation. Please refer to: - -[https://github.com/cixtech/cix-manifest/wiki](https://github.com/cixtech/cix-manifest/wiki) -::: diff --git a/i18n/en/docusaurus-plugin-content-docs/current/orion/o6n/low-level-dev/cix-sdk/README.md b/i18n/en/docusaurus-plugin-content-docs/current/orion/o6n/low-level-dev/cix-sdk/README.md index 43bce2d25..55904ffb6 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/orion/o6n/low-level-dev/cix-sdk/README.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/orion/o6n/low-level-dev/cix-sdk/README.md @@ -1,6 +1,12 @@ --- sidebar_position: 10 title: CIX SDK +doc_kind: page --- - +:::info +The CIX SDK system compilation flow is now maintained in the official CIX documentation. This page is no longer maintained with detailed steps. Please refer to: + +- English: [https://github.com/cixtech/cix-manifest/wiki](https://github.com/cixtech/cix-manifest/wiki) +- 中文:[https://github.com/cixtech/cix-manifest/wiki/guide_zh](https://github.com/cixtech/cix-manifest/wiki/guide_zh) +::: diff --git a/i18n/en/docusaurus-plugin-content-docs/current/orion/o6n/low-level-dev/cix-sdk/build.md b/i18n/en/docusaurus-plugin-content-docs/current/orion/o6n/low-level-dev/cix-sdk/build.md deleted file mode 100644 index 2a41ceed5..000000000 --- a/i18n/en/docusaurus-plugin-content-docs/current/orion/o6n/low-level-dev/cix-sdk/build.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Software Compilation - -doc_kind: wrapper -source_of_truth: common -imports_resolve_to: - - i18n/en/docusaurus-plugin-content-docs/current/common/orion-common/low-level-dev/cix-sdk/_build.mdx ---- - -import CIX_SDK_Build from '../../../../common/orion-common/low-level-dev/cix-sdk/\_build.mdx'; - - diff --git a/i18n/en/docusaurus-plugin-content-docs/current/orion/o6n/low-level-dev/cix-sdk/get-source.md b/i18n/en/docusaurus-plugin-content-docs/current/orion/o6n/low-level-dev/cix-sdk/get-source.md deleted file mode 100644 index ba3ad6d4d..000000000 --- a/i18n/en/docusaurus-plugin-content-docs/current/orion/o6n/low-level-dev/cix-sdk/get-source.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Source Code Acquisition -sidebar_position: 0 - -doc_kind: wrapper -source_of_truth: common -imports_resolve_to: - - i18n/en/docusaurus-plugin-content-docs/current/common/orion-common/low-level-dev/cix-sdk/_get-source.mdx ---- - -import CIX_SDK_GetSource from '../../../../common/orion-common/low-level-dev/cix-sdk/\_get-source.mdx'; - -