| 1 | # Bootstrap Vendor DOX |
| 2 | |
| 3 | ## Purpose |
| 4 | |
| 5 | - Own the vendored Bootstrap JavaScript bundle used for collapse and tooltip behavior. |
| 6 | |
| 7 | ## Ownership |
| 8 | |
| 9 | - `bootstrap.bundle.min.js` owns Bootstrap runtime behavior. |
| 10 | |
| 11 | ## Local Contracts |
| 12 | |
| 13 | - Do not hand-edit the minified vendor file for application behavior. |
| 14 | - Keep `webui/index.html` synchronized with the local bundle path. |
| 15 | - Bootstrap must be served locally and loaded with `defer` so startup does not wait on an external parser-blocking script. |
| 16 | |
| 17 | ## Work Guidance |
| 18 | |
| 19 | - Replace from a clean upstream release when updating. |
| 20 | |
| 21 | ## Verification |
| 22 | |
| 23 | - Smoke-test sidebar collapse controls and tooltips after changes. |
| 24 | |
| 25 | ## Child DOX Index |
| 26 | |
| 27 | No child DOX files. |