Skip to content

Commit c44ea62

Browse files
committed
wip
1 parent d86fd1a commit c44ea62

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

docs/docs/compare-usecases.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Compare usecases
2+
3+
|Use case |Request validation | Contract testing |
4+
|-------------------------|---------------------|------------------|
5+
|Validating HTTP requests | Yes | Yes |
6+
|Validating HTTP responses| No | Yes |
7+
|Output format

docs/docs/contract-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Kappa has first-class support for testing if your API under testing conforms to
8383
format: date
8484

8585
```
86-
=== "Tell Kappa about your API definition"
86+
=== "Configure Kappa"
8787

8888
[`KappaSpringBootExampleApplication.java`](https://github.com/erosb/kappa-examples/blob/master/kappa-spring-boot-examples/src/main/java/com/github/erosb/kappa/examples/KappaSpringBootExampleApplication.java):
8989

docs/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Kappa is an OpenAPI library for the JVM. It supports [contract-first API develop
66
* [Request validation](./request-validation)
77
* [Contract testing](./contract-testing)
88

9-
{ .annotate } [Click here for understanding the differences](./compare-usecases)
9+
» [Click here for understanding the differences](./compare-usecases)
1010

1111

1212
Kappa provides first-class Spring Boot integration for both usecases. It also has adapters to work with other HTTP-related Java frameworks and libraries, like RestAssured, Vert.x and Undertow.

docs/mkdocs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ markdown_extensions:
2525
- pymdownx.snippets
2626
- pymdownx.superfences
2727
- attr_list
28-
# - md_in_html
29-
# - pymdownx.superfences
3028
- pymdownx.tabbed:
3129
alternate_style: true
30+
- attr_list
31+
- pymdownx.emoji:
32+
emoji_index: !!python/name:material.extensions.emoji.twemoji
33+
emoji_generator: !!python/name:material.extensions.emoji.to_svg

0 commit comments

Comments
 (0)