### What is the URL of the page with the issue? https://pkg.go.dev/log/slog#DiscardHandler ### What is your user agent? Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 ### Screenshot <img width="1163" alt="Image" src="https://github.com/user-attachments/assets/dcb0d40a-ae46-4873-8764-60241d4c21ba" /> ### What did you do? Open https://pkg.go.dev/log/slog#DiscardHandler ### What did you see happen? There is no "added in go1.24.0" information for `slog.DiscardHandler`. ### What did you expect to see? On the top of `slog.DiscardHandler` there is "added in go1.24.0" information. Like: <img width="1158" alt="Image" src="https://github.com/user-attachments/assets/b797f322-e5fb-4db5-9b47-e8ab3e608f5e" />