Skip to content

Commit f970a40

Browse files
committed
fix: Further formatting issues
1 parent 084fc48 commit f970a40

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

content/includes/licensing-and-reporting/download-jwt-from-myf5.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ files:
1414
---
1515

1616
1. Log in to [MyF5](https://my.f5.com/manage/s/).
17-
2. Go to **My Products & Plans > Subscriptions** to see your active subscriptions.
18-
3. Find your NGINX subscription, and select the **Subscription ID** for details.
19-
4. Download the **JSON Web Token** from the subscription page.
17+
1. Go to **My Products & Plans > Subscriptions** to see your active subscriptions.
18+
1. Find your NGINX subscription, and select the **Subscription ID** for details.
19+
1. Download the **JSON Web Token** from the subscription page.

content/nic/installation/upgrade-version.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,21 @@ To upgrade a release named _my-release_, use the following command:
5454

5555
{{< tabs name="upgrade-chart" >}}
5656

57-
{{% tab name="OCI registry" %}}
57+
{{< tab name="OCI registry" >}}
5858

5959
```shell
6060
helm upgrade my-release oci://ghcr.io/nginx/charts/nginx-ingress --version {{< nic-helm-version >}}
6161
```
6262

63-
{{% /tab %}}
63+
{{< /tab >}}
6464

65-
{{% tab name="Source" %}}
65+
{{< tab name="Source" >}}
6666

6767
```shell
6868
helm upgrade my-release .
6969
```
7070

71-
{{% /tab %}}
71+
{{< /tab >}}
7272

7373
{{< /tabs >}}
7474

@@ -99,8 +99,8 @@ The example below shows the change for a Policy resource: you must do the same f
9999

100100
{{<tabs name="resource-version-update">}}
101101

102-
{{% comment %}} Keep this left aligned. {{% /comment %}}
103-
{{%tab name="Before"%}}
102+
{{< comment >}} Keep this left aligned. {{< /comment >}}
103+
{{<tab name="Before">}}
104104

105105
```yaml
106106
apiVersion: k8s.nginx.org/v1alpha1
@@ -113,9 +113,9 @@ spec:
113113
key: ${binary_remote_addr}
114114
zoneSize: 10M
115115
```
116-
{{% /tab %}}
116+
{{< /tab >}}
117117
118-
{{%tab name="After"%}}
118+
{{<tab name="After">}}
119119
```yaml
120120
apiVersion: k8s.nginx.org/v1
121121
kind: Policy
@@ -127,7 +127,7 @@ spec:
127127
key: ${binary_remote_addr}
128128
zoneSize: 10M
129129
```
130-
{{% /tab %}}
130+
{{< /tab >}}
131131
132132
{{</tabs>}}
133133
@@ -162,7 +162,7 @@ To configure structured logging, you must update your log deployment arguments f
162162

163163
{{<tabs name="structured logging">}}
164164

165-
{{%tab name="Helm"%}}
165+
{{<tab name="Helm">}}
166166

167167
The Helm value `controller.logLevel` is now a string instead of an integer.
168168

@@ -173,9 +173,9 @@ controller:
173173
logLevel: info
174174
logFormat: json
175175
```
176-
{{% /tab %}}
176+
{{< /tab >}}
177177

178-
{{%tab name="Manifests"%}}
178+
{{<tab name="Manifests">}}
179179

180180
The command line argument `-v` has been replaced with `-log-level`, and takes a string instead of an integer. The argument `-logtostderr` has also been deprecated.
181181

@@ -186,7 +186,7 @@ args:
186186
- -log-level=info
187187
- -log-format=json
188188
```
189-
{{% /tab %}}
189+
{{< /tab >}}
190190

191191
{{</tabs>}}
192192

@@ -212,7 +212,7 @@ The steps you should follow depend on your Helm release name:
212212

213213
{{<tabs name="upgrade-helm">}}
214214

215-
{{%tab name="nginx-ingress"%}}
215+
{{<tab name="nginx-ingress">}}
216216

217217
Use `kubectl describe` on deployment/daemonset to get the `Selector` value:
218218

@@ -260,9 +260,9 @@ Normal ScalingReplicaSet 101s deployment-controller Scaled up replica set n
260260
Normal ScalingReplicaSet 98s deployment-controller Scaled down replica set nginx-ingress-nginx-ingress-<old_version> to 0 from 1
261261
```
262262

263-
{{%/tab%}}
263+
{{</tab>}}
264264

265-
{{%tab name="Other release names"%}}
265+
{{<tab name="Other release names">}}
266266

267267
Use `kubectl describe` on deployment/daemonset to get the `Selector` value:
268268

@@ -309,6 +309,6 @@ Normal ScalingReplicaSet 101s deployment-controller Scaled up replica set t
309309
Normal ScalingReplicaSet 98s deployment-controller Scaled down replica set test-release-nginx-ingress-<old_version> to 0 from 1
310310
```
311311

312-
{{%/tab%}}
312+
{{</tab>}}
313313

314314
{{</tabs>}}

0 commit comments

Comments
 (0)