diff --git a/docs/common/radxa-os/install-system/_use_system.mdx b/docs/common/radxa-os/install-system/_use_system.mdx
index eaeb54a8a..b4295d88e 100644
--- a/docs/common/radxa-os/install-system/_use_system.mdx
+++ b/docs/common/radxa-os/install-system/_use_system.mdx
@@ -31,4 +31,4 @@
### 无屏模式
-[无屏模式](../system-config/screenless)指的是不使用显示器,建议用户通过[串口登录](../system-config/uart_login)或[SSH 登录](../system-config/ssh_login)和控制系统。
+[无屏模式](../system-config/headless)指的是不使用显示器,建议用户通过[串口登录](../system-config/uart-login)或[SSH 登录](../system-config/ssh-login)和控制系统。
diff --git a/docs/common/radxa-os/system-config/_screenless.mdx b/docs/common/radxa-os/system-config/_headless.mdx
similarity index 87%
rename from docs/common/radxa-os/system-config/_screenless.mdx
rename to docs/common/radxa-os/system-config/_headless.mdx
index 8ea0b19b2..99a49ad0a 100644
--- a/docs/common/radxa-os/system-config/_screenless.mdx
+++ b/docs/common/radxa-os/system-config/_headless.mdx
@@ -2,7 +2,7 @@
## 串口登录
-可以参考 [串口登录](./uart_login) 教程进行操作。
+可以参考 [串口登录](./uart-login) 教程进行操作。
## SSH 登录
@@ -14,7 +14,7 @@
### 有线网络
-使用网线连接主板和路由器,路由器分配 IP 地址后,可以访问路由器后台查看 IP 地址,然后参考 [SSH 远程](./ssh_remote) 教程登录和控制系统。
+使用网线连接主板和路由器,路由器分配 IP 地址后,可以访问路由器后台查看 IP 地址,然后参考 [SSH 远程](./ssh-login) 教程登录和控制系统。
### 无线网络
@@ -36,7 +36,7 @@ connect_wi-fi YOUR_WIFI_SSID YOUR_WIFI_PASSWORD
修改并保存文件后,将 MicroSD 卡安全取出,插入主板,启动系统后,系统会自动连接到 WiFi 网络;
-路由器会自动分配 IP 地址给主板,你可以通过路由器后台查看 IP 地址,然后参考 [SSH 远程](./ssh_remote) 教程登录和控制系统。
+路由器会自动分配 IP 地址给主板,你可以通过路由器后台查看 IP 地址,然后参考 [SSH 远程](./ssh-login) 教程登录和控制系统。
:::tip before.txt
`before.txt` 只在首次启动系统时出现,启动系统后将消失;若想要通过该方式再次配置网络,需要重新烧录系统到 MicroSD 卡中。
diff --git a/docs/cubie/a5e/system-config/screenless.md b/docs/cubie/a5e/system-config/headless.md
similarity index 73%
rename from docs/cubie/a5e/system-config/screenless.md
rename to docs/cubie/a5e/system-config/headless.md
index c6257542f..4d55ed9da 100644
--- a/docs/cubie/a5e/system-config/screenless.md
+++ b/docs/cubie/a5e/system-config/headless.md
@@ -4,10 +4,10 @@ sidebar_position: 1
doc_kind: wrapper
source_of_truth: common
imports_resolve_to:
- - docs/common/radxa-os/system-config/_screenless.mdx
+ - docs/common/radxa-os/system-config/_headless.mdx
---
-import SCREENLESS from '../../../common/radxa-os/system-config/\_screenless.mdx';
+import SCREENLESS from '../../../common/radxa-os/system-config/\_headless.mdx';
# 无屏模式
diff --git a/docs/cubie/a7s/system-config/screenless.md b/docs/cubie/a7s/system-config/headless.md
similarity index 73%
rename from docs/cubie/a7s/system-config/screenless.md
rename to docs/cubie/a7s/system-config/headless.md
index 58fb5c3e6..00c879c3b 100644
--- a/docs/cubie/a7s/system-config/screenless.md
+++ b/docs/cubie/a7s/system-config/headless.md
@@ -4,10 +4,10 @@ sidebar_position: 1
doc_kind: wrapper
source_of_truth: common
imports_resolve_to:
- - docs/common/radxa-os/system-config/_screenless.mdx
+ - docs/common/radxa-os/system-config/_headless.mdx
---
-import SCREENLESS from '../../../common/radxa-os/system-config/\_screenless.mdx';
+import SCREENLESS from '../../../common/radxa-os/system-config/\_headless.mdx';
# 无屏模式
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/install-system/_use_system.mdx b/i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/install-system/_use_system.mdx
index ad92868a2..c24c1dbbc 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/install-system/_use_system.mdx
+++ b/i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/install-system/_use_system.mdx
@@ -27,6 +27,6 @@ Here are some recommendations for users in both display and display-less modes t
Display mode refers to connecting the motherboard to a monitor using an HDMI cable, allowing you to view the system interface on the display and use a mouse and keyboard for graphical interface operations.
-### Display-less Mode
+### Headless Mode
-[Display-less mode](../system-config/screenless) refers to using the system without a monitor. Users are recommended to access and control the system through [serial console login](../system-config/uart_login) or [SSH login](../system-config/ssh_login).
+[Headless mode](../system-config/headless) refers to using the system without a monitor. Users are recommended to access and control the system through [serial console login](../system-config/uart-login) or [SSH login](../system-config/ssh-login).
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/system-config/_screenless.mdx b/i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/system-config/_headless.mdx
similarity index 82%
rename from i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/system-config/_screenless.mdx
rename to i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/system-config/_headless.mdx
index f2bc5dcc3..f0550da52 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/system-config/_screenless.mdx
+++ b/i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/system-config/_headless.mdx
@@ -1,8 +1,8 @@
-Screenless mode refers to using the board without a display, accessing the system through a serial port or SSH for operations!
+Headless mode refers to using the board without a display, accessing the system through a serial port or SSH for operations!
## Serial Port Login
-You can refer to the [Serial Port Login](./uart_login) tutorial for instructions.
+You can refer to the [Serial Port Login](./uart-login) tutorial for instructions.
## SSH Login
@@ -14,7 +14,7 @@ To log in to the system via SSH, ensure that the board and your operating device
### Wired Network
-Connect the board to a router using an Ethernet cable. After the router assigns an IP address, you can check the IP address in the router's admin panel, then refer to the [SSH Remote](./ssh_remote) tutorial to log in and control the system.
+Connect the board to a router using an Ethernet cable. After the router assigns an IP address, you can check the IP address in the router's admin panel, then refer to the [SSH Remote](./ssh-login) tutorial to log in and control the system.
### Wireless Network
@@ -36,7 +36,7 @@ connect_wi-fi YOUR_WIFI_SSID YOUR_WIFI_PASSWORD
After modifying and saving the file, safely eject the MicroSD card and insert it into the board. The system will automatically connect to the WiFi network upon boot.
-The router will automatically assign an IP address to the board. You can check the IP address in the router's admin panel, then refer to the [SSH Remote](./ssh_remote) tutorial to log in and control the system.
+The router will automatically assign an IP address to the board. You can check the IP address in the router's admin panel, then refer to the [SSH Remote](./ssh-login) tutorial to log in and control the system.
:::tip about before.txt
`before.txt` only appears during the first system boot and will be removed afterward. To reconfigure the network using this method, you'll need to reflash the system to the MicroSD card.
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/cubie/a5e/system-config/screenless.md b/i18n/en/docusaurus-plugin-content-docs/current/cubie/a5e/system-config/headless.md
similarity index 78%
rename from i18n/en/docusaurus-plugin-content-docs/current/cubie/a5e/system-config/screenless.md
rename to i18n/en/docusaurus-plugin-content-docs/current/cubie/a5e/system-config/headless.md
index 80e6c040d..d17db535f 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/cubie/a5e/system-config/screenless.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/cubie/a5e/system-config/headless.md
@@ -4,11 +4,11 @@ sidebar_position: 1
doc_kind: wrapper
source_of_truth: common
imports_resolve_to:
- - i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/system-config/_screenless.mdx
+ - i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/system-config/_headless.mdx
---
-import SCREENLESS from '../../../common/radxa-os/system-config/\_screenless.mdx';
+import SCREENLESS from '../../../common/radxa-os/system-config/\_headless.mdx';
-# Screenless Mode
+# Headless Mode
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/cubie/a7s/system-config/screenless.md b/i18n/en/docusaurus-plugin-content-docs/current/cubie/a7s/system-config/headless.md
similarity index 79%
rename from i18n/en/docusaurus-plugin-content-docs/current/cubie/a7s/system-config/screenless.md
rename to i18n/en/docusaurus-plugin-content-docs/current/cubie/a7s/system-config/headless.md
index b79828cdb..0a167941e 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/cubie/a7s/system-config/screenless.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/cubie/a7s/system-config/headless.md
@@ -4,11 +4,11 @@ sidebar_position: 1
doc_kind: wrapper
source_of_truth: common
imports_resolve_to:
- - i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/system-config/_screenless.mdx
+ - i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/system-config/_headless.mdx
---
-import SCREENLESS from '../../../common/radxa-os/system-config/\_screenless.mdx';
+import SCREENLESS from '../../../common/radxa-os/system-config/\_headless.mdx';
-# Headless mode
+# Headless Mode