diff --git a/services/src/docs/asciidoc/index.adoc b/services/src/docs/asciidoc/index.adoc index 226d206aca..17ffc523b3 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 0000000000..e2457abf15 --- /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 +