BMAD-METHOD/docs/vi-vn
LanyGuan b4d73b7daf
Fix installer custom modules http (#2344)
* fix(installer): preserve http protocol in custom module clone URLs

Previously, parseSource() hardcoded 'https://' when building cloneUrl,
forcing http:// Git URLs (e.g., internal LAN hosts) to upgrade to https.
This broke cloning for self-hosted Git servers that only serve over HTTP.

- Capture the protocol from the regex match instead of discarding it
- Update JSDoc and inline comments to document HTTP support
- Update install-custom-modules docs (EN, ZH, VN) to list HTTP URL type

Fixes the --custom-source flag for http:// addresses.

* docs(installer): update JSDoc to mention HTTP support in cloneRepo

Add HTTP to the cloneRepo method's JSDoc param description.
Also fixes minor spacing in empty arrow functions (formatting).

* docs(installer): fix JSDoc annotation for cloneRepo param

Correct @param backtick escaping in cloneRepo JSDoc.
Also documents HTTP as a supported protocol alongside HTTPS and SSH.

---------

Co-authored-by: 关惠民 <9155544@qq.com>
2026-04-27 19:58:38 -05:00
..
explanation docs(vi-vn): sync and update Vietnamese documentation (#2291) 2026-04-21 21:31:53 -05:00
how-to Fix installer custom modules http (#2344) 2026-04-27 19:58:38 -05:00
reference fix(docs): update stale Analyst triggers and add PRFAQ link (#2238) 2026-04-09 22:18:08 -07:00
tutorials fix(docs): correct translation fidelity issues in Vietnamese docs (#2192) 2026-04-02 20:46:44 -07:00
404.md docs(vi-vn): add Vietnamese translation for BMAD documentation (#2110) 2026-04-02 20:44:13 -07:00
_STYLE_GUIDE.md fix(docs): correct translation fidelity issues in Vietnamese docs (#2192) 2026-04-02 20:46:44 -07:00
bmad-developer-guide.md docs(vi-vn): sync and update Vietnamese documentation (#2291) 2026-04-21 21:31:53 -05:00
index.md fix(docs): correct translation fidelity issues in Vietnamese docs (#2192) 2026-04-02 20:46:44 -07:00
roadmap.mdx fix(docs): correct translation fidelity issues in Vietnamese docs (#2192) 2026-04-02 20:46:44 -07:00