2024-07-19 06:44:56 -04:00
|
|
|
# API documentation assets
|
2020-05-16 15:54:24 -04:00
|
|
|
|
2024-07-19 06:44:56 -04:00
|
|
|
* [`api.js`](./api.js): This file contains all the JavaScript used throughout the documentation.
|
|
|
|
* [`hljs.css`](./hljs.css): This CSS file is used for syntax highlighting styles in code blocks.
|
|
|
|
* [`js-flavor-cjs.svg`](./js-flavor-cjs.svg): This SVG image represents the toggle between ESM and CJS (_CJS_)
|
|
|
|
* [`js-flavor-esm.svg`](./js-flavor-esm.svg): This SVG image represents the toggle between ESM and CJS (_ESM_)
|
|
|
|
* [`style.css`](./style.css): This CSS file contains the styling rules for the overall appearance of the API documentation.
|