Skip to content

Commit 36cfd08

Browse files
committed
add reference links for example pages
1 parent 84033b8 commit 36cfd08

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

docs/examples/http-examples.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ title: Http examples
1111
Case-wise more example can be found in [https://github.com/chkware/cli](https://github.com/chkware/cli/tree/main/tests/resources/storage/sample_config) repository
1212
:::
1313

14+
[Http specification document reference](/references/http-reference)
1415

1516
## Request examples
1617

docs/examples/testcase-examples.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ title: Testcase examples
1111
Case-wise more example can be found in [https://github.com/chkware/cli](https://github.com/chkware/cli/blob/main/tests/resources/storage/sample_config/bitcoin-usd-testcase.chk) repository
1212
:::
1313

14+
[Testcase specification document reference](/references/testcase-reference)
15+
1416
## Testcase examples:
1517

1618
Testcase is an experimental feature, in _`PRE_ALPHA`_ stage.
@@ -46,3 +48,5 @@ spec:
4648
- {type: AssertEqual, actual: $Response.code, expected: 201}
4749
- {type: AssertIsMap, actual: $Response.body}
4850
```
51+
52+
Assertion [reference with examples](/references/testcase-reference#assertions) can be found here.

docs/references/testcase-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Testcase specification reference
88
- Currently JSON response is only supported type for assertions.
99
:::
1010

11-
The Testcase specification format is how anyone express one or more Testcase/s for a given Http specification. Following is the full reference to write Testcase specification file.
11+
The Testcase specification format is how anyone express one or more Testcase(s) for a given Http specification. Following is the full reference to write Testcase specification file.
1212

1313
## Testcase specification
1414

0 commit comments

Comments
 (0)