mirror of https://github.com/MISP/misp-book
Automatic TOC added
parent
fca9f11ae6
commit
89e9d46e2c
1
USAGE
1
USAGE
|
@ -5,6 +5,7 @@ Install notes
|
|||
~~~
|
||||
npm install gitbook-plugin-autocover
|
||||
npm install gitbook-plugin-github
|
||||
npm install gitbook-plugin-toc
|
||||
~~~
|
||||
|
||||
Usage
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
<!-- toc -->
|
||||
|
||||
## Administration
|
||||
|
||||
### Server settings and diagnostics
|
||||
|
|
|
@ -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"],
|
||||
"plugins": ["autocover", "github", "toc"],
|
||||
"links": { "sidebar": { "MISP @ GitHub": "https://github.com/MISP/MISP", "PDF Format": "./book.pdf" }},
|
||||
"pluginsConfig": {
|
||||
"autocover": {
|
||||
|
|
Loading…
Reference in New Issue