mirror of
https://github.com/nodejs/node.git
synced 2024-11-24 03:07:54 +01:00
528fef2285
This commit aims to improve the UX when navigating the docs using links to subsections. Previously the browser would scroll down to the section body, skipping the section heading. Using `scroll-margin-top` CSS property, we can fix this behavior (at least on some browsers). Links to other versions are now updated with the current targeted hash to improve the UX when navigating from docs of one release line to another. I've also removed syntax not parsable by older browsers (arrow functions and array destructuring) since the diff is pretty small and should improve UX on those browsers. PR-URL: https://github.com/nodejs/node/pull/42739 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com> |
||
---|---|---|
.. | ||
api.js | ||
hljs.css | ||
js-flavor-cjs.svg | ||
js-flavor-esm.svg | ||
README.md | ||
style.css |
API Reference Document Assets
api.js
The main script for API reference documents.
hljs.css
The syntax theme for code snippets in API reference documents.
style.css
The main stylesheet for API reference documents.