mirror of https://github.com/MISP/misp-book
gitbook-plugin-anchors added to have anchors per section
parent
fffa13a648
commit
fce11675bf
2
USAGE
2
USAGE
|
@ -6,6 +6,8 @@ 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
|
npm install gitbook-plugin-toc
|
||||||
|
npm install gitbook-plugin-anchors
|
||||||
|
gitbook install
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
|
|
|
@ -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", "toc"],
|
"plugins": ["autocover", "github", "toc", "anchors"],
|
||||||
"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": {
|
||||||
"autocover": {
|
"autocover": {
|
||||||
|
|
Loading…
Reference in New Issue