mirror of https://github.com/MISP/misp-book
chg: [book] title change - add sitemap
parent
f2ee9168b2
commit
70031b1a21
|
@ -20,6 +20,7 @@ install:
|
||||||
- npm install gitbook-plugin-image-class
|
- npm install gitbook-plugin-image-class
|
||||||
- npm install gitbook-plugin-codesnippet
|
- npm install gitbook-plugin-codesnippet
|
||||||
- npm install gitbook-plugin-last-modified
|
- npm install gitbook-plugin-last-modified
|
||||||
|
- npm install gitbook-plugin-sitemap
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- npm install honkit
|
- npm install honkit
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"title": "User guide of MISP Malware Information Sharing Platform, a Threat Sharing Platform.",
|
"title": "User guide of MISP intelligence sharing platform",
|
||||||
"description": "User guide of MISP Malware Information Sharing Platform, a Threat Sharing Platform.",
|
"description": "User guide of MISP intelligence sharing platform",
|
||||||
"language": "en",
|
"language": "en",
|
||||||
"author": "MISP Contributors",
|
"author": "MISP Contributors",
|
||||||
"plugins": ["toc", "github", "codesnippet", "last-modified", "anchors"],
|
"plugins": ["toc", "github", "codesnippet", "last-modified", "anchors", "sitemap"],
|
||||||
"links": { "sidebar": { "MISP @ GitHub": "https://github.com/MISP/MISP", "PDF Format": "https://www.circl.lu/doc/misp/book.pdf" }},
|
"links": { "sidebar": { "MISP @ GitHub": "https://github.com/MISP/MISP", "PDF Format": "https://www.circl.lu/doc/misp/book.pdf" }},
|
||||||
"pluginsConfig": {
|
"pluginsConfig": {
|
||||||
"github": {
|
"github": {
|
||||||
|
|
Loading…
Reference in New Issue