Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/orion/o6/low-level-dev/cix-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,11 @@ sidebar_position: 10
title: 此芯 SDK
---

:::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)
:::

<DocCardList />
13 changes: 6 additions & 7 deletions docs/orion/o6/low-level-dev/cix-sdk/build.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
title: 软件编译

doc_kind: wrapper
source_of_truth: common
imports_resolve_to:
- docs/common/orion-common/low-level-dev/cix-sdk/_build.mdx
sidebar_position: 1
doc_kind: page
---

import CIX_SDK_Build from '../../../../common/orion-common/low-level-dev/cix-sdk/\_build.mdx';
:::info
此芯 SDK 的系统编译流程已迁移到此芯官方文档维护。请参考:

<CIX_SDK_Build />
[https://github.com/cixtech/cix-manifest/wiki/guide_zh](https://github.com/cixtech/cix-manifest/wiki/guide_zh)
:::
12 changes: 5 additions & 7 deletions docs/orion/o6/low-level-dev/cix-sdk/get-source.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
---
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
doc_kind: page
---

import CIX_SDK_GetSource from '../../../../common/orion-common/low-level-dev/cix-sdk/\_get-source.mdx';
:::info
此芯 SDK 的代码获取与环境准备流程已迁移到此芯官方文档维护。请参考:

<CIX_SDK_GetSource />
[https://github.com/cixtech/cix-manifest/wiki/guide_zh](https://github.com/cixtech/cix-manifest/wiki/guide_zh)
:::
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,11 @@ sidebar_position: 10
title: CIX SDK
---

:::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)
:::

<DocCardList />
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
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
sidebar_position: 1
doc_kind: page
---

import CIX_SDK_Build from '../../../../common/orion-common/low-level-dev/cix-sdk/\_build.mdx';
:::info
The CIX SDK system compilation flow is now maintained in the official CIX documentation. Please refer to:

<CIX_SDK_Build />
[https://github.com/cixtech/cix-manifest/wiki](https://github.com/cixtech/cix-manifest/wiki)
:::
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
---
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
doc_kind: page
---

import CIX_SDK_GetSource from '../../../../common/orion-common/low-level-dev/cix-sdk/\_get-source.mdx';
:::info
The CIX SDK source acquisition and environment setup flow is now maintained in the official CIX documentation. Please refer to:

<CIX_SDK_GetSource />
[https://github.com/cixtech/cix-manifest/wiki](https://github.com/cixtech/cix-manifest/wiki)
:::
Loading