From ec8dacad0e49f42d575418ab227e121a92df0436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=87=8E=20=E7=9B=B4=E4=BA=BA?= Date: Fri, 19 Nov 2021 14:48:54 +0900 Subject: [PATCH 1/4] Fix typo in doc --- docs/content/en/docs-dev/user-guide/cancelling-a-deployment.md | 2 +- .../en/docs-v0.18.x/user-guide/cancelling-a-deployment.md | 2 +- .../en/docs-v0.20.x/user-guide/cancelling-a-deployment.md | 2 +- .../en/docs-v0.21.x/user-guide/cancelling-a-deployment.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/en/docs-dev/user-guide/cancelling-a-deployment.md b/docs/content/en/docs-dev/user-guide/cancelling-a-deployment.md index 61841177dd..cd19b7ca83 100644 --- a/docs/content/en/docs-dev/user-guide/cancelling-a-deployment.md +++ b/docs/content/en/docs-dev/user-guide/cancelling-a-deployment.md @@ -8,7 +8,7 @@ description: > A running deployment can be cancelled from web UI at the deployment details page. -If the application rollback is enabled in the deployment configuration, the rollback process will be executed after the cancelling. You can also explicitly specify to rollback after the cancelling or not from the web UI by clicking on `▼` mark of the `CANCEL` button to select your option. +If the application rollback is enabled in the deployment configuration, the rollback process will be executed after the cancelling. You can also explicitly specify to rollback after the cancelling or not from the web UI by clicking on `▼` mark of the `CANCEL with Rollback` button to select your option. ![](/images/cancel-deployment.png)

diff --git a/docs/content/en/docs-v0.18.x/user-guide/cancelling-a-deployment.md b/docs/content/en/docs-v0.18.x/user-guide/cancelling-a-deployment.md index 61841177dd..cd19b7ca83 100644 --- a/docs/content/en/docs-v0.18.x/user-guide/cancelling-a-deployment.md +++ b/docs/content/en/docs-v0.18.x/user-guide/cancelling-a-deployment.md @@ -8,7 +8,7 @@ description: > A running deployment can be cancelled from web UI at the deployment details page. -If the application rollback is enabled in the deployment configuration, the rollback process will be executed after the cancelling. You can also explicitly specify to rollback after the cancelling or not from the web UI by clicking on `▼` mark of the `CANCEL` button to select your option. +If the application rollback is enabled in the deployment configuration, the rollback process will be executed after the cancelling. You can also explicitly specify to rollback after the cancelling or not from the web UI by clicking on `▼` mark of the `CANCEL with Rollback` button to select your option. ![](/images/cancel-deployment.png)

diff --git a/docs/content/en/docs-v0.20.x/user-guide/cancelling-a-deployment.md b/docs/content/en/docs-v0.20.x/user-guide/cancelling-a-deployment.md index 61841177dd..cd19b7ca83 100644 --- a/docs/content/en/docs-v0.20.x/user-guide/cancelling-a-deployment.md +++ b/docs/content/en/docs-v0.20.x/user-guide/cancelling-a-deployment.md @@ -8,7 +8,7 @@ description: > A running deployment can be cancelled from web UI at the deployment details page. -If the application rollback is enabled in the deployment configuration, the rollback process will be executed after the cancelling. You can also explicitly specify to rollback after the cancelling or not from the web UI by clicking on `▼` mark of the `CANCEL` button to select your option. +If the application rollback is enabled in the deployment configuration, the rollback process will be executed after the cancelling. You can also explicitly specify to rollback after the cancelling or not from the web UI by clicking on `▼` mark of the `CANCEL with Rollback` button to select your option. ![](/images/cancel-deployment.png)

diff --git a/docs/content/en/docs-v0.21.x/user-guide/cancelling-a-deployment.md b/docs/content/en/docs-v0.21.x/user-guide/cancelling-a-deployment.md index 61841177dd..cd19b7ca83 100644 --- a/docs/content/en/docs-v0.21.x/user-guide/cancelling-a-deployment.md +++ b/docs/content/en/docs-v0.21.x/user-guide/cancelling-a-deployment.md @@ -8,7 +8,7 @@ description: > A running deployment can be cancelled from web UI at the deployment details page. -If the application rollback is enabled in the deployment configuration, the rollback process will be executed after the cancelling. You can also explicitly specify to rollback after the cancelling or not from the web UI by clicking on `▼` mark of the `CANCEL` button to select your option. +If the application rollback is enabled in the deployment configuration, the rollback process will be executed after the cancelling. You can also explicitly specify to rollback after the cancelling or not from the web UI by clicking on `▼` mark of the `CANCEL with Rollback` button to select your option. ![](/images/cancel-deployment.png)

From 882e9b4f9416398a095cec19a81f481095aa1886 Mon Sep 17 00:00:00 2001 From: Naoto Ono Date: Fri, 19 Nov 2021 15:03:58 +0900 Subject: [PATCH 2/4] Update docs/content/en/docs-dev/user-guide/cancelling-a-deployment.md Co-authored-by: Ryo Nakao --- docs/content/en/docs-dev/user-guide/cancelling-a-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/docs-dev/user-guide/cancelling-a-deployment.md b/docs/content/en/docs-dev/user-guide/cancelling-a-deployment.md index cd19b7ca83..a36c691a95 100644 --- a/docs/content/en/docs-dev/user-guide/cancelling-a-deployment.md +++ b/docs/content/en/docs-dev/user-guide/cancelling-a-deployment.md @@ -8,7 +8,7 @@ description: > A running deployment can be cancelled from web UI at the deployment details page. -If the application rollback is enabled in the deployment configuration, the rollback process will be executed after the cancelling. You can also explicitly specify to rollback after the cancelling or not from the web UI by clicking on `▼` mark of the `CANCEL with Rollback` button to select your option. +If the application rollback is enabled in the deployment configuration, the rollback process will be executed after the cancelling. You can also explicitly specify to rollback after the cancelling or not from the web UI by clicking on `▼` mark on the right side of the `CANCEL with Rollback` button to select your option. ![](/images/cancel-deployment.png)

From 38fdb645f6d139b61404769cd74bc43a32d6cdcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=87=8E=20=E7=9B=B4=E4=BA=BA?= Date: Fri, 19 Nov 2021 15:15:31 +0900 Subject: [PATCH 3/4] Update others --- .../en/docs-v0.18.x/user-guide/cancelling-a-deployment.md | 3 +-- .../en/docs-v0.20.x/user-guide/cancelling-a-deployment.md | 3 +-- .../en/docs-v0.21.x/user-guide/cancelling-a-deployment.md | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/content/en/docs-v0.18.x/user-guide/cancelling-a-deployment.md b/docs/content/en/docs-v0.18.x/user-guide/cancelling-a-deployment.md index cd19b7ca83..9e4bde17d4 100644 --- a/docs/content/en/docs-v0.18.x/user-guide/cancelling-a-deployment.md +++ b/docs/content/en/docs-v0.18.x/user-guide/cancelling-a-deployment.md @@ -8,10 +8,9 @@ description: > A running deployment can be cancelled from web UI at the deployment details page. -If the application rollback is enabled in the deployment configuration, the rollback process will be executed after the cancelling. You can also explicitly specify to rollback after the cancelling or not from the web UI by clicking on `▼` mark of the `CANCEL with Rollback` button to select your option. +If the application rollback is enabled in the deployment configuration, the rollback process will be executed after the cancelling. You can also explicitly specify to rollback after the cancelling or not from the web UI by clicking on `▼` mark on the right side of the `CANCEL with Rollback` button to select your option. ![](/images/cancel-deployment.png)

Cancel a Deployment from web UI

- diff --git a/docs/content/en/docs-v0.20.x/user-guide/cancelling-a-deployment.md b/docs/content/en/docs-v0.20.x/user-guide/cancelling-a-deployment.md index cd19b7ca83..9e4bde17d4 100644 --- a/docs/content/en/docs-v0.20.x/user-guide/cancelling-a-deployment.md +++ b/docs/content/en/docs-v0.20.x/user-guide/cancelling-a-deployment.md @@ -8,10 +8,9 @@ description: > A running deployment can be cancelled from web UI at the deployment details page. -If the application rollback is enabled in the deployment configuration, the rollback process will be executed after the cancelling. You can also explicitly specify to rollback after the cancelling or not from the web UI by clicking on `▼` mark of the `CANCEL with Rollback` button to select your option. +If the application rollback is enabled in the deployment configuration, the rollback process will be executed after the cancelling. You can also explicitly specify to rollback after the cancelling or not from the web UI by clicking on `▼` mark on the right side of the `CANCEL with Rollback` button to select your option. ![](/images/cancel-deployment.png)

Cancel a Deployment from web UI

- diff --git a/docs/content/en/docs-v0.21.x/user-guide/cancelling-a-deployment.md b/docs/content/en/docs-v0.21.x/user-guide/cancelling-a-deployment.md index cd19b7ca83..9e4bde17d4 100644 --- a/docs/content/en/docs-v0.21.x/user-guide/cancelling-a-deployment.md +++ b/docs/content/en/docs-v0.21.x/user-guide/cancelling-a-deployment.md @@ -8,10 +8,9 @@ description: > A running deployment can be cancelled from web UI at the deployment details page. -If the application rollback is enabled in the deployment configuration, the rollback process will be executed after the cancelling. You can also explicitly specify to rollback after the cancelling or not from the web UI by clicking on `▼` mark of the `CANCEL with Rollback` button to select your option. +If the application rollback is enabled in the deployment configuration, the rollback process will be executed after the cancelling. You can also explicitly specify to rollback after the cancelling or not from the web UI by clicking on `▼` mark on the right side of the `CANCEL with Rollback` button to select your option. ![](/images/cancel-deployment.png)

Cancel a Deployment from web UI

- From ffe3986324fc15c992bf82473ccf05f867ca2ea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=87=8E=20=E7=9B=B4=E4=BA=BA?= Date: Fri, 19 Nov 2021 15:22:32 +0900 Subject: [PATCH 4/4] Update doc --- docs/content/en/docs-dev/user-guide/cancelling-a-deployment.md | 2 +- .../en/docs-v0.18.x/user-guide/cancelling-a-deployment.md | 2 +- .../en/docs-v0.20.x/user-guide/cancelling-a-deployment.md | 2 +- .../en/docs-v0.21.x/user-guide/cancelling-a-deployment.md | 2 +- docs/content/en/docs/user-guide/cancelling-a-deployment.md | 3 +-- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/content/en/docs-dev/user-guide/cancelling-a-deployment.md b/docs/content/en/docs-dev/user-guide/cancelling-a-deployment.md index a36c691a95..df60979c01 100644 --- a/docs/content/en/docs-dev/user-guide/cancelling-a-deployment.md +++ b/docs/content/en/docs-dev/user-guide/cancelling-a-deployment.md @@ -8,7 +8,7 @@ description: > A running deployment can be cancelled from web UI at the deployment details page. -If the application rollback is enabled in the deployment configuration, the rollback process will be executed after the cancelling. You can also explicitly specify to rollback after the cancelling or not from the web UI by clicking on `▼` mark on the right side of the `CANCEL with Rollback` button to select your option. +If the application rollback is enabled in the deployment configuration, the rollback process will be executed after the cancelling. You can also explicitly specify to rollback after the cancelling or not from the web UI by clicking on `▼` mark on the right side of the `CANCEL` button to select your option. ![](/images/cancel-deployment.png)

diff --git a/docs/content/en/docs-v0.18.x/user-guide/cancelling-a-deployment.md b/docs/content/en/docs-v0.18.x/user-guide/cancelling-a-deployment.md index 9e4bde17d4..bf45418d22 100644 --- a/docs/content/en/docs-v0.18.x/user-guide/cancelling-a-deployment.md +++ b/docs/content/en/docs-v0.18.x/user-guide/cancelling-a-deployment.md @@ -8,7 +8,7 @@ description: > A running deployment can be cancelled from web UI at the deployment details page. -If the application rollback is enabled in the deployment configuration, the rollback process will be executed after the cancelling. You can also explicitly specify to rollback after the cancelling or not from the web UI by clicking on `▼` mark on the right side of the `CANCEL with Rollback` button to select your option. +If the application rollback is enabled in the deployment configuration, the rollback process will be executed after the cancelling. You can also explicitly specify to rollback after the cancelling or not from the web UI by clicking on `▼` mark on the right side of the `CANCEL` button to select your option. ![](/images/cancel-deployment.png)

diff --git a/docs/content/en/docs-v0.20.x/user-guide/cancelling-a-deployment.md b/docs/content/en/docs-v0.20.x/user-guide/cancelling-a-deployment.md index 9e4bde17d4..bf45418d22 100644 --- a/docs/content/en/docs-v0.20.x/user-guide/cancelling-a-deployment.md +++ b/docs/content/en/docs-v0.20.x/user-guide/cancelling-a-deployment.md @@ -8,7 +8,7 @@ description: > A running deployment can be cancelled from web UI at the deployment details page. -If the application rollback is enabled in the deployment configuration, the rollback process will be executed after the cancelling. You can also explicitly specify to rollback after the cancelling or not from the web UI by clicking on `▼` mark on the right side of the `CANCEL with Rollback` button to select your option. +If the application rollback is enabled in the deployment configuration, the rollback process will be executed after the cancelling. You can also explicitly specify to rollback after the cancelling or not from the web UI by clicking on `▼` mark on the right side of the `CANCEL` button to select your option. ![](/images/cancel-deployment.png)

diff --git a/docs/content/en/docs-v0.21.x/user-guide/cancelling-a-deployment.md b/docs/content/en/docs-v0.21.x/user-guide/cancelling-a-deployment.md index 9e4bde17d4..bf45418d22 100644 --- a/docs/content/en/docs-v0.21.x/user-guide/cancelling-a-deployment.md +++ b/docs/content/en/docs-v0.21.x/user-guide/cancelling-a-deployment.md @@ -8,7 +8,7 @@ description: > A running deployment can be cancelled from web UI at the deployment details page. -If the application rollback is enabled in the deployment configuration, the rollback process will be executed after the cancelling. You can also explicitly specify to rollback after the cancelling or not from the web UI by clicking on `▼` mark on the right side of the `CANCEL with Rollback` button to select your option. +If the application rollback is enabled in the deployment configuration, the rollback process will be executed after the cancelling. You can also explicitly specify to rollback after the cancelling or not from the web UI by clicking on `▼` mark on the right side of the `CANCEL` button to select your option. ![](/images/cancel-deployment.png)

diff --git a/docs/content/en/docs/user-guide/cancelling-a-deployment.md b/docs/content/en/docs/user-guide/cancelling-a-deployment.md index 61841177dd..bf45418d22 100644 --- a/docs/content/en/docs/user-guide/cancelling-a-deployment.md +++ b/docs/content/en/docs/user-guide/cancelling-a-deployment.md @@ -8,10 +8,9 @@ description: > A running deployment can be cancelled from web UI at the deployment details page. -If the application rollback is enabled in the deployment configuration, the rollback process will be executed after the cancelling. You can also explicitly specify to rollback after the cancelling or not from the web UI by clicking on `▼` mark of the `CANCEL` button to select your option. +If the application rollback is enabled in the deployment configuration, the rollback process will be executed after the cancelling. You can also explicitly specify to rollback after the cancelling or not from the web UI by clicking on `▼` mark on the right side of the `CANCEL` button to select your option. ![](/images/cancel-deployment.png)

Cancel a Deployment from web UI

-