Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix build error #422

Merged
merged 1 commit into from
Aug 26, 2024
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
2 changes: 1 addition & 1 deletion docs/rock4/app-development/mraa.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ sidebar_position: 3

# Mraa 使用

import MRAA from '../../../common/dev/\_mraa.mdx';
import MRAA from '../../common/dev/\_mraa.mdx';

<MRAA install_by_apt={true} />
2 changes: 1 addition & 1 deletion docs/rock5/rock5b/app-development/mraa.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import MRAA from '../../../common/dev/\_mraa.mdx';

<Tabs queryString="board">
<TabItem value="ROCK 5B">
<MRAA install_by_apt={true} />
</TabItem>
<MRAA install_by_apt={true} />
<TabItem value="ROCK 5B+">
<MRAA install_by_source_code={true} branch="Add_Radxa_ROCK5B+_Support" />
</TabItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ sidebar_position: 3

# Mraa Usage

import MRAA from '../../../common/dev/\_mraa.mdx';
import MRAA from '../../common/dev/\_mraa.mdx';

<MRAA install_by_apt={true} />
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import MRAA from '../../../common/dev/\_mraa.mdx';

<Tabs queryString="board">
<TabItem value="ROCK 5B">
<MRAA install_by_apt={true} />
</TabItem>
<MRAA install_by_apt={true} />
<TabItem value="ROCK 5B+">
<MRAA install_by_source_code={true} branch="Add_Radxa_ROCK5B+_Support" />
</TabItem>
Expand Down
Loading