mirror of
https://github.com/halo-dev/docs.git
synced 2025-10-22 02:45:28 +00:00
docs: fix incorrect configuration instructions in runtime-mode.md (#221)
/kind documentation Closes #220 ```release-note None ```
This commit is contained in:
@@ -25,7 +25,7 @@ halo:
|
|||||||
```yaml
|
```yaml
|
||||||
halo:
|
halo:
|
||||||
plugin:
|
plugin:
|
||||||
runtime-mode: deployment
|
runtime-mode: development
|
||||||
fixed-plugin-path:
|
fixed-plugin-path:
|
||||||
- /path/to/your/plugin/plugin-starter
|
- /path/to/your/plugin/plugin-starter
|
||||||
```
|
```
|
||||||
|
@@ -25,7 +25,7 @@ halo:
|
|||||||
```yaml
|
```yaml
|
||||||
halo:
|
halo:
|
||||||
plugin:
|
plugin:
|
||||||
runtime-mode: deployment
|
runtime-mode: development
|
||||||
fixed-plugin-path:
|
fixed-plugin-path:
|
||||||
- /path/to/your/plugin/plugin-starter
|
- /path/to/your/plugin/plugin-starter
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user