node/doc/api_assets
Jeff 3ea39ff135
doc: fix dropdown menu being obscured at <600px due to stacking context
PR-URL: https://github.com/nodejs/node/pull/61735
Fixes: https://github.com/nodejs/node/issues/59282
Reviewed-By: Aviv Keller <me@aviv.sh>
Reviewed-By: Claudio Wunder <cwunder@gnome.org>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2026-05-11 16:10:15 +02:00
..
api.js doc: add a smooth scrolling effect to the sidebar 2026-02-24 00:37:09 +01:00
hljs.css doc: fix color contrast issue in light mode 2025-01-05 13:05:34 -05:00
js-flavor-cjs.svg
js-flavor-esm.svg
README.md
style.css doc: fix dropdown menu being obscured at <600px due to stacking context 2026-05-11 16:10:15 +02:00

API documentation assets

  • api.js: This file contains all the JavaScript used throughout the documentation.
  • hljs.css: This CSS file is used for syntax highlighting styles in code blocks.
  • js-flavor-cjs.svg: This SVG image represents the toggle between ESM and CJS (CJS)
  • js-flavor-esm.svg: This SVG image represents the toggle between ESM and CJS (ESM)
  • style.css: This CSS file contains the styling rules for the overall appearance of the API documentation.