Skip to content

Commit

Permalink
add #yamlPreprocessor=on to codeblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
nermalcat69 committed Nov 29, 2024
1 parent c5efa92 commit 19eea69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/docs/content/references/importyml/pre-processor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ Function and string expressions may be nested even multiple layers deep.
### Examples of nesting used with imported environment variables

```yaml
#yamlPreprocessor=on
services:
- hostname: app
type: nodejs@16
Expand All @@ -148,6 +149,7 @@ services:
### Outputs of nesting used with imported environment variables

```yaml
#yamlPreprocessor=on
services:
- hostname: app
type: nodejs@16
Expand Down Expand Up @@ -715,6 +717,7 @@ APP_PUBLIC_KEY_SSH: <@getVar(KeyPublicSsh)>
#### Usage in the Zerops import YAML script

```yaml
#yamlPreprocessor=on
services:
- hostname: app
type: nodejs@20
Expand Down Expand Up @@ -872,6 +875,7 @@ services:
#### Usage in the Zerops import YAML script

```yaml
#yamlPreprocessor=on
services:
- hostname: app
type: nodejs@16
Expand Down Expand Up @@ -1055,6 +1059,7 @@ services:
#### Using of generateRSA4096Key in the Zerops import YAML script

```yaml
#yamlPreprocessor=on
services:
- hostname: app
type: nodejs@16
Expand Down

0 comments on commit 19eea69

Please sign in to comment.