GitHub plugin added

pull/7/head
Alexandre Dulaunoy 2015-10-06 10:54:45 +02:00
parent 013314740e
commit 0c55d2519e
2 changed files with 6 additions and 2 deletions

1
USAGE
View File

@ -4,6 +4,7 @@ Install notes
~~~
npm install gitbook-plugin-autocover
npm install gitbook-plugin-github
~~~
Usage

View File

@ -1,5 +1,5 @@
{
"plugins": ["autocover"],
"plugins": ["autocover", "github"],
"links": { "sidebar": { "MISP @ GitHub": "https://github.com/MISP/MISP"
}},
"pluginsConfig": {
@ -18,6 +18,9 @@
"background": {
"color": "#FFFFFF"
}
},
"github": {
"url": "https://github.com/MISP/"
}
}
}
}