fix(docs): remaining code audit fixes

- sdk-entrypoints.md: fix mislabeled 'Channel entry options' heading
  (should be 'Options' — these are definePluginEntry options, not
  channel-specific)
- sdk-overview.md: add 4 missing API object fields (version, description,
  source, rootDir) from OpenClawPluginApi type
This commit is contained in:
Vincent Koc
2026-03-22 18:59:01 -07:00
parent 562e4a1791
commit 05055e200a
2 changed files with 5 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ export default definePluginEntry({
});
```
### Channel entry options
### Options
| Field | Type | Required | Default |
| -------------- | ---------------------------------------------------------------- | -------- | ------------------- |