docs: document channel extension sources

This commit is contained in:
Peter Steinberger
2026-06-04 21:59:00 -04:00
parent 6868cde4d4
commit 58912f8fd8
843 changed files with 847 additions and 14 deletions
@@ -1,3 +1,4 @@
// Feishu API module exposes the plugin public contract.
export type { OpenClawConfig as ClawdbotConfig } from "openclaw/plugin-sdk/config-contracts";
export type { RuntimeEnv } from "openclaw/plugin-sdk/runtime";
export { createChannelPairingController } from "openclaw/plugin-sdk/channel-pairing";