keycloak-aplcache

KEYCLOAK-1241 Can't build release with Java 8 - Fix Null title

9/17/2015 9:10:15 AM

Details

diff --git a/services/src/docs/asciidoc/index.adoc b/services/src/docs/asciidoc/index.adoc
index 226d206..17ffc52 100644
--- a/services/src/docs/asciidoc/index.adoc
+++ b/services/src/docs/asciidoc/index.adoc
@@ -1,3 +1,3 @@
-include::{generated}/overview.adoc[]
+include::overview.adoc[]
 include::{generated}/paths.adoc[]
 include::{generated}/definitions.adoc[]
\ No newline at end of file
diff --git a/services/src/docs/asciidoc/overview.adoc b/services/src/docs/asciidoc/overview.adoc
new file mode 100644
index 0000000..e2457ab
--- /dev/null
+++ b/services/src/docs/asciidoc/overview.adoc
@@ -0,0 +1,13 @@
+= Keycloak Admin REST API
+
+== Overview
+This is a REST API reference for the Keycloak Admin
+
+=== Version information
+Version: 1
+
+=== URI scheme
+Host: localhost:8080
+BasePath: /auth
+Schemes: HTTP
+