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
2 changes: 1 addition & 1 deletion docs/rock4/rock4d/low-level-dev/kernel.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ imports_resolve_to:
- docs/common/dev/_kernel.mdx
---

import KERNEL from '../../../../common/dev/\_kernel.mdx'
import KERNEL from '../../../common/dev/\_kernel.mdx'

# Kernel 开发

Expand Down
2 changes: 1 addition & 1 deletion docs/rock4/rock4d/low-level-dev/rsdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ imports_resolve_to:
- docs/common/dev/_rsdk.mdx
---

import RSDK from '../../../../common/dev/\_rsdk.mdx'
import RSDK from '../../../common/dev/\_rsdk.mdx'

# 编译 RadxaOS

Expand Down
2 changes: 1 addition & 1 deletion docs/rock4/rock4d/low-level-dev/u-boot.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ imports_resolve_to:
- docs/common/dev/_u-boot.mdx
---

import UBOOT from '../../../../common/dev/\_u-boot.mdx'
import UBOOT from '../../../common/dev/\_u-boot.mdx'

# U-boot 开发

Expand Down
2 changes: 1 addition & 1 deletion docs/som/nx/nx4/low-level-dev/kernel.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ imports_resolve_to:
- docs/common/dev/_kernel.mdx
---

import KERNEL from '../../../../../common/dev/\_kernel.mdx'
import KERNEL from '../../../../common/dev/\_kernel.mdx'

# Kernel 开发

Expand Down
2 changes: 1 addition & 1 deletion docs/som/nx/nx4/low-level-dev/rsdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ imports_resolve_to:
- docs/common/dev/_rsdk.mdx
---

import RSDK from '../../../../../common/dev/\_rsdk.mdx'
import RSDK from '../../../../common/dev/\_rsdk.mdx'

# 编译 RadxaOS

Expand Down
2 changes: 1 addition & 1 deletion docs/som/nx/nx4/low-level-dev/u-boot.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ imports_resolve_to:
- docs/common/dev/_u-boot.mdx
---

import UBOOT from '../../../../../common/dev/\_u-boot.mdx'
import UBOOT from '../../../../common/dev/\_u-boot.mdx'

# U-boot 开发

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ imports_resolve_to:
- i18n/en/docusaurus-plugin-content-docs/current/common/dev/_kernel.mdx
---

import KERNEL from '../../../common/dev/\_kernel.mdx'
import KERNEL from '../../../../common/dev/\_kernel.mdx'

# Kernel Development

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ imports_resolve_to:
- i18n/en/docusaurus-plugin-content-docs/current/common/dev/_rsdk.mdx
---

import RSDK from '../../../common/dev/\_rsdk.mdx'
import RSDK from '../../../../common/dev/\_rsdk.mdx'

# Build RadxaOS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ imports_resolve_to:
- i18n/en/docusaurus-plugin-content-docs/current/common/dev/_u-boot.mdx
---

import UBOOT from '../../../common/dev/\_u-boot.mdx'
import UBOOT from '../../../../common/dev/\_u-boot.mdx'

# U-boot Development

Expand Down