Skip to content

Commit f1975d2

Browse files
committed
doc: add note about ascii doc and demo project
1 parent 2b6d582 commit f1975d2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/asciidoc/modules/openapi.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ This library supports:
99
- https://swagger.io/specification[OpenAPI 3] (json and yaml)
1010
- https://swagger.io/tools/swagger-ui[Swagger UI] (Optional)
1111
- https://github.com/Redocly/redoc[Redoc] (Optional)
12+
- AsciiDoc Output (Optional)
13+
14+
Checkout the [demo project](https://github.com/jooby-project/library-demo)
1215

1316
=== Configuration
1417

@@ -201,6 +204,8 @@ properties filter routes by their path pattern. The filter is a regular expressi
201204

202205
=== Documenting your API
203206

207+
Full/complete example available [here](https://github.com/jooby-project/library-demo)
208+
204209
==== JavaDoc comments
205210

206211
JavaDoc comments are supported on Java in script and MVC routes.

0 commit comments

Comments
 (0)