Initial structure

This commit is contained in:
Stian Thorgersen 2016-05-12 16:20:58 +02:00
parent d60d86beef
commit 6e01bd3daa
5 changed files with 54 additions and 0 deletions

10
README.adoc Executable file
View file

@ -0,0 +1,10 @@
Keycloak Authorization Services Guide
======================
image:images/keycloak_logo.png[alt="Keycloak"]
*Keycloak* _Documentation_ for {{book.project.version}}
http://www.keycloak.org

3
SUMMARY.adoc Executable file
View file

@ -0,0 +1,3 @@
= {{book.title}}
. link:topics/preface.adoc[Preface]

21
book.json Executable file
View file

@ -0,0 +1,21 @@
{
"gitbook": "2.x.x",
"structure": {
"readme": "README.adoc"
},
"plugins": [
"toggle-chapters",
"ungrey",
"splitter"
],
"variables": {
"title": "Keycloak Authorization Services Guide",
"community": true,
"product": false,
"images": "keycloak-images",
"project": {
"name": "Keycloak",
"version": "1.9.3.Final-SNAPSHOT"
}
}
}

BIN
images/keycloak_logo.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

20
topics/preface.adoc Executable file
View file

@ -0,0 +1,20 @@
== Preface
In some of the example listings, what is meant to be displayed on one line does not fit inside the available page width.These lines have been broken up. A '\' at the end of a line means that a break has been introduced to fit in the page, with the following lines indented.
So:
[source]
----
Let's pretend to have an extremely \
long line that \
does not fit
This one is short
----
Is really:
[source]
----
Let's pretend to have an extremely long line that does not fit
This one is short
----