Skip to content

Commit

Permalink
Merge pull request #1377 from devstream-io/tiexin/DTM-549-best-practi…
Browse files Browse the repository at this point in the history
…ce-restructure

docs: restructure and rename best practice to use case
  • Loading branch information
daniel-hutao authored Dec 26, 2022
2 parents ac66570 + 13d5ca7 commit 54016e8
Show file tree
Hide file tree
Showing 35 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/plugins/argocdapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This plugin creates an [Argo CD Application](https://argo-cd.readthedocs.io/en/s
- Argo CD itself must have been already installed before the usage of this plugin.
To install Argo CD, use the [helm-installer plugin](./helm-installer/argocd.md).
Or you can use both plugins(argocd+argocdapp) at the same time.
See [GitOps Toolchain](../best-practices/gitops.md) for more info.
See [GitOps Toolchain](../use-cases/gitops.md) for more info.
- Currently, only the Helm chart is supported when creating the Argo CD application.
- Modify the file accordingly. Especially remember to modify `ARGOCD_TOOL_NAME`.

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/helm-installer/harbor.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ export IMAGE_REPO_ADDR=harbor.devstream.io
./image-pull-push.sh -f harbor-images.txt -r ${IMAGE_REPO_ADDR} -l -u
```

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

### 5.3、参考配置

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/helm-installer/jenkins.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ export IMAGE_REPO_ADDR=harbor.devstream.io
./image-pull-push.sh -f jenkins-images.txt -r ${IMAGE_REPO_ADDR} -l -u
```

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

### 5.3、参考配置

Expand Down
2 changes: 1 addition & 1 deletion docs/understanding_the_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Go through the online Docker and Kubernetes tutorials. You can search for:
## Getting Started

- [Quick Start](./quickstart.md)
- [Best Pratices - GitOps Toolchain](./best-practices/gitops.md)
- [Best Pratices - GitOps Toolchain](./use-cases/gitops.md)
2 changes: 1 addition & 1 deletion docs/understanding_the_basics.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
## 让我们开始吧!

- [快速入门](./quickstart.zh.md)
- [最佳实践 - GitOps工具链](./best-practices/gitops.zh.md)
- [最佳实践 - GitOps工具链](./use-cases/gitops.zh.md)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
16 changes: 8 additions & 8 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ plugins:
en:
DTM Commands Explained in Depth: "DTM Commands Explained in Depth"
Plugins: "Plugins"
Best Practices: "Best Practices"
Use Cases: "Use Cases"
Developer Guide: "Developer Guide"
Core Concepts: "Core Concepts"
Commands: "Commands"
Expand All @@ -84,7 +84,7 @@ plugins:
zh:
DTM Commands Explained in Depth: "DTM 命令详解"
Plugins: "插件"
Best Practices: "最佳实践"
Use Cases: "应用场景"
Developer Guide: "开发指导"
Core Concepts: "核心概念"
Commands: "命令"
Expand Down Expand Up @@ -114,18 +114,18 @@ nav:
- commands/*.md
- commands/develop*.md
- commands/verify*.md
- Use Cases:
- use-cases/gitops*.md
- use-cases/apps*.md
- use-cases/gitlab-jenkins-harbor-java-springboot*.md
- use-cases/gjh-java-springboot-air-gapped-deployment*.md
- use-cases/image-registry*.md
- Plugins:
- plugins/plugins-list*.md
- Helm Installer:
- plugins/helm-installer/helm-installer*.md
- plugins/helm-installer/*.md
- plugins/*.md
- Best Practices:
- best-practices/gitops*.md
- best-practices/apps*.md
- best-practices/gitlab-jenkins-harbor-java-springboot*.md
- best-practices/gjh-java-springboot-air-gapped-deployment*.md
- best-practices/image-registry*.md
- contributing_guide*.md
- contributor_ladder*.md
- Governance ⧉: https://github.com/devstream-io/devstream/blob/main/GOVERNANCE.md
Expand Down

0 comments on commit 54016e8

Please sign in to comment.