From 013314740e60cf2cdcc979969e46d245461783fd Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 6 Oct 2015 10:39:45 +0200 Subject: [PATCH 1/2] Minimal glossary added --- GLOSSARY.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 GLOSSARY.md diff --git a/GLOSSARY.md b/GLOSSARY.md new file mode 100644 index 0000000..3d0d2dc --- /dev/null +++ b/GLOSSARY.md @@ -0,0 +1,5 @@ +# MISP +Malware Information Sharing Platform + +# IOC +Indicator of compromise (IOC or IoC) is an artifact observed on a network or in an operating system or information channel that could reference an intrusion or a reference to a technique used by an attacker. From 0c55d2519e4eb708ed29a4e4bf1a4cbdfd73b14a Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 6 Oct 2015 10:54:45 +0200 Subject: [PATCH 2/2] GitHub plugin added --- USAGE | 1 + book.json | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/USAGE b/USAGE index 3389462..5a42861 100644 --- a/USAGE +++ b/USAGE @@ -4,6 +4,7 @@ Install notes ~~~ npm install gitbook-plugin-autocover +npm install gitbook-plugin-github ~~~ Usage diff --git a/book.json b/book.json index a860853..83b0159 100644 --- a/book.json +++ b/book.json @@ -1,5 +1,5 @@ { - "plugins": ["autocover"], + "plugins": ["autocover", "github"], "links": { "sidebar": { "MISP @ GitHub": "https://github.com/MISP/MISP" }}, "pluginsConfig": { @@ -18,6 +18,9 @@ "background": { "color": "#FFFFFF" } + }, + "github": { + "url": "https://github.com/MISP/" } - } +} }