From 70031b1a21e41e0bc2ba84be05782126c44a9918 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 28 Feb 2021 11:20:32 +0100 Subject: [PATCH] chg: [book] title change - add sitemap --- .travis.yml | 1 + book.json | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 971f8a7..7473d60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,7 @@ install: - npm install gitbook-plugin-image-class - npm install gitbook-plugin-codesnippet - npm install gitbook-plugin-last-modified + - npm install gitbook-plugin-sitemap script: - npm install honkit diff --git a/book.json b/book.json index 0a9853e..a40efdc 100644 --- a/book.json +++ b/book.json @@ -1,9 +1,9 @@ { - "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.", + "title": "User guide of MISP intelligence sharing platform", + "description": "User guide of MISP intelligence sharing platform", "language": "en", "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" }}, "pluginsConfig": { "github": {