-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Replace regular characters with HTML entities. #7038
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Deploy preview for kubernetes-io-master-staging ready! Built with commit abe95bf https://deploy-preview-7038--kubernetes-io-master-staging.netlify.com |
|
/assign @zacharysarah |
9f1089a to
a5fc0a5
Compare
|
👍 🚢 /lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: steveperry-53, zacharysarah The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
…henopis-user-journeys * 'master' of https://github.com/kubernetes/website: (102 commits) Change deployment group (#7112) fix typos in extending doc (#7110) added installation via Powershell Gallery (#6086) Update StatefulSet API version to 1.9 for the Cassandra example (#7096) Modify the terms by document style (#7026) now that phase out in k8s/cluster/ directory, so remove relative docs (#6951) Update mysql-wordpress-persistent-volume.md (#7080) Update high-availability.md (#7086) Feature gates reference documentation (#6364) Add link to autoscaler FAQ (#7045) Replace regular characters with HTML entities. (#7038) Remove unnecessary manual node object creation (#6765) upper case restriction doesn't exist (#7003) Add an API concepts document and describe terminology and API chunking (#6540) Add kube-apiserver, kube-controller-manager, kube-scheduler and etcd to glossary. (#6600) Update what-is-kubernetes.md (#6971) Fixed the interacting with cluster section for the ubuntu installation (#6905) Update weave-network-policy.md (#6960) Added AWS eks (#6568) Update eviction strategy to include priority (#6949) ... # Conflicts: # _data/setup.yml # _data/tutorials.yml # docs/imported/release/notes.md
* Add HTML entities. * Use entities in field descriptions.
This PR fixes a few mistakes in the Kubernetes API reference docs.
For example, in the currently published reference docs, under Toleration, the description is missing some place holders that are in angle brackets.
The description should say this:
But instead, is says this:
Preview of updated ref docs
This PR is not a direct update to the generated HTML file. The HTML file in this PR was generated after I made revisions to the generation code at kubernetes-incubator/reference-docs.
This change is