Skip to content

Commit

Permalink
Merge branch 'branches/rudder/8.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Nov 3, 2023
2 parents 25133cd + 12b76d3 commit 7b85d4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions policies/rudderc/docs/src/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Each parameter contains the following fields:
Example:

```yaml
parameters:
params:
- name: dns_server
description: "The DNS server hostname"
default: "1.1.1.1"
Expand Down Expand Up @@ -161,4 +161,4 @@ items:
name: "telnet-server"
reporting:
mode: disabled
```
```
5 changes: 3 additions & 2 deletions policies/rudderc/docs/src/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ To update the technique, repeat the import steps.
### In the technique editor

The technique editor is able to directly use the YAML format (but does not support technique parameter types
for now, and does not display tags).
for now, and does not display tags). You can either import the technique using the import button in the
Web interface, or if you want to automate it, with:

```shell
cd /var/rudder/configuration-repository/
Expand All @@ -156,4 +157,4 @@ You need to import the schema in you editor
([Visual Studio Code](https://code.visualstudio.com/docs/languages/json#_json-schemas-and-settings),
[JetBrains Editor](https://www.jetbrains.com/help/idea/json.html#ws_json_schema_add_custom),
[vim](https://github.com/Quramy/vison), etc.
).
).

0 comments on commit 7b85d4d

Please sign in to comment.