-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Description
This is a Bug Report
Problem:
At the bottom of each of the pages of the https://kubernetes.io there is info about the last commit message.
For example:
Kubernetes Release History page
, a Git commit message is visible, along with a link to the corresponding commit:
🔗 docs: add note to broken release link (bb43a46caa)
It may not serve any contextual or user-facing purpose and may confuse readers.
Steps to Reproduce:
Navigate to https://kubernetes.io/releases/#release-history (Any page)
Scroll to the bottom of the page.
Observe the presence of the raw commit message and link.

Proposed Solution:
Review the source pages to ensure that commit references aren’t rendered in the final HTML unless explicitly intended.
Page to Update:
https://kubernetes.io/...