docs: update api_doc.js dependency comment to reference local 3parties/marked.js

This commit is contained in:
yumoqing 2026-06-02 17:15:31 +08:00
parent d41c386acf
commit a2a80ac922

View File

@ -1,7 +1,7 @@
var bricks = window.bricks || {}; var bricks = window.bricks || {};
/* /*
* ApiDoc widget - renders API documentation from markdown * ApiDoc widget - renders API documentation from markdown
* Depends on: marked (CDN), highlight.js (CDN, optional) * Depends on: marked (/bricks/3parties/marked.js, loaded by header.tmpl)
* Options: * Options:
* md_url: string - URL to fetch markdown from * md_url: string - URL to fetch markdown from
* title: string (optional) - page title * title: string (optional) - page title