node/doc/api_assets
2026-02-24 00:37:09 +01: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 doc: replace text with paths in toggle SVGs 2022-02-10 20:00:24 +00:00
js-flavor-esm.svg doc: replace text with paths in toggle SVGs 2022-02-10 20:00:24 +00:00
README.md doc: update api_assets README for new files 2024-07-28 09:51:31 +02:00
style.css doc: add scroll margin to links 2025-08-04 12:25:31 +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.