Skip to content

Commit 97efc6c

Browse files
committed
fix readme link
1 parent 10c09c4 commit 97efc6c

File tree

1 file changed

+29
-13
lines changed

1 file changed

+29
-13
lines changed

README.md

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,39 @@
1-
flow-platform-x
2-
============
1+
<h3 align="center">
2+
<a href="https://flowci.github.io">
3+
<img src="https://github.com/FlowCI/docs/raw/master/src/icon.png" alt="fastlane Logo" width="100">
4+
</a>
5+
</h3>
36

4-
[![LICENSE](https://img.shields.io/github/license/pingcap/tidb.svg)](https://github.com/pingcap/tidb/blob/master/LICENSE)
7+
<h3 align="center">A powerful and user-friendly CI/CD server</h3>
58

6-
Powerful and user-friendly CI/CD server
9+
<p align="center">
10+
<a href="https://github.com/FlowCI/docs/blob/master/LICENSE"><img src="https://img.shields.io/github/license/flowci/flow-core-x"></a>
11+
<a href="https://github.com/FlowCI/flow-core-x/releases/"><img src="https://img.shields.io/github/v/release/flowci/flow-core-x"></a>
12+
</p>
713

8-
- Getting started within a minute &nbsp; :tada:
14+
## Key Features
915

10-
- Simple YAML configuration and templates &nbsp; :ghost:
16+
- Zero configuration, can be getting started within a minute
1117

12-
- Elastic Agents to speed up build &nbsp; :rocket:
18+
- Simple YAML configuration and templates
1319

14-
- Online TTY to debug your job in time &nbsp; :shell:
20+
- Elastic agents to speed up build
1521

16-
- Flexible plugins &nbsp; :electric_plug:
22+
- Online TTY to debug your job in time
1723

18-
- Run steps either on any docker images or native os &nbsp; :computer:
24+
- Flexible plugins
1925

20-
## [Document](./en/index.md) | [中文文档](./zh/index.md)
26+
- Run steps either on any docker images or native os
2127

22-
## [Templates (maven, npm, golang..)](./en/index.md)
28+
## Document
2329

24-
## Quick Start
30+
[English](https://github.com/FlowCI/docs/tree/master/en/index.md) | [中文文档](https://github.com/FlowCI/docs/tree/master/cn/index.md)
31+
32+
## Templates
33+
34+
[maven, npm, golang, ruby, android and more](https://github.com/FlowCI/templates)
35+
36+
## Installation
2537

2638
> [Docker](https://docs.docker.com/install/) & [Docker-Compose](https://docs.docker.com/compose/install/) are required
2739
@@ -31,4 +43,8 @@ cd flow-docker
3143
./server.sh start
3244
```
3345

46+
## Preview
47+
3448
![demo](https://github.com/FlowCI/docs/raw/master/src/demo.gif)
49+
50+
![tty](https://github.com/FlowCI/docs/raw/master/src/step_tty.gif)

0 commit comments

Comments
 (0)