Commit a1c8cc1
feat: add javascript to manage API explorer functionality (#568)
* chore: Add javascript to disable try it functionality in API explorer docs
* chore: adding snippet for loadingexplorer properly with try it
* chore: trigger CI re-run
* refactor: eliminate code duplication in manage-explorers
- Convert manage-explorers.js to export module function
- Update LoadManageExplorers.jsx to import from script file
- Removes 35 lines of duplicated logic
- Improves separation of concerns (logic vs React integration)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* refactor: remove unnecessary React wrapper component
- Revert manage-explorers.js to original self-executing form
- Remove LoadManageExplorers.jsx (not needed)
- Mintlify automatically bundles and loads JS files from the docs folder
The script will now execute automatically without requiring MDX imports.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 93e6463 commit a1c8cc1
1 file changed
+37
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
0 commit comments