-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Improve scrolling in API ref docs #43076
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
/lgtm |
LGTM label has been added. Git tree hash: 4ed6d8e10a32fbd26a3e1f2e87c8a5f29b1163a4
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
9533852
to
0dc0a52
Compare
/hold This is ready from my end (had to repush due to one stray |
Looks like the navigation bar is not sync'ed with the main page? |
Yeah the 1.28 docs are missing the navData.js ( https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/ ), but I'm not sure if this PR should/can fix this? |
Okay. We can leave that to another PR, i.e. regenerate the HTML and remove the JS. |
/hold cancel I guess this would be ready to get merged. |
Thanks. |
LGTM label has been added. Git tree hash: 92b2b0a0b19c69df13a10cae0fad0243f060726d
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tengqm 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:
Approvers can indicate their approval by writing |
This is the sister PR to kubernetes-sigs/reference-docs#334 -- the generated API docs will soon use the DOM exclusively for its navigation, making the navData.js redundant. To that end, the
scroll-apiref.js
had to be rewritten entirely.