mirror of https://github.com/MISP/misp-book
GitHub plugin added
parent
013314740e
commit
0c55d2519e
1
USAGE
1
USAGE
|
@ -4,6 +4,7 @@ Install notes
|
|||
|
||||
~~~
|
||||
npm install gitbook-plugin-autocover
|
||||
npm install gitbook-plugin-github
|
||||
~~~
|
||||
|
||||
Usage
|
||||
|
|
|
@ -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/"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue