Skip to content

Commit 0f3315e

Browse files
committed
fix: rock pi s0: fix rsdk import name
Signed-off-by: Nascs Fang <[email protected]>
1 parent 8e478d3 commit 0f3315e

File tree

2 files changed

+4
-4
lines changed
  • docs/rockpi/rocks0/low-level-dev
  • i18n/en/docusaurus-plugin-content-docs/current/rockpi/rocks0/low-level-dev

2 files changed

+4
-4
lines changed

docs/rockpi/rocks0/low-level-dev/rsdk.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ sidebar_position: 3
33
description: "使用 rsdk 工具定制您的系统"
44
---
55

6-
import RBUILD from '../../../common/dev/\_rsdk.mdx'
6+
import rsdk from '../../../common/dev/\_rsdk.mdx'
77

88
# 编译 RadxaOS
99

10-
<RBUILD />
10+
<rsdk />

i18n/en/docusaurus-plugin-content-docs/current/rockpi/rocks0/low-level-dev/rsdk.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ sidebar_position: 3
33
description: "Customise your system with the rsdk tool"
44
---
55

6-
import RBUILD from '../../../common/dev/\_rsdk.mdx'
6+
import rsdk from '../../../common/dev/\_rsdk.mdx'
77

88
# Build RadxaOS
99

10-
<RBUILD />
10+
<rsdk />

0 commit comments

Comments
 (0)