forked from MISP/misp-book
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
16 lines (16 loc) · 677 Bytes
/
book.json
File metadata and controls
16 lines (16 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"title": "User guide of MISP Malware Information Sharing Platform, a Threat Sharing Platform.",
"description": "User guide of MISP Malware Information Sharing Platform, a Threat Sharing Platform.",
"language": "en",
"author": "MISP Contributors",
"plugins": ["autocover", "github", "toc", "anchors", "alerts"],
"links": { "sidebar": { "MISP @ GitHub": "https://github.com/MISP/MISP", "PDF Format": "https://www.circl.lu/doc/misp/book.pdf" }},
"pluginsConfig": {
"github": {
"url": "https://github.com/MISP/"
},
"twitter": {
"url": "https://www.twitter.com/MISPProject/"
}
}
}