node/doc/api_assets
Cloyd Lau defdc3c568 doc: remove `scroll-behavior: smooth;`
PR-URL: https://github.com/nodejs/node/pull/53942
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2024-08-05 11:15:41 -03:00
..
README.md doc: update `api_assets` README for new files 2024-07-28 09:51:31 +02:00
api.js
hljs.css doc: update hljs with the latest styles 2024-05-15 08:41:48 +02:00
js-flavor-cjs.svg
js-flavor-esm.svg
style.css doc: remove `scroll-behavior: smooth;` 2024-08-05 11:15:41 -03:00

README.md

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.