Skip to content

Commit f00c799

Browse files
committed
docs: reorganize the use cases directory
Signed-off-by: Daniel Hu <[email protected]>
1 parent 4efa862 commit f00c799

13 files changed

+23
-13
lines changed

docs/use-cases/case-overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Case Overview

docs/use-cases/case-overview.zh.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 场景概览

docs/use-cases/gitlab-jenkins-harbor/3-gitlab-jenkins-harbor-air-gapped.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ curl -o image-pull-push.sh https://raw.githubusercontent.com/devstream-io/devstr
6262
chmod +x image-pull-push.sh
6363
```
6464

65-
如果你还没有一个私有镜像仓库,可以参考[这篇文章](../image-registry.zh.md)快速部署一个 Docker Registry。
65+
如果你还没有一个私有镜像仓库,可以参考[这篇文章](../reference/image-registry.zh.md)快速部署一个 Docker Registry。
6666

6767
接下来,你就可以通过下述命令快速完成镜像的下载和上传了:
6868

docs/use-cases/gitlab-jenkins-harbor/7-java-springboot-pipeline-with-gitlab-jenkins-harbor-air-gapped.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ curl -o image-pull-push.sh https://raw.githubusercontent.com/devstream-io/devstr
6868
chmod +x image-pull-push.sh
6969
```
7070

71-
如果你还没有一个私有镜像仓库,可以参考[这篇文章](../image-registry.zh.md)快速部署一个 Docker Registry。
71+
如果你还没有一个私有镜像仓库,可以参考[这篇文章](../reference/image-registry.zh.md)快速部署一个 Docker Registry。
7272

7373
接下来,你就可以通过下述命令快速完成镜像的下载和上传了:
7474

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Overview
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 概览
File renamed without changes.
File renamed without changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 0 Goal
44

5-
In this tutorial, we will try to use DevStream's new feature "Apps" to achieve similar result to the [GitOps](./gitops.md), but using much less configuration, to show the power of "Apps" in the config. If you haven't read the original GitOps best practice, click the above link first.
5+
In this tutorial, we will try to use DevStream's new feature "Apps" to achieve similar result to the [GitOps](./gitops-tools.md), but using much less configuration, to show the power of "Apps" in the config. If you haven't read the original GitOps best practice, click the above link first.
66

77
Two applications will be created (one Python, one Golang), CI/CD pipelines will be set up for both, and both apps will be deployed via Argo CD, just like the GitOps best practice.
88

@@ -23,7 +23,7 @@ mkdir test
2323
cd test/
2424
```
2525

26-
Download dtm (see the [GitOps](./gitops.md) best practice if you haven't).
26+
Download dtm (see the [GitOps](./gitops-tools.md) best practice if you haven't).
2727

2828
Then generate the config file by running:
2929

@@ -108,7 +108,7 @@ tiexin@mbp ~/work/devstream-io/test $ ./dtm apply -f config.yaml -y
108108
109109
Let's continue to look at the results of the `apply` command.
110110

111-
Similar to what we did in the [GitOps](./gitops.md) best practice, we can check that repositories for two applications are created, CI pipelins are created for both apps too, Argo CD is installed, and both apps are deployed by Argo CD into our Kubernetes cluster.
111+
Similar to what we did in the [GitOps](./gitops-tools.md) best practice, we can check that repositories for two applications are created, CI pipelins are created for both apps too, Argo CD is installed, and both apps are deployed by Argo CD into our Kubernetes cluster.
112112

113113
---
114114

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 0 目标
44

5-
在本教程中,我们会使用 DevStream 的新特性 应用(Apps),来达到与 [GitOps](gitops.zh.md) 相似的效果。但它的配置更短,来展示 应用 的强大能力。如果你还没有读过原始的 GitOps 最佳实践,可以先点击前面的链接。
5+
在本教程中,我们会使用 DevStream 的新特性 应用(Apps),来达到与 [GitOps](gitops-tools.zh.md) 相似的效果。但它的配置更短,来展示 应用 的强大能力。如果你还没有读过原始的 GitOps 最佳实践,可以先点击前面的链接。
66

77
我们会创建两个应用程序(一个基于 Python,另一个是 Go 语言),并且创建共用的 CI/CD 流水线,即两个应用程序都会通过 Argo CD 来部署,就像前面的 GitOps 做到的那样。
88

@@ -23,7 +23,7 @@ mkdir test
2323
cd test/
2424
```
2525

26-
下载 dtm(详见 [GitOps](./gitops.zh.md) 最佳实践,如果你还没有下载过的话)
26+
下载 dtm(详见 [GitOps](./gitops-tools.zh.md) 最佳实践,如果你还没有下载过的话)
2727

2828
运行以下命令以生成配置文件:
2929

@@ -106,7 +106,7 @@ tiexin@mbp ~/work/devstream-io/test $ ./dtm apply -f config.yaml -y
106106
107107
让我们来继续看看 `apply` 命令的结果:
108108
109-
与我们在[GitOps](./gitops.zh.md)最佳实践中所做的类似,我们可以检查 dtm 是否为两个应用程序创建了代码仓库并为其创建了 CI 流水线,同时安装了 Argo CD,而且两个应用程序都使用了 Argo CD 来部署到了 Kubernetes 集群中。
109+
与我们在[GitOps](./gitops-tools.zh.md)最佳实践中所做的类似,我们可以检查 dtm 是否为两个应用程序创建了代码仓库并为其创建了 CI 流水线,同时安装了 Argo CD,而且两个应用程序都使用了 Argo CD 来部署到了 Kubernetes 集群中。
110110
111111
---
112112

0 commit comments

Comments
 (0)