From e49e8d1c4fccf6cdc16eb0c765f249b4927bd501 Mon Sep 17 00:00:00 2001 From: Aviv Keller <38299977+RedYetiDev@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:29:15 -0400 Subject: [PATCH] doc: update `api_assets` README for new files --- doc/api_assets/README.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/doc/api_assets/README.md b/doc/api_assets/README.md index e2c1d90cd0953f..b5d55c09b85169 100644 --- a/doc/api_assets/README.md +++ b/doc/api_assets/README.md @@ -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.