diff --git a/SUMMARY.adoc b/SUMMARY.adoc index b8b0dc4a3a..443cf8e809 100755 --- a/SUMMARY.adoc +++ b/SUMMARY.adoc @@ -4,7 +4,7 @@ :imagesdir: images . link:topics/preface.adoc[Preface] - . link:topics/Overview.adoc[Overview] + . link:topics/intro.adoc[Introduction] . link:topics/server-installation.adoc[Installation and Configuration of Keycloak Server] . link:topics/openshift.adoc[Running Keycloak Server on OpenShift] . link:topics/cache.adoc[Server Cache] diff --git a/book.json b/book.json new file mode 100755 index 0000000000..27f230c7fc --- /dev/null +++ b/book.json @@ -0,0 +1,5 @@ +{ + "variables": { + "project.name": "Keycloak" + } +} \ No newline at end of file diff --git a/topics/intro.adoc b/topics/intro.adoc new file mode 100755 index 0000000000..a70e0d59d2 --- /dev/null +++ b/topics/intro.adoc @@ -0,0 +1,4 @@ += Introduction + +The purpose of this guide is to walk through everything that needs to be installed and configred prior to first booting +up the {{book.product.name}} server. \ No newline at end of file