Skip to content

Commit

Permalink
fix gitbook format
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang Guo committed Nov 14, 2017
1 parent 9fc9bc6 commit cc251be
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
node_modules/
55 changes: 27 additions & 28 deletions SUMMARY.md
@@ -1,32 +1,31 @@
# flow.ci 中文文档 V1.0
# Summary

* [Introduction](README.md)
* [ 1. flow.ci 简介 & 整体架构 ](#)
- [ flow.ci 简介 ](./intro_base.md)
- [ flow.ci 整体架构 ](./intro_framework.md)
* [ flow.ci 简介 ](./intro_base.md)
* [ flow.ci 整体架构 ](./intro_framework.md)
* [ 2. 安装 flow.ci ](#)
- [ 基于 Linux 的安装 ](./cf_linux.md)
- [ 基于 Mac OS 的安装 ](./cf_osx.md)
- [ 基于 Docker 的安装 ](./cf_docker.md)
* [ 3. 快速入门 ](#)
- [ iOS 项目构建 ](./quick_iosBuild.md)
- [ 触发条件设置 ](./quick_trigger.md)
* [ 4. Yml 配置文件 ](#)
- [ iOS 模板 ](./yml_ios.md)
* [ 5. 最佳实践 ](./best_practice.md)
* [ 6. 其它 ](#)
- [ 常见问题 ](./other_faqs.md)
- [ 参与协作 flow.ci ](./other_cooperate.md)
- [ CI 与 DevOps 的关系 ](./other_cidevops.md)
- [ 如何找到 Provisioning Profiles & 证书文件 ](./other_p12.md)
* [ 7. 管理员文档 ](#)
- [ 简介 ](./admin_base.md)
- [ flow 管理 ](./admin_flow.md)
- [ 用户管理 ](./admin_members.md)
- [ 插件管理 ](./admin_plugin.md)
- [ Agent 管理 ](./admin_agent.md)
- [ 证书管理 ](./admin_credentials.md
)
- [ 消息通知 ](./admin_msg.md)
- [ 系统信息 ](./admin_system_info.md)

* [ 基于 Linux 的安装 ](./cf_linux.md)
* [ 基于 Mac OS 的安装 ](./cf_osx.md)
* [ 基于 Docker 的安装 ](./cf_docker.md)
* [ 3. 快速入门 ](#)
* [ iOS 项目构建 ](./quick_iosBuild.md)
* [ 触发条件设置 ](./quick_trigger.md)
* [ 4. Yml 配置文件 ](#)
* [ iOS 模板 ](./yml_ios.md)
* [ 5. 最佳实践 ](./best_practice.md)
* [ 6. 其它 ](#)
* [ 常见问题 ](./other_faqs.md)
* [ 参与协作 flow.ci ](./other_cooperate.md)
* [ CI 与 DevOps 的关系 ](./other_cidevops.md)
* [ 如何找到 Provisioning Profiles & 证书文件 ](./other_p12.md)
* [ 7. 管理员文档 ](#)
* [ 简介 ](./admin_base.md)
* [ flow 管理 ](./admin_flow.md)
* [ 用户管理 ](./admin_members.md)
* [ 插件管理 ](./admin_plugin.md)
* [ Agent 管理 ](./admin_agent.md)
* [ 证书管理 ](./admin_credentials.md)
* [ 消息通知 ](./admin_msg.md)
* [ 系统信息 ](./admin_system_info.md)

0 comments on commit cc251be

Please sign in to comment.