kubernetes-sigs / reference-docs

Tools to build reference documentation for Kubernetes APIs and CLIs.
Apache License 2.0
87 stars 102 forks source link

[gen-apidocs] Fix HTML lint errors #335

Closed xrstf closed 10 months ago

xrstf commented 10 months ago

I ran the generated API docs through https://validator.w3.org/nu/ and besides it complaining about <BR /> (something I would personally change into <BR> in this repo, but it's just an info note and so I do not want to cause too much of a diff here), it also mentioned a few other, real issues that this PR fixes.

tengqm commented 10 months ago

/lgtm /approve

k8s-ci-robot commented 10 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: tengqm, xrstf

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-sigs/reference-docs/blob/master/OWNERS)~~ [tengqm] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment