node/doc/api_assets
Jeff 49254e3dc0
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-04-08 23:53:02 +02:00
..
api.js doc: add a smooth scrolling effect to the sidebar 2026-01-19 19:19:28 +01:00
hljs.css doc: fix color contrast issue in light mode 2024-12-18 16:19:08 +00:00
js-flavor-cjs.svg
js-flavor-esm.svg
README.md doc: update api_assets README for new files 2024-07-19 10:44:56 +00:00
style.css doc: fix dropdown menu being obscured at <600px due to stacking context 2026-04-08 23:53:02 +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.