Automatic TOC added

pull/7/head
Alexandre Dulaunoy 2015-10-07 10:33:40 +02:00
parent fca9f11ae6
commit 89e9d46e2c
3 changed files with 4 additions and 1 deletions

1
USAGE
View File

@ -5,6 +5,7 @@ Install notes
~~~ ~~~
npm install gitbook-plugin-autocover npm install gitbook-plugin-autocover
npm install gitbook-plugin-github npm install gitbook-plugin-github
npm install gitbook-plugin-toc
~~~ ~~~
Usage Usage

View File

@ -1,3 +1,5 @@
<!-- toc -->
## Administration ## Administration
### Server settings and diagnostics ### Server settings and diagnostics

View File

@ -3,7 +3,7 @@
"description": "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", "language": "en",
"author": "MISP Contributors", "author": "MISP Contributors",
"plugins": ["autocover", "github"], "plugins": ["autocover", "github", "toc"],
"links": { "sidebar": { "MISP @ GitHub": "https://github.com/MISP/MISP", "PDF Format": "./book.pdf" }}, "links": { "sidebar": { "MISP @ GitHub": "https://github.com/MISP/MISP", "PDF Format": "./book.pdf" }},
"pluginsConfig": { "pluginsConfig": {
"autocover": { "autocover": {