!60 feat: 修改图片中文名称为英文

Merge pull request !60 from raojing/master
This commit is contained in:
老技 2022-09-28 14:22:32 +00:00 committed by Gitee
commit 050215f2c7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
11 changed files with 11 additions and 11 deletions

View File

@ -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',

View File

@ -7,7 +7,7 @@
## 简要系统架构说明
**v.2.5.0之前:**
由于建木持续集成平台在设计思路上遵循简单性原则,尽量减少用户的部署成本,降低用户的使用与维护门槛。
由于建木在设计思路上遵循简单性原则,尽量减少用户的部署成本,降低用户的使用与维护门槛。
因此运行建木需要一个核心的Java后端服务和依赖的Mysql数据库。
@ -31,7 +31,7 @@ Worker是必需的若没有配置Worker任务将无法执行。
## 如何从源码编译
建木持续集成平台是一个典型的前后端分离架构,但是为了方便开发部署前后端代码都在同一个代码库中
建木是一个典型的前后端分离架构,但是为了方便开发部署前后端代码都在同一个代码库中
### 编译工具要求

View File

@ -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`

View File

@ -1,6 +1,6 @@
# 如何部署
目前支持两种方式安装部署建木
目前支持两种方式安装部署建木,大家根据需要任选其一即可
## 资源和系统要求

View File

Before

Width:  |  Height:  |  Size: 403 KiB

After

Width:  |  Height:  |  Size: 403 KiB

View File

Before

Width:  |  Height:  |  Size: 184 KiB

After

Width:  |  Height:  |  Size: 184 KiB

View File

Before

Width:  |  Height:  |  Size: 536 KiB

After

Width:  |  Height:  |  Size: 536 KiB

View File

Before

Width:  |  Height:  |  Size: 379 KiB

After

Width:  |  Height:  |  Size: 379 KiB

View File

Before

Width:  |  Height:  |  Size: 331 KiB

After

Width:  |  Height:  |  Size: 331 KiB

View File

@ -11,7 +11,7 @@
>如输入后显示密码不正确,可添加建木小助手微信`jm_dgkj`,说明情况
![](./images/在线体验.png)
![](./images/online_demo.png)
**体验说明**