Use canonical FontAwesome v6 icon names, upgrading from v3-v5 #48811
Labels
area/web-development
Issues or PRs related to the kubernetes.io's infrastructure, design, or build processes
kind/bug
Categorizes issue or PR as related to a bug.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Edit: Actually, all v3-v5 IDs should be updated to use the v6 icon's canonical name, such as the following for GitHub once Docsy is upgraded to 0.5.1+ (#48807):
Visit https://kubernetes.io/docs/concepts/windows/intro/ and you'll currently see the following page-meta links:
Notice that the
<i class="fa fa-icon-circle fa-fw"></i>
used to generate this icon doesn't render. The use of this icon was introduced via #29877, but even in that PR's preview the icon doesn't render, see: https://deploy-preview-29877--kubernetes-io-main-staging.netlify.app/docs/setup/production-environment/container-runtimes/#container-runtimesFA v3 icon!
It took some digging, but I finally found it! That is 3 major versions back 😅. It was a FA v3 icon: https://fontawesome.com/v3/icon/circle
Replacement
The replacement seems to be https://fontawesome.com/icons/circle?f=classic&s=solid:
The text was updated successfully, but these errors were encountered: