Skip to content

Commit 1add163

Browse files
author
Tiexin Guo
authored
Merge pull request #595 from merico-dev/docs-update-gitops-and-readme
docs: add demo video links
2 parents afe5e72 + f23119c commit 1add163

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
TL;DR: DevStream (CLI tool named `dtm`) is an open-source DevOps toolchain manager.
2222

23+
[v0.6.0 Demo](https://www.youtube.com/watch?v=q7TK3vFr1kg)
24+
2325
Imagine you are starting a new project or ramping up a new team. Before writing the first line of code, you have to figure out the tools to run an effective SDLC process and from development to deployment.
2426

2527
Typically, you'd need the following pieces in place to work effectively:

docs/README_zh.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
## DevStream 是什么?
2020
TL;DR: DevStream(CLI工具名为`dtm`)是一个开源的DevOps工具链管理器。
2121

22+
[v0.6.0 Demo](https://www.bilibili.com/video/BV1W3411P7oW/)
23+
2224
想象你正在开始一个新的项目或组建一个新的团队。在写第一行代码之前,你需要一个能够高效运转SDLC(软件开发生命周期)和承载开发至部署全过程的工具。
2325

2426
通常情况下,你需要以下几个部分来高效地工作。

docs/best-practices/gitops.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# GitOps Toolchain
22

3+
If you are interested in watching a video demo, see the youtube video below:
4+
5+
[https://www.youtube.com/watch?v=q7TK3vFr1kg](https://www.youtube.com/watch?v=q7TK3vFr1kg)
6+
7+
For Chinese readers, watch this one instead:
8+
9+
[https://www.bilibili.com/video/BV1W3411P7oW/](https://www.bilibili.com/video/BV1W3411P7oW/)
10+
311
## Plugins needed
412

513
1. [github-repo-scaffolding-golang](../plugins/github-repo-scaffolding-golang)

0 commit comments

Comments
 (0)