From 4c7fc261e822859fd6ad420a005be7abf61a443b Mon Sep 17 00:00:00 2001
From: Adam Merka <405417@muni.cz>
Date: Thu, 13 Dec 2018 15:56:19 +0100
Subject: [PATCH] dded a few packages

---
 book.json         | 24 ++++++++++++++++++++++--
 package-lock.json | 16 ++++++++++++++++
 2 files changed, 38 insertions(+), 2 deletions(-)
 create mode 100644 package-lock.json

diff --git a/book.json b/book.json
index 457e35b..44b6e11 100644
--- a/book.json
+++ b/book.json
@@ -4,6 +4,26 @@
   "author": "Cloud Commando @ CESNET/ICS MU",
   "language": "en",
   "plugins": [
-    "click-reveal"
-  ]
+    "click-reveal",
+    "insert-logo-link-style",
+    "get-book",
+    "page-treeview",
+    "hints-istex",
+    "pretty-term",
+    "custom-favicon"
+  ],
+  "pluginsConfig": {
+        "insert-logo-link-style": {
+            "src": "https://it.muni.cz/media/2107236/openstack-logo-2016.png?width=130&height=35",
+            "style": "background: none;",
+            "link": "https://cloud.gitlab-pages.ics.muni.cz/documentation"
+        },
+	"get-book": {
+      		"url": "URL_TO_BOOK.PDF",
+      		"label": "Download to PDF"
+    	},
+	"custom-favicon": {
+	"favicon": "path/to/favicon.ico"
+	}
+  }
 }
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..a7a0b23
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,16 @@
+{
+  "requires": true,
+  "lockfileVersion": 1,
+  "dependencies": {
+    "gitbook-plugin-click-reveal": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/gitbook-plugin-click-reveal/-/gitbook-plugin-click-reveal-1.0.0.tgz",
+      "integrity": "sha1-xBQzr/C+BePt2AV9wJRFKAmfZUs="
+    },
+    "gitbook-plugin-insert-logo-link-style": {
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/gitbook-plugin-insert-logo-link-style/-/gitbook-plugin-insert-logo-link-style-1.0.2.tgz",
+      "integrity": "sha512-NUl/UmnpS9vWGM+86WwZkgUqRH90kJDMkv5h474eILHxaSyu8S1FMeOqvNn3vIJWKabgYj6HsG4xlmTKlWdhgw=="
+    }
+  }
+}
-- 
GitLab