Skip to content

Commit 4378ae7

Browse files
committed
Added buttons to download the book pdf as well as directly edit the page on github
1 parent 988dccd commit 4378ae7

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

Diff for: book.json

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
{
22
"title" : "Primero Hosted Instance Technical Deployment",
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/PrimeroHostedInstanceTechnicalDeploymentGuide/edit/master",
8+
"label": "Edit This Page"
9+
},
10+
"downloadpdf": {
11+
"base": "https://www.gitbook.com/download/pdf/book/primero/primero-hosted-instance-deployment-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,

0 commit comments

Comments
 (0)