Skip to content

Commit

Permalink
Merge pull request #595 from merico-dev/docs-update-gitops-and-readme
Browse files Browse the repository at this point in the history
docs: add demo video links
  • Loading branch information
Tiexin Guo authored May 24, 2022
2 parents afe5e72 + f23119c commit 1add163
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

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

[v0.6.0 Demo](https://www.youtube.com/watch?v=q7TK3vFr1kg)

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.

Typically, you'd need the following pieces in place to work effectively:
Expand Down
2 changes: 2 additions & 0 deletions docs/README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
## DevStream 是什么?
TL;DR: DevStream(CLI工具名为`dtm`)是一个开源的DevOps工具链管理器。

[v0.6.0 Demo](https://www.bilibili.com/video/BV1W3411P7oW/)

想象你正在开始一个新的项目或组建一个新的团队。在写第一行代码之前,你需要一个能够高效运转SDLC(软件开发生命周期)和承载开发至部署全过程的工具。

通常情况下,你需要以下几个部分来高效地工作。
Expand Down
8 changes: 8 additions & 0 deletions docs/best-practices/gitops.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# GitOps Toolchain

If you are interested in watching a video demo, see the youtube video below:

[https://www.youtube.com/watch?v=q7TK3vFr1kg](https://www.youtube.com/watch?v=q7TK3vFr1kg)

For Chinese readers, watch this one instead:

[https://www.bilibili.com/video/BV1W3411P7oW/](https://www.bilibili.com/video/BV1W3411P7oW/)

## Plugins needed

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

0 comments on commit 1add163

Please sign in to comment.