From 8e4db34919a5ace1c9ea7bcbb42c06d49c23b1ae Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Wed, 28 Nov 2018 14:34:16 +0900 Subject: [PATCH] chg: [plugin] Added codesnippet, sitemap and gist plugin chg: [formatting] Adjusted some indentation --- book.json | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/book.json b/book.json index 19b0052..c2b5f91 100644 --- a/book.json +++ b/book.json @@ -3,7 +3,7 @@ "description": "User guide of MISP Malware Information Sharing Platform, a Threat Sharing Platform.", "language": "en", "author": "MISP Contributors", - "plugins": ["autocover", "github", "toc", "anchors", "alerts", "advanced-emoji", "image-class", "last-modified", "search"], + "plugins": ["autocover", "github", "toc", "anchors", "alerts", "advanced-emoji", "image-class", "last-modified", "search", "sitemap", "codesnippet", "gist"], "links": { "sidebar": { "MISP @ GitHub": "https://github.com/MISP/MISP", "PDF Format": "https://www.circl.lu/doc/misp/book.pdf" }}, "pluginsConfig": { "github": { @@ -12,12 +12,15 @@ "twitter": { "url": "https://www.twitter.com/MISPProject/" }, - "styles": { - "website": "styles/website.css", - "ebook": "styles/ebook.css", - "pdf": "styles/pdf.css", - "mobi": "styles/mobi.css", - "epub": "styles/epub.css" + "sitemap": { + "hostname": "https://www.circl.lu/doc/misp/" + }, + "styles": { + "website": "styles/website.css", + "ebook": "styles/ebook.css", + "pdf": "styles/pdf.css", + "mobi": "styles/mobi.css", + "epub": "styles/epub.css" } } }