Skip to content

Commit d3da5d9

Browse files
update znai src
1 parent 09c114c commit d3da5d9

2 files changed

Lines changed: 15 additions & 14 deletions

File tree

znaisrc/REST/getting-started.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
1-
:include-markdown: {firstAvailable: ["installation-company-specific-groovy-runner.md", "installation-groovy-runner.md"]}
1+
:include-markdown: {firstAvailable: ["company-specific-installation-groovy-runner.md", "installation-groovy-runner.md"]}
22

33
# Minimal Groovy Setup
44

5-
Generate webtau examples
6-
7-
:include-cli-command: webtau --example
8-
9-
Navigate into `todo` example
10-
11-
:include-cli-command: cd examples/todo
12-
13-
:include-file: examples/todo/todolist.groovy {title: "todolist.groovy"}
14-
15-
To run test
16-
17-
:include-cli-command: webtau todolist.groovy --url=https://jsonplaceholder.typicode.com {paramsToHighlight: "url"}
5+
:include-markdown: {firstAvailable: ["company-specific-minimal-groovy-setup.md", "minimal-groovy-setup.md"]}
186

197
:include-markdown: common/note-package-import.md
208

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Generate webtau examples
2+
3+
:include-cli-command: webtau --example
4+
5+
Navigate into `todo` example
6+
7+
:include-cli-command: cd examples/todo
8+
9+
:include-file: examples/todo/todolist.groovy {title: "todolist.groovy"}
10+
11+
To run test
12+
13+
:include-cli-command: webtau todolist.groovy --url=https://jsonplaceholder.typicode.com {paramsToHighlight: "url"}

0 commit comments

Comments
 (0)