Skip to content

Commit e8aef03

Browse files
committed
Reorganise content
1 parent af4732a commit e8aef03

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/blog/continuous-delivery/cd_process.en.png renamed to content/blog/continuous-delivery/images/cd_process.en.png

File renamed without changes.

content/blog/continuous-delivery/index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Much like in [Continuous Integration]({{< ref "blog/continuous-integration" >}})
2929
The following figure illustrates the fundamental steps of a Continuous Delivery (CD) process. It's vital to note that an effective CD process presupposes a well-oiled [Continuous Integration (CI)]({{< ref "blog/continuous-integration" >}}) system as its foundation.
3030

3131
{{< figure
32-
src="cd_process.png"
32+
src="images/cd_process.png"
3333
alt="CD process flowchart"
3434
caption="Figure 1: CD process flowchart"
3535
>}}

content/blog/continuous-integration/ci_elements.en.png renamed to content/blog/continuous-integration/images/ci_elements.en.png

File renamed without changes.

content/blog/continuous-integration/ci_process.en.png renamed to content/blog/continuous-integration/images/ci_process.en.png

File renamed without changes.

content/blog/continuous-integration/index.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ A basic Continuous Integration (CI) pipeline initiates when a new code change is
5555
*In computer science, a "pipeline" refers to a sequence of processes or tasks linked such that the output of one becomes the input for the next.*
5656

5757
{{< figure
58-
src="ci_elements.png"
58+
src="images/ci_elements.png"
5959
alt="Basic elements of CI"
6060
caption="Figure 1: Basic elements of CI"
6161
>}}
@@ -77,7 +77,7 @@ Every CI system should have a **notification mechanism** to relay results to the
7777
The figure below broadly illustrates the stages of the integration process taking place within the Continuous Integration (CI) system.
7878

7979
{{< figure
80-
src="ci_process.png"
80+
src="images/ci_process.png"
8181
alt="CI process flowchart"
8282
caption="Figure 2: CI process flowchart"
8383
>}}

0 commit comments

Comments
 (0)