fix(docs): make docs formatter mintlify-safe

This commit is contained in:
Peter Steinberger
2026-04-28 08:10:21 +01:00
parent e4139c3cb6
commit 78a12706ec
68 changed files with 314 additions and 23 deletions

View File

@@ -168,6 +168,7 @@ plugin discovery rather than silently falling back to source paths.
<Accordion title="Other">
- `browser` — bundled browser plugin for the browser tool, `openclaw browser` CLI, `browser.request` gateway method, browser runtime, and default browser control service (enabled by default; disable before replacing it)
- `copilot-proxy` — VS Code Copilot Proxy bridge (disabled by default)
</Accordion>
</AccordionGroup>
@@ -217,6 +218,7 @@ or use `openclaw gateway restart` against the running Gateway.
- **Disabled**: plugin exists but enablement rules turned it off. Config is preserved.
- **Missing**: config references a plugin id that discovery did not find.
- **Invalid**: plugin exists but its config does not match the declared schema. Gateway startup skips only that plugin; `openclaw doctor --fix` can quarantine the invalid entry by disabling it and removing its config payload.
</Accordion>
## Discovery and precedence