From 97eb8ec8a4cfeb36b8b3a7465604d993e214ae89 Mon Sep 17 00:00:00 2001 From: Simone Bordet Date: Mon, 30 Mar 2020 12:26:57 +0200 Subject: [PATCH] Fixed generation of documentation via Maven Plugin. Now including .asciidoctorconfig so that generation and IDEs render the documentation correctly. Signed-off-by: Simone Bordet --- jetty-documentation/src/main/asciidoc/embedded-guide/index.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/jetty-documentation/src/main/asciidoc/embedded-guide/index.adoc b/jetty-documentation/src/main/asciidoc/embedded-guide/index.adoc index 1dfc4bdaa93..5988c442888 100644 --- a/jetty-documentation/src/main/asciidoc/embedded-guide/index.adoc +++ b/jetty-documentation/src/main/asciidoc/embedded-guide/index.adoc @@ -58,6 +58,7 @@ endif::[] // suppress automatic id generation :sectids!: +include::.asciidoctorconfig[] include::client/client.adoc[] include::server/server.adoc[] include::io-arch.adoc[]