Skip to content

Commit

Permalink
docs: fix format DOC-1303
Browse files Browse the repository at this point in the history
  • Loading branch information
addetz committed Jul 17, 2024
1 parent 7fbf31b commit 4a4f259
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 33 deletions.
5 changes: 4 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ docs/api-content/**/*.json
# Troublesome files
tsconfig.json
src/components/IconMapper/dynamicFontAwesomeImports.js
docs/docs-content/security-bulletins/cve-reports.md
docs/docs-content/security-bulletins/cve-reports.md

# Ignore partials
_partials/
14 changes: 7 additions & 7 deletions docs/docs-content/clusters/public-cloud/deploy-k8s-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -828,9 +828,9 @@ displaying the version number.
docker version
```

<PartialsComponent category="tutorials" name="download-tutorials-image-docker"/>
<PartialsComponent category="tutorials" name="download-tutorials-image-docker" />

<PartialsComponent category="tutorials" name="run-tutorials-container-docker"/>
<PartialsComponent category="tutorials" name="run-tutorials-container-docker" />

Navigate to the tutorial code.

Expand All @@ -856,9 +856,9 @@ Use the following command and ensure you receive an output displaying the instal
podman info
```

<PartialsComponent category="tutorials" name="download-tutorials-image-podman"/>
<PartialsComponent category="tutorials" name="download-tutorials-image-podman" />

<PartialsComponent category="tutorials" name="run-tutorials-container-podman"/>
<PartialsComponent category="tutorials" name="run-tutorials-container-podman" />

Navigate to the tutorial code.

Expand All @@ -882,7 +882,7 @@ Change the directory to the tutorial folder.
cd tutorials/
```

<PartialsComponent category="tutorials" name="checkout-tutorials-tag"/>
<PartialsComponent category="tutorials" name="checkout-tutorials-tag" />

Change the directory to the tutorial code.

Expand Down Expand Up @@ -1332,13 +1332,13 @@ the **Enter** key. Next, issue the following command to stop the container.

<TabItem label="Docker" value="docker">

<PartialsComponent category="tutorials" name="stop-tutorials-container-docker"/>
<PartialsComponent category="tutorials" name="stop-tutorials-container-docker" />

</TabItem>

<TabItem label="Podman" value="podman">

<PartialsComponent category="tutorials" name="stop-tutorials-container-podman"/>
<PartialsComponent category="tutorials" name="stop-tutorials-container-podman" />

</TabItem>

Expand Down
15 changes: 7 additions & 8 deletions docs/docs-content/getting-started/terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ displaying the version number.
docker version
```

<PartialsComponent category="tutorials" name="download-tutorials-image-docker"/>
<PartialsComponent category="tutorials" name="download-tutorials-image-docker" />

<PartialsComponent category="tutorials" name="run-tutorials-container-docker"/>
<PartialsComponent category="tutorials" name="run-tutorials-container-docker" />

Navigate to the tutorial code.

Expand All @@ -103,9 +103,9 @@ Use the following command and ensure you receive an output displaying the instal
podman info
```

<PartialsComponent category="tutorials" name="download-tutorials-image-podman"/>
<PartialsComponent category="tutorials" name="download-tutorials-image-podman" />

<PartialsComponent category="tutorials" name="run-tutorials-container-podman"/>
<PartialsComponent category="tutorials" name="run-tutorials-container-podman" />

Navigate to the tutorial code.

Expand All @@ -129,7 +129,7 @@ Change the directory to the tutorial folder.
cd tutorials/
```

<PartialsComponent category="tutorials" name="checkout-tutorials-tag"/>
<PartialsComponent category="tutorials" name="checkout-tutorials-tag" />

Change the directory to the tutorial code.

Expand Down Expand Up @@ -511,14 +511,13 @@ the **Enter** key. Next, issue the following command to stop the container.

<TabItem label="Docker" value="docker">

<PartialsComponent category="tutorials" name="stop-tutorials-container-docker"/>

<PartialsComponent category="tutorials" name="stop-tutorials-container-docker" />

</TabItem>

<TabItem label="Podman" value="podman">

<PartialsComponent category="tutorials" name="stop-tutorials-container-podman"/>
<PartialsComponent category="tutorials" name="stop-tutorials-container-podman" />

</TabItem>

Expand Down
14 changes: 7 additions & 7 deletions docs/docs-content/tutorials/cluster-deployment/pde/deploy-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,9 +389,9 @@ displaying the version number.
docker version
```

<PartialsComponent category="tutorials" name="download-tutorials-image-docker"/>
<PartialsComponent category="tutorials" name="download-tutorials-image-docker" />

<PartialsComponent category="tutorials" name="run-tutorials-container-docker"/>
<PartialsComponent category="tutorials" name="run-tutorials-container-docker" />

Navigate to the tutorial code.

Expand Down Expand Up @@ -419,9 +419,9 @@ Use the following command and ensure you receive an output displaying the instal
podman info
```

<PartialsComponent category="tutorials" name="download-tutorials-image-podman"/>
<PartialsComponent category="tutorials" name="download-tutorials-image-podman" />

<PartialsComponent category="tutorials" name="run-tutorials-container-podman"/>
<PartialsComponent category="tutorials" name="run-tutorials-container-podman" />

Navigate to the tutorial code.

Expand Down Expand Up @@ -451,7 +451,7 @@ Change directory to the tutorial folder.
cd tutorials/
```

<PartialsComponent category="tutorials" name="checkout-tutorials-tag"/>
<PartialsComponent category="tutorials" name="checkout-tutorials-tag" />

Change directory to the tutorial code.

Expand Down Expand Up @@ -1221,13 +1221,13 @@ the **Enter** key. Next, issue the following command to stop the container.
<TabItem label="Docker" value="Docker">
<PartialsComponent category="tutorials" name="stop-tutorials-container-docker"/>
<PartialsComponent category="tutorials" name="stop-tutorials-container-docker" />
</TabItem>
<TabItem label="Podman" value="Podman">
<PartialsComponent category="tutorials" name="stop-tutorials-container-podman"/>
<PartialsComponent category="tutorials" name="stop-tutorials-container-podman" />
</TabItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -828,9 +828,9 @@ displaying the version number.
docker version
```

<PartialsComponent category="tutorials" name="download-tutorials-image-docker"/>
<PartialsComponent category="tutorials" name="download-tutorials-image-docker" />

<PartialsComponent category="tutorials" name="run-tutorials-container-docker"/>
<PartialsComponent category="tutorials" name="run-tutorials-container-docker" />

Navigate to the tutorial code.

Expand All @@ -856,9 +856,9 @@ Use the following command and ensure you receive an output displaying the instal
podman info
```

<PartialsComponent category="tutorials" name="download-tutorials-image-podman"/>
<PartialsComponent category="tutorials" name="download-tutorials-image-podman" />

<PartialsComponent category="tutorials" name="run-tutorials-container-podman"/>
<PartialsComponent category="tutorials" name="run-tutorials-container-podman" />

Navigate to the tutorial code.

Expand All @@ -882,7 +882,7 @@ Change the directory to the tutorial folder.
cd tutorials/
```

<PartialsComponent category="tutorials" name="checkout-tutorials-tag"/>
<PartialsComponent category="tutorials" name="checkout-tutorials-tag" />

Change the directory to the tutorial code.

Expand Down Expand Up @@ -1332,13 +1332,13 @@ the **Enter** key. Next, issue the following command to stop the container.

<TabItem label="Docker" value="docker">

<PartialsComponent category="tutorials" name="stop-tutorials-container-docker"/>
<PartialsComponent category="tutorials" name="stop-tutorials-container-docker" />

</TabItem>

<TabItem label="Podman" value="podman">

<PartialsComponent category="tutorials" name="stop-tutorials-container-podman"/>
<PartialsComponent category="tutorials" name="stop-tutorials-container-podman" />

</TabItem>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Change the directory to the tutorial folder.
cd tutorials/
```

<PartialsComponent category="tutorials" name="checkout-tutorials-tag"/>
<PartialsComponent category="tutorials" name="checkout-tutorials-tag" />

Change the directory to the tutorial code.

Expand Down
4 changes: 2 additions & 2 deletions docs/docs-content/tutorials/profiles/deploy-pack.md
Original file line number Diff line number Diff line change
Expand Up @@ -1290,13 +1290,13 @@ the following commands.

<TabItem label="Docker" value="Docker">

<PartialsComponent category="tutorials" name="stop-tutorials-container-docker"/>
<PartialsComponent category="tutorials" name="stop-tutorials-container-docker" />

</TabItem>

<TabItem label="Podman" value="Podman">

<PartialsComponent category="tutorials" name="stop-tutorials-container-podman"/>
<PartialsComponent category="tutorials" name="stop-tutorials-container-podman" />

</TabItem>

Expand Down

0 comments on commit 4a4f259

Please sign in to comment.