Skip to content

Commit 2159e43

Browse files
committed
docs: fix some indentiation issues
1 parent f65b362 commit 2159e43

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Diff for: docs/part1/10-project.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
1. Add the deployable architecture to a project:
2424

2525
1. Access the [VSI on VPC landing zone Deployable Architecture](https://cloud.ibm.com/catalog/architecture/deploy-arch-ibm-slz-vsi-ef663980-4c71-4fac-af4f-4a510a9bcf68-global?catalog_query=aHR0cHM6Ly9jbG91ZC5pYm0uY29tL2NhdGFsb2cjcmVmZXJlbmNlX2FyY2hpdGVjdHVyZQ%3D%3D) in IBM Cloud.
26-
1. On the VSI on VPC landing zone details page, make sure that the following settings are selected:
27-
a. Product version: **Select the latest** (`4.4.7`` at the time of writing).
26+
1. On the VSI on VPC landing zone details page, make sure that the following settings are selected:\
27+
a. Product version: **Select the latest** (`4.4.7` at the time of writing).\
2828
b. Variation: `Standard`
2929

3030
![Details page](../images/part-1/10-overview-page.png)
@@ -35,17 +35,17 @@
3535
1. Click **Add** on the lower right.
3636

3737
1. Configure the project
38-
1. In the **Configure** > **Security** section, specify the following information:
38+
1. In the **Configure** > **Security** section, specify the following information: \
3939
a. Authentication: Clear **Use a secret** and paste in your IBM Cloud API key.
4040

41-
1. In the **Configure** > **Required** section, specify the following settings:
42-
a. `ssh_public_key`: The value of the `lab-key.pub` file that you generated in step 1.
43-
b. `region`: The region that you want to deploy in.
41+
1. In the **Configure** > **Required** section, specify the following settings:\
42+
a. `ssh_public_key`: The value of the `lab-key.pub` file that you generated in step 1.\
43+
b. `region`: The region that you want to deploy in. \
4444
c. `prefix`: Your initials.
4545

4646
![Configuration](../images/part-1/10-configuration.png)
4747

48-
1. In the **Configure** > **Optional**, set the following options:
48+
1. In the **Configure** > **Optional**, set the following options:\
4949
a. `add_atracker_route`: `false`.
5050
1. Click **Save**.
5151

Diff for: docs/part1/40-expose-web-app.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ In this part of the lab, you expose the web pages to the internet through a VPC
2424
- Click **Create load balancer**.
2525
1. Allow access to the load balancer by adding the following inbound rule to the [security group](https://cloud.ibm.com/vpc-ext/network/securityGroups) called `<your_initials>-workload` that the load balancer is attached.
2626

27-
![Inbound security group rule](../images/part-1/40-sg.png)
27+
![Inbound security group rule](../images/part-1/40-sg.png ':size=60%')
2828

2929
1. Allow internet access to the load balancer by adding the following rules to the [Access control list](https://cloud.ibm.com/vpc-ext/network/acl) for the ACL `<your_initials>-workload-acl`.
3030
- Create an inbound rule
3131

32-
![ACL inbound rule](../images/part-1/40-acl-inbound.png)
32+
![ACL inbound rule](../images/part-1/40-acl-inbound.png ':size=60%')
3333

3434
- Create an outbound rule
3535

36-
![ACL outbound rule](../images/part-1/40-acl-outbound.png)
36+
![ACL outbound rule](../images/part-1/40-acl-outbound.png ':size=60%')
3737

3838
:information_source: **Tip**: It can take several minutes for your load balancer to provision. Wait until the status is set to `Active` in [Load balancers for VPC](https://cloud.ibm.com/vpc-ext/network/loadBalancers). You might need to refresh the page periodically.
3939

0 commit comments

Comments
 (0)