From cb5fdf21d9158b0d09caad3accd3544d2b4ed4af Mon Sep 17 00:00:00 2001
From: anonimal <anonimal@i2pmail.org>
Date: Thu, 22 Jun 2017 20:35:05 +0000
Subject: [PATCH] Knowledge-base: create VRP page

---
 _includes/header.html                                      | 2 ++
 _strings_en.yml                                            | 1 +
 .../vrp/index.md                                           | 7 +++++++
 3 files changed, 10 insertions(+)
 rename VULNERABILITY_RESPONSE_PROCESS.md => resources/vrp/index.md (97%)

diff --git a/_includes/header.html b/_includes/header.html
index a5c2374b..34280034 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -60,6 +60,7 @@
                             <a href="/resources/moneropedia/">Moneropedia</a>
                             <a href="/resources/user-guides/">User Guides</a>
                             <a href="/resources/developer-guides/">Developer Guides</a>
+                            <a href="/resources/vrp/">Vulnerability Response</a>
                           </div>
                      </div>
                  </div>
@@ -147,6 +148,7 @@
                             <a href="/resources/moneropedia/">Moneropedia</a>
                             <a href="/resources/user-guides/">User Guides</a>
                             <a href="/resources/developer-guides/">Developer Guides</a>
+                            <a href="/resources/vrp/">Vulnerability Response</a>
                           </div>
                     </div>
                   </div>
diff --git a/_strings_en.yml b/_strings_en.yml
index 1145b730..4bf81edb 100644
--- a/_strings_en.yml
+++ b/_strings_en.yml
@@ -37,6 +37,7 @@ menu:
   people: The People Behind Monero
   userguides: User Guides
   developerguides: Developer Guides
+  vrp: Vulnerability Response Process
   goals: Design & Development Goals
   openalias: The OpenAlias Project
   lab: Monero Research Lab
diff --git a/VULNERABILITY_RESPONSE_PROCESS.md b/resources/vrp/index.md
similarity index 97%
rename from VULNERABILITY_RESPONSE_PROCESS.md
rename to resources/vrp/index.md
index 6960b091..314144e6 100644
--- a/VULNERABILITY_RESPONSE_PROCESS.md
+++ b/resources/vrp/index.md
@@ -1,3 +1,10 @@
+---
+layout: static_page
+title: "Vulnerability Response Process"
+icon: "icon_people"
+attribution: "<!-- Icon is based on work by Freepik (http://www.freepik.com) and is licensed under Creative Commons BY 3.0 -->"
+---
+
 # Monero Site Vulnerability Response Process
 
 ## Preamble
-- 
GitLab