-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: update
api_assets
README for new files
- Loading branch information
1 parent
6671f7e
commit e49e8d1
Showing
1 changed file
with
6 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,7 @@ | ||
# API Reference Document Assets | ||
# API documentation assets | ||
|
||
## api.js | ||
|
||
The main script for API reference documents. | ||
|
||
## hljs.css | ||
|
||
The syntax theme for code snippets in API reference documents. | ||
|
||
## style.css | ||
|
||
The main stylesheet for API reference documents. | ||
* [`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. |