We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6d582 commit f1975d2Copy full SHA for f1975d2
docs/asciidoc/modules/openapi.adoc
@@ -9,6 +9,9 @@ This library supports:
9
- https://swagger.io/specification[OpenAPI 3] (json and yaml)
10
- https://swagger.io/tools/swagger-ui[Swagger UI] (Optional)
11
- https://github.com/Redocly/redoc[Redoc] (Optional)
12
+- AsciiDoc Output (Optional)
13
+
14
+Checkout the [demo project](https://github.com/jooby-project/library-demo)
15
16
=== Configuration
17
@@ -201,6 +204,8 @@ properties filter routes by their path pattern. The filter is a regular expressi
201
204
202
205
=== Documenting your API
203
206
207
+Full/complete example available [here](https://github.com/jooby-project/library-demo)
208
209
==== JavaDoc comments
210
211
JavaDoc comments are supported on Java in script and MVC routes.
0 commit comments