From 937ea90db7aadadef398fde191d33e07f1bf81a8 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Tue, 14 Feb 2017 15:32:53 +0100 Subject: [PATCH] Fix variables for server installation guide --- book.json | 4 +++ server_installation/book.json | 65 ----------------------------------- 2 files changed, 4 insertions(+), 65 deletions(-) delete mode 100755 server_installation/book.json diff --git a/book.json b/book.json index 32fd74ac21..5b9e427e5a 100755 --- a/book.json +++ b/book.json @@ -30,6 +30,10 @@ "name": "Server Administration", "link": "https://keycloak.gitbooks.io/keycloak-documentation/content/server_admin/index.html" }, + "developerguide": { + "name": "Server Developer Guide", + "link": "https://keycloak.gitbooks.io/server-developer-guide/content/" + }, "installguide": { "name": "Server Installation and Configuration", "link": "https://keycloak.gitbooks.io/keycloak-documentation/content/server_installation/index.html" diff --git a/server_installation/book.json b/server_installation/book.json deleted file mode 100755 index 08c89d1093..0000000000 --- a/server_installation/book.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "gitbook": "2.x.x", - "structure": { - "readme": "README.adoc" - }, - "plugins": [ - "toggle-chapters", - "ungrey", - "splitter" - ], - "variables": { - "title": "Server Installation and Configuration Guide", - "project": { - "name": "Keycloak", - "version": "SNAPSHOT" - }, - "community": true, - "product": false, - "images": "keycloak-images", - "appserver": { - "name": "Wildfly", - "version": "10", - "admindoc": { - "name": "WildFly 10 Documentation", - "link": "https://docs.jboss.org/author/display/WFLY10/Documentation" - }, - "datasource": { - "name": "WildFly 10 Documentation", - "link": "https://docs.jboss.org/author/display/WFLY10/DataSource+configuration" - }, - "network": { - "name": "WildFly 10 Documentation", - "link": "https://docs.jboss.org/author/display/WFLY10/Interfaces+and+ports" - }, - "socket": { - "name": "WildFly 10 Documentation", - "link": "https://docs.jboss.org/author/display/WFLY10/Interfaces+and+ports" - }, - "loadbalancer": { - "name": "WildFly 10 Documentation", - "link": "https://docs.jboss.org/author/display/WFLY10/High+Availability+Guide" - }, - "jgroups": { - "name": "WildFly 10 Documentation", - "link": "https://docs.jboss.org/author/display/WFLY10/JGroups+Subsystem" - }, - "caching": { - "name": "WildFly 10 Documentation", - "link": "https://docs.jboss.org/author/display/WFLY10/Infinispan+Subsystem" - }, - "jpa": { - "name": "WildFly 10 Documentation", - "link": "https://docs.jboss.org/author/display/WFLY10/JPA+Reference+Guide#JPAReferenceGuide-Hibernateproperties" - } - }, - "developerguide": { - "name": "Server Developer Guide", - "link": "https://keycloak.gitbooks.io/server-developer-guide/content/" - }, - "adminguide": { - "name": "Server Administration Guide", - "link": "https://keycloak.gitbooks.io/server-adminstration-guide/content/" - } - } -} \ No newline at end of file