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 ```