Skip to content

Commit 3259306

Browse files
committed
fix: dragon q6a low level dev
1 parent d6f3dd2 commit 3259306

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/common/radxa-os/build-system/_install_env.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
主要介绍 U-Boot、Kernel、RadxaOS 开发的环境搭建。
1+
主要介绍 {props?.items ?? 'U-Boot、Kernel and Radxa OS'} 开发的环境搭建。
22

33
## 使用前提
44

@@ -10,7 +10,7 @@
1010

1111
## 环境搭建
1212

13-
我们需要在 PC 上安装 Visual Studio Code、Dev Container 拓展插件和 Docker,方便快速构建 U-Boot、Kernel、RadxaOS 的编译和开发环境。
13+
我们需要在 PC 上安装 Visual Studio Code、Dev Container 拓展插件和 Docker,方便快速构建 {props?.items ?? 'U-Boot、Kernel and Radxa OS'} 的编译和开发环境。
1414

1515
### Docker
1616

docs/dragon/q6a/low-dev/build-system/install-env.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ import InstallEnv from '../../../../common/radxa-os/build-system/\_install_env.m
66

77
# 环境搭建
88

9-
<InstallEnv />
9+
<InstallEnv items="Kernel and Radxa OS" />

i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/build-system/_install_env.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This guide covers setting up the development environment for U-Boot, Kernel, and RadxaOS.
1+
This guide covers setting up the development environment for {props?.items ?? 'U-Boot, Kerne and Radxa OS'}.
22

33
## Prerequisites
44

@@ -10,7 +10,7 @@ This guide covers setting up the development environment for U-Boot, Kernel, and
1010

1111
## Environment Setup
1212

13-
To quickly set up a compilation and development environment for U-Boot, Kernel, and RadxaOS, we need to install Visual Studio Code, the Dev Container extension, and Docker on your PC.
13+
To quickly set up a compilation and development environment for {props?.items ?? 'U-Boot, Kernel, Radxa OS'}, we need to install Visual Studio Code, the Dev Container extension, and Docker on your PC.
1414

1515
### Docker
1616

i18n/en/docusaurus-plugin-content-docs/current/dragon/q6a/low-dev/build-system/install-env.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ import InstallEnv from '../../../../common/radxa-os/build-system/\_install_env.m
66

77
# Environment Setup
88

9-
<InstallEnv />
9+
<InstallEnv items="Kernel and Radxa OS" />

0 commit comments

Comments
 (0)