Skip to content

Commit c71730c

Browse files
killianmuldoondpf-release
authored andcommitted
docs: fix highlight box formatting for cross-platform compatibility
* docs: fix highlight box formatting for cross-platform compatibility * docs: fix highlight box formatting for cross-platform compatibility Ensure proper rendering of note and warning blocks across both Confluence/nvdocs and GitHub by adding required line breaks after highlight box markers and removing trailing spaces. This prevents rendering issues that occur when highlight boxes are not properly terminated. Signed-off-by: Tobias Giese <[email protected]> (cherry picked from commit c350b9b7a9198522f903f662deb9c4d0b808cec0) 4f612777 docs: fix highlight box formatting for cross-platform compatibility Co-authored-by: Tobias Giese <[email protected]> Based on release-v25.7@4298cefcad70183d68841cf164ff45d68d496098
1 parent 0fac114 commit c71730c

File tree

18 files changed

+59
-38
lines changed

18 files changed

+59
-38
lines changed

docs/public/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ title: "DOCA Platform Framework"
44

55
[TOC]
66

7-
> [!NOTE] The source for this documentation is the GitHub repo at [github.com/NVIDIA/doca-platform](https://github.com/NVIDIA/doca-platform/) under `docs/public/`.
7+
> [!NOTE]
8+
> The source for this documentation is the GitHub repo at [github.com/NVIDIA/doca-platform](https://github.com/NVIDIA/doca-platform/) under `docs/public/`.
89
910
## Introduction
1011

docs/public/advanced-configuration/dpuservices/ovnvpc/README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: "DOCA VPC OVN Service"
33
---
44

5-
> [!NOTE] The OVN VPC service is considered a tech preview and is not recommended for production use.
5+
> [!NOTE]
6+
> The OVN VPC service is considered a tech preview and is not recommended for production use.
67
78
[TOC]
89

@@ -146,7 +147,8 @@ spec:
146147
```
147148
</details>
148149
149-
> [!NOTE] `ovn-nb-endpoint` should be set to an IP address through which the OVN service is accessible (e.g. the IP of a control plane node).
150+
> [!NOTE]
151+
> `ovn-nb-endpoint` should be set to an IP address through which the OVN service is accessible (e.g. the IP of a control plane node).
150152

151153
### DPUVPC
152154

@@ -181,7 +183,8 @@ spec:
181183
```
182184
</details>
183185

184-
> [!NOTE] A DPU node can belong to at most one DPUVPC, as selected by the `spec.nodeSelector` field.
186+
> [!NOTE]
187+
> A DPU node can belong to at most one DPUVPC, as selected by the `spec.nodeSelector` field.
185188

186189
### DPUVirtualNetwork
187190

@@ -237,7 +240,8 @@ A DPUServiceInterface defines a network interface for DPUs that can be used by w
237240

238241
Supported interface types: `PF`, `VF`, `Service`.
239242

240-
> [!NOTE] A DPUServiceInterface of type `Service` is intended for advanced use cases where a DPUService network interface needs to be connected to a virtual network. see *Advanced Use-Cases* section below
243+
> [!NOTE]
244+
> A DPUServiceInterface of type `Service` is intended for advanced use cases where a DPUService network interface needs to be connected to a virtual network. see *Advanced Use-Cases* section below
241245

242246
<details markdown="1"><summary>Reference Example</summary>
243247

@@ -686,7 +690,8 @@ The following conditions are used to indicate the status of the virtual network:
686690

687691
#### DPUServiceInterface
688692

689-
> [!NOTE] Due to a DPF limitation, the overall readiness of a DPUServiceInterface does not reflect the readiness of the individual ServiceInterfaces for each DPU. Refer to the ServiceInterface section below.
693+
> [!NOTE]
694+
> Due to a DPF limitation, the overall readiness of a DPUServiceInterface does not reflect the readiness of the individual ServiceInterfaces for each DPU. Refer to the ServiceInterface section below.
690695

691696
```yaml
692697
apiVersion: svc.dpu.nvidia.com/v1alpha1

docs/public/advanced-configuration/zero-trust-advanced-configuration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ spec:
106106
107107
Create a `DPUNode` resource for each host that has a DPU:
108108

109-
> [!NOTE] The `.spec.dpus` field contains the names of each DPUDevice attached to the node. Currently, DPF only supports
109+
> [!NOTE]
110+
> The `.spec.dpus` field contains the names of each DPUDevice attached to the node. Currently, DPF only supports
110111
> setting a single DPU for each DPUNode.
111112

112113
```yaml

docs/public/developer-guides/api/dpfoperatorconfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ them according to the configuration.
1616
This basic config example enables the Kamaji cluster manager and sets the PVC name of the BFB PVC which is necessary for
1717
the provisioning controller to download the bf-bundle.
1818

19-
> [!NOTE]
19+
> [!NOTE]
2020
> In the current implementation the `DPFOperatorConfig` resource is a singleton. This means that only one instance of
2121
> this resource can exist in the cluster. If you try to create a second instance, the controllers will not work as
2222
> expected.

docs/public/getting-started/dpf-host-trusted.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ helm repo update
5858
### 2. Install the DPF Operator
5959

6060
> [!NOTE]
61-
>
6261
> Ensure you have completed the [Helm Prerequisites Guide](./helm-prerequisites.md) before proceeding with the DPF
6362
> Operator installation.
6463

docs/public/getting-started/dpf-zero-trust.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ helm repo update
5858
### 2. Install the DPF Operator
5959

6060
> [!NOTE]
61-
>
6261
> Ensure you have completed the [Helm Prerequisites Guide](./helm-prerequisites.md) before proceeding with the DPF
6362
> Operator installation.
6463

docs/public/release-notes/v25.1.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and orchestration of NVIDIA BlueField DPUs in Kubernetes environments.
1212

1313
### Fixed Issues from previous release
1414

15-
> [!NOTE]
15+
> [!NOTE]
1616
> Detailed information about the fixed issues can be found in the [release notes for v24.10](./v24.10.0.md).
1717
1818
* Avoid race condition when multiple DPUDeployments depend on same objects
@@ -36,7 +36,7 @@ and orchestration of NVIDIA BlueField DPUs in Kubernetes environments.
3636

3737
#### Hardware and Software Requirements
3838

39-
> [!NOTE]
39+
> [!NOTE]
4040
> Refer to [Prerequisites](../user-guides/host-trusted/prerequisites/README.md) for detailed requirements.
4141
4242
* DPU Hardware: NVIDIA BlueField-3 DPUs

docs/public/release-notes/v25.1.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and orchestration of NVIDIA BlueField DPUs in Kubernetes environments.
77

88
### Fixed Issues from previous release
99

10-
> [!NOTE]
10+
> [!NOTE]
1111
> Detailed information about the fixed issues can be found in the [release notes for v25.1](./v25.1.0.md).
1212
1313
### Known issues with new workarounds
@@ -41,7 +41,7 @@ and orchestration of NVIDIA BlueField DPUs in Kubernetes environments.
4141
4242
#### Hardware and Software Requirements
4343
44-
> [!NOTE]
44+
> [!NOTE]
4545
> Refer to [Prerequisites](../user-guides/host-trusted/prerequisites/README.md) for detailed requirements.
4646
4747
* DPU Hardware: NVIDIA BlueField-3 DPUs

docs/public/release-notes/v25.7.0.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ DPUs in Kubernetes environments.
7070

7171
> [!NOTE]
7272
> For Host Trusted mode: Refer to [Host Trusted Prerequisites](../user-guides/host-trusted/prerequisites/system.md) for detailed requirements.
73-
74-
75-
> [!NOTE]
73+
>
7674
> For Zero Trust mode: Refer to [Zero Turst Prerequisites](../user-guides/zero-trust/prerequisites/system.md) for detailed requirements. In addition,
7775
> notice
7876
> the [additional requirements for deploying via Redfish](../advanced-configuration/zero-trust-advanced-configuration.md).

docs/public/troubleshooting/dpfctl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Available Commands:
8383
| dpuvpcs | Describe DPF DPUVPCs and VPC related resources |
8484
| storage | Describe DPF Storage resources |
8585

86-
> [!NOTE]
86+
> [!NOTE]
8787
> Available flags can be found with `dpfctl describe --help`.
8888
8989
By default, `dpfctl describe` provides an overview of key **DPU-related resources and their conditions**.
@@ -210,7 +210,7 @@ NAME NAMESPACE
210210
│ │ └─Ready True Success 31s
211211
```
212212

213-
> [!NOTE]
213+
> [!NOTE]
214214
> The flag `--expand-resources` is currently supported only for `DPUServices`. Further support for other resources will
215215
> be added in future releases.
216216

0 commit comments

Comments
 (0)