-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate_02.html
More file actions
44 lines (38 loc) · 1.21 KB
/
template_02.html
File metadata and controls
44 lines (38 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<div class="explainer">
<div class="explainer-number-container">
<div class="step-number">3</div>
</div>
<div class="explainer-text">
<h2>Build Plan Generation</h2>
<ul>
<li>Identifies the environment using metadata</li>
<li>Automatically generate assets from the available collections in the service catalog</li>
</ul>
</div>
</div>
<div class="explainer">
<div class="explainer-number-container">
<div class="step-artifact">
<div class="step-artifact-label">B</div>
</div>
</div>
<div class="explainer-text">
<h2>Build record</h2>
<ul>
<li>Business and technical description of the target environment</li>
<li>Includes IaC, COTS and application code</li>
</ul>
</div>
</div>
<div class="explainer">
<div class="explainer-number-container">
<div class="step-number">4</div>
</div>
<div class="explainer-text">
<h2>Full stack build</h2>
<ul>
<li>Initial presentation of the infrastructure, COTS and application code</li>
<li>Prepare functional build and test for validations</li>
</ul>
</div>
</div>