Skip to content

Commit 420976a

Browse files
committed
Added buttons to download the book pdf as well as directly edit the page on github
1 parent b2a3d6f commit 420976a

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

book.json

+17-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,29 @@
11
{
22
"title" : "Primero Users Guide",
33
"github" : false,
4-
"plugins" : [ "-mathjax", "-mixpanel", "fancybox"],
4+
"plugins" : [ "-mathjax", "-mixpanel", "edit-link", "downloadpdf"],
5+
"pluginsConfig": {
6+
"edit-link": {
7+
"base": "https://github.com/primeroIMS/PrimeroCPIMSUserGuide/edit/master",
8+
"label": "Edit This Page"
9+
},
10+
"downloadpdf": {
11+
"base": "https://www.gitbook.com/download/pdf/book/primero/primero-child-protection-ims-user-guide",
12+
"label": "Download PDF",
13+
"multilingual": false
14+
}
15+
},
516
"links" : {
617
"sidebar": {
7-
"Documentation Home Page": "https://primeroims.github.io/primero/docs/"
18+
"Docs Home": "https://primeroims.github.io/primero/docs/"
819
},
920
"sharing" : {
1021
"google" : null,
1122
"twitter" : null,
1223
"facebook" : null
1324
}
1425
}
15-
}
26+
}
27+
28+
29+

0 commit comments

Comments
 (0)