mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-01 21:30:32 +00:00
docs(plugins): refresh bundled plugin runtime docs
This commit is contained in:
@@ -156,11 +156,11 @@ OpenClaw scans for plugins in this order (first match wins):
|
||||
</Step>
|
||||
|
||||
<Step title="Workspace extensions">
|
||||
`\<workspace\>/.openclaw/extensions/*.ts` and `\<workspace\>/.openclaw/extensions/*/index.ts`.
|
||||
`\<workspace\>/.openclaw/<plugin-root>/*.ts` and `\<workspace\>/.openclaw/<plugin-root>/*/index.ts`.
|
||||
</Step>
|
||||
|
||||
<Step title="Global extensions">
|
||||
`~/.openclaw/extensions/*.ts` and `~/.openclaw/extensions/*/index.ts`.
|
||||
`~/.openclaw/<plugin-root>/*.ts` and `~/.openclaw/<plugin-root>/*/index.ts`.
|
||||
</Step>
|
||||
|
||||
<Step title="Bundled plugins">
|
||||
|
||||
Reference in New Issue
Block a user