From e7cce8f366f92d5d71ed031db7e5e08c72ee2f93 Mon Sep 17 00:00:00 2001 From: Simple Date: Fri, 26 May 2023 21:38:11 +0800 Subject: [PATCH] docs: fix incorrect configuration instructions in runtime-mode.md (#221) /kind documentation Closes #220 ```release-note None ``` --- docs/developer-guide/plugin/runtime-mode.md | 2 +- .../version-2.5/developer-guide/plugin/runtime-mode.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developer-guide/plugin/runtime-mode.md b/docs/developer-guide/plugin/runtime-mode.md index 53f54f4..e0e6707 100644 --- a/docs/developer-guide/plugin/runtime-mode.md +++ b/docs/developer-guide/plugin/runtime-mode.md @@ -25,7 +25,7 @@ halo: ```yaml halo: plugin: - runtime-mode: deployment + runtime-mode: development fixed-plugin-path: - /path/to/your/plugin/plugin-starter ``` diff --git a/versioned_docs/version-2.5/developer-guide/plugin/runtime-mode.md b/versioned_docs/version-2.5/developer-guide/plugin/runtime-mode.md index 53f54f4..e0e6707 100644 --- a/versioned_docs/version-2.5/developer-guide/plugin/runtime-mode.md +++ b/versioned_docs/version-2.5/developer-guide/plugin/runtime-mode.md @@ -25,7 +25,7 @@ halo: ```yaml halo: plugin: - runtime-mode: deployment + runtime-mode: development fixed-plugin-path: - /path/to/your/plugin/plugin-starter ```