You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by m4...@apache.org on 2017/10/25 21:05:05 UTC

[20/50] [abbrv] brooklyn-docs git commit: Add collapsible-chapter plugin for the left menu

Add collapsible-chapter plugin for the left menu


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/327d2b34
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/327d2b34
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/327d2b34

Branch: refs/heads/master
Commit: 327d2b3424ebfd53cba7cd3520554ef8d22db88f
Parents: adb398f
Author: Thomas Bouron <th...@cloudsoftcorp.com>
Authored: Wed Oct 11 10:32:48 2017 +0100
Committer: Thomas Bouron <th...@cloudsoftcorp.com>
Committed: Mon Oct 16 14:56:03 2017 +0100

----------------------------------------------------------------------
 book.json         | 6 +++++-
 package-lock.json | 6 ++++++
 package.json      | 1 +
 3 files changed, 12 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/327d2b34/book.json
----------------------------------------------------------------------
diff --git a/book.json b/book.json
index ebf6947..9ee83f4 100644
--- a/book.json
+++ b/book.json
@@ -1,7 +1,11 @@
 {
   "gitbook": "^3.2.3",
   "root": "./guide",
-  "plugins" : ["include-highlight", "theme-api"],
+  "plugins" : [
+    "include-highlight",
+    "theme-api",
+    "collapsible-chapters"
+  ],
   "pluginsConfig": {
     "include-highlight": {
       "extensionToLanguage": {

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/327d2b34/package-lock.json
----------------------------------------------------------------------
diff --git a/package-lock.json b/package-lock.json
index b916aa1..1ad6e89 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -422,6 +422,12 @@
         }
       }
     },
+    "gitbook-plugin-collapsible-chapters": {
+      "version": "0.1.8",
+      "resolved": "https://registry.npmjs.org/gitbook-plugin-collapsible-chapters/-/gitbook-plugin-collapsible-chapters-0.1.8.tgz",
+      "integrity": "sha1-dxVcYcrBlRch2L9Es/ImphoeZcU=",
+      "dev": true
+    },
     "gitbook-plugin-include-highlight": {
       "version": "0.2.1",
       "resolved": "https://registry.npmjs.org/gitbook-plugin-include-highlight/-/gitbook-plugin-include-highlight-0.2.1.tgz",

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/327d2b34/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index e2e2083..e19dcc7 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,7 @@
   "dependencies": {},
   "devDependencies": {
     "gitbook-cli": "^2.3.2",
+    "gitbook-plugin-collapsible-chapters": "^0.1.8",
     "gitbook-plugin-include-highlight": "^0.2.1",
     "gitbook-plugin-theme-api": "^1.1.2"
   },