node/doc/api_assets
btea ae407c3109
Some checks are pending
Test and upload documentation to artifacts / build-docs (push) Waiting to run
Linters / lint-addon-docs (push) Waiting to run
Linters / lint-cpp (push) Waiting to run
Linters / format-cpp (push) Waiting to run
Linters / lint-js-and-md (push) Waiting to run
Linters / lint-nix (push) Waiting to run
Linters / lint-py (push) Waiting to run
Linters / lint-yaml (push) Waiting to run
Linters / lint-sh (push) Waiting to run
Linters / lint-codeowners (push) Waiting to run
Linters / lint-pr-url (push) Waiting to run
Linters / lint-readme (push) Waiting to run
Notify on Push / Notify on Force Push on `main` (push) Waiting to run
Notify on Push / Notify on Push on `main` with invalid message (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run
doc: add a smooth scrolling effect to the sidebar
PR-URL: https://github.com/nodejs/node/pull/59007
Reviewed-By: Aviv Keller <me@aviv.sh>
2025-12-24 03:04:57 +00:00
..
api.js doc: add a smooth scrolling effect to the sidebar 2025-12-24 03:04:57 +00: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: add scroll margin to links 2025-07-10 16:22:51 +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.