From 38785c65953bca8d0ca4b4f6de6cd169a21edb35 Mon Sep 17 00:00:00 2001 From: rao-jing0415 Date: Wed, 28 Sep 2022 22:20:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E8=8B=B1=E6=96=87=E5=90=8D=E7=A7=B0=E4=B8=BA=E4=B8=AD=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/config.js | 6 +++--- guide/custom-installation.md | 4 ++-- guide/first-project.md | 8 ++++---- guide/how-to-deploy.md | 2 +- .../images/import_project.png | Bin .../images/key.png | Bin .../images/namespace.png | Bin .../images/new_namespace.png | Bin .../images/online_demo.png | Bin guide/{definition.md => introduction.md} | 0 guide/online-demo.md | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) rename "guide/images/\345\257\274\345\205\245\351\241\271\347\233\256.png" => guide/images/import_project.png (100%) rename "guide/images/\345\257\206\351\222\245\347\256\241\347\220\206.png" => guide/images/key.png (100%) rename "guide/images/\345\221\275\345\220\215\347\251\272\351\227\264.png" => guide/images/namespace.png (100%) rename "guide/images/\346\226\260\345\242\236\345\221\275\345\220\215\347\251\272\351\227\264.png" => guide/images/new_namespace.png (100%) rename "guide/images/\345\234\250\347\272\277\344\275\223\351\252\214.png" => guide/images/online_demo.png (100%) rename guide/{definition.md => introduction.md} (100%) diff --git a/.vitepress/config.js b/.vitepress/config.js index 72ff590..09da1c8 100644 --- a/.vitepress/config.js +++ b/.vitepress/config.js @@ -13,8 +13,8 @@ const checkCdn = () => { const base = checkCdn() ? `/${name}/${version}` : ''; module.exports = { - title: '持续集成平台', - description: '建木持续集成平台文档', + title: '建木文档', + description: '建木文档', lang: 'zh-CN', base, head: [ @@ -48,7 +48,7 @@ module.exports = { text: '快速入门', children: [{ text: '什么是建木', - link: '/guide/definition' + link: '/guide/introduction' },{ text: '在线体验', link: '/guide/online-demo', diff --git a/guide/custom-installation.md b/guide/custom-installation.md index 188ae99..b6d0f6e 100644 --- a/guide/custom-installation.md +++ b/guide/custom-installation.md @@ -7,7 +7,7 @@ ## 简要系统架构说明 **v.2.5.0之前:** -由于建木持续集成平台在设计思路上遵循简单性原则,尽量减少用户的部署成本,降低用户的使用与维护门槛。 +由于建木在设计思路上遵循简单性原则,尽量减少用户的部署成本,降低用户的使用与维护门槛。 因此,运行建木需要一个核心的Java后端服务和依赖的Mysql数据库。 @@ -31,7 +31,7 @@ Worker是必需的,若没有配置Worker,任务将无法执行。 ## 如何从源码编译 -建木持续集成平台是一个典型的前后端分离架构,但是为了方便开发部署前后端代码都在同一个代码库中 +建木是一个典型的前后端分离架构,但是为了方便开发部署前后端代码都在同一个代码库中 ### 编译工具要求 diff --git a/guide/first-project.md b/guide/first-project.md index 93a889c..ee6fc55 100644 --- a/guide/first-project.md +++ b/guide/first-project.md @@ -12,15 +12,15 @@ 1. 创建企业微信用户空间,点击密钥管理 - ![](./images/密钥管理.png) + ![](./images/key.png) 2. 点击新增命名空间 - ![](./images/新增命名空间.png) + ![](./images/new_namespace.png) 3. 填写命名空间名称 - ![](./images/命名空间.png) + ![](./images/namespace.png) 4. 进入命名空间,创建密钥,填写名称和值,参考如下 @@ -32,7 +32,7 @@ 2. 点击导入项目,URL输入`https://gitee.com/jianmu-dev/jianmu-docs.git` -![](./images/导入项目.png) +![](./images/import_project.png) 3. 填写分支为`master` diff --git a/guide/how-to-deploy.md b/guide/how-to-deploy.md index 8a84c1a..3d4993b 100644 --- a/guide/how-to-deploy.md +++ b/guide/how-to-deploy.md @@ -1,6 +1,6 @@ # 如何部署 -目前支持两种方式安装部署建木 +目前支持两种方式安装部署建木,大家根据需要任选其一即可 ## 资源和系统要求 diff --git "a/guide/images/\345\257\274\345\205\245\351\241\271\347\233\256.png" b/guide/images/import_project.png similarity index 100% rename from "guide/images/\345\257\274\345\205\245\351\241\271\347\233\256.png" rename to guide/images/import_project.png diff --git "a/guide/images/\345\257\206\351\222\245\347\256\241\347\220\206.png" b/guide/images/key.png similarity index 100% rename from "guide/images/\345\257\206\351\222\245\347\256\241\347\220\206.png" rename to guide/images/key.png diff --git "a/guide/images/\345\221\275\345\220\215\347\251\272\351\227\264.png" b/guide/images/namespace.png similarity index 100% rename from "guide/images/\345\221\275\345\220\215\347\251\272\351\227\264.png" rename to guide/images/namespace.png diff --git "a/guide/images/\346\226\260\345\242\236\345\221\275\345\220\215\347\251\272\351\227\264.png" b/guide/images/new_namespace.png similarity index 100% rename from "guide/images/\346\226\260\345\242\236\345\221\275\345\220\215\347\251\272\351\227\264.png" rename to guide/images/new_namespace.png diff --git "a/guide/images/\345\234\250\347\272\277\344\275\223\351\252\214.png" b/guide/images/online_demo.png similarity index 100% rename from "guide/images/\345\234\250\347\272\277\344\275\223\351\252\214.png" rename to guide/images/online_demo.png diff --git a/guide/definition.md b/guide/introduction.md similarity index 100% rename from guide/definition.md rename to guide/introduction.md diff --git a/guide/online-demo.md b/guide/online-demo.md index 999cc06..d9c7d9e 100644 --- a/guide/online-demo.md +++ b/guide/online-demo.md @@ -11,7 +11,7 @@ >如输入后显示密码不正确,可添加建木小助手微信`jm_dgkj`,说明情况 -![](./images/在线体验.png) +![](./images/online_demo.png) **体验说明** -- Gitee