From 14e27608355205877fd99a8d33a46e807fe18b5f Mon Sep 17 00:00:00 2001 From: Shakker Date: Sat, 25 Apr 2026 23:46:30 +0100 Subject: [PATCH] docs: fix plugin reference indentation --- docs/gateway/configuration-reference.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/gateway/configuration-reference.md b/docs/gateway/configuration-reference.md index 6d60f337140..b4551df679b 100644 --- a/docs/gateway/configuration-reference.md +++ b/docs/gateway/configuration-reference.md @@ -187,7 +187,8 @@ See [MCP](/cli/mcp#openclaw-as-an-mcp-client-registry) and - Enabled Claude bundle plugins can also contribute embedded Pi defaults from `settings.json`; OpenClaw applies those as sanitized agent settings, not as raw OpenClaw config patches. - `plugins.slots.memory`: pick the active memory plugin id, or `"none"` to disable memory plugins. - `plugins.slots.contextEngine`: pick the active context engine plugin id; defaults to `"legacy"` unless you install and select another engine. - See [Plugins](/tools/plugin). + +See [Plugins](/tools/plugin). ---