ruki 6 месяцев назад
Родитель
Сommit
a9e5b58c93

+ 1 - 1
docs/config.ts

@@ -78,7 +78,7 @@ function guideSidebar(): DefaultTheme.SidebarItem[] {
       items: [
         { text: 'Create Project', link: 'basic-commands/create-project' },
         { text: 'Build Configuration', link: 'basic-commands/build-configuration' },
-        { text: 'Build Project', link: 'basic-commands/build-project' },
+        { text: 'Build Targets', link: 'basic-commands/build-targets' },
         { text: 'Cross Compilation', link: 'basic-commands/cross-compilation' },
         { text: 'Switch Toolchains', link: 'basic-commands/switch-toolchains' },
       ]

+ 1 - 1
docs/guide/basic-commands/build-project.md → docs/guide/basic-commands/build-targets.md

@@ -1,4 +1,4 @@
-# Build project {#build-project}
+# Build Targets {#build-targets}
 
 We have briefly mentioned before that we can use the `xmake build` command to build a project.
 

+ 1 - 1
docs/zh/config.ts

@@ -159,7 +159,7 @@ function guideSidebar(): DefaultTheme.SidebarItem[] {
       items: [
         { text: '创建工程', link: 'basic-commands/create-project' },
         { text: '编译配置', link: 'basic-commands/build-configuration' },
-        { text: '构建工程', link: 'basic-commands/build-project' },
+        { text: '构建目标', link: 'basic-commands/build-targets' },
         { text: '交叉编译', link: 'basic-commands/cross-compilation' },
         { text: '切换工具链', link: 'basic-commands/switch-toolchains' },
       ]

+ 1 - 1
docs/zh/guide/basic-commands/build-project.md → docs/zh/guide/basic-commands/build-targets.md

@@ -1,4 +1,4 @@
-# 构建工程 {#build-project}
+# 构建目标 {#build-targets}
 
 之前我们已经简单讲过,可以通过 `xmake build` 命令来构建工程。