From 9fd3be93b789ace831edba7ab44631c90387db29 Mon Sep 17 00:00:00 2001 From: Bill Burke Date: Wed, 20 Apr 2016 11:28:39 -0400 Subject: [PATCH] test templating --- SUMMARY.adoc | 2 +- book.json | 5 +++++ topics/intro.adoc | 4 ++++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100755 book.json create mode 100755 topics/intro.adoc 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