diff --git a/how_to_contribute_to_docs.md b/how_to_contribute_to_docs.md
deleted file mode 100644
index 03da332..0000000
--- a/how_to_contribute_to_docs.md
+++ /dev/null
@@ -1,78 +0,0 @@
-# How to Contribute to Docs
-
-## **Website Documentation Guidelines**
-If you haven't build website locally yet, run following commands inside `theupdateframework` directory (use your [forked](https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://docs.github.com/articles/fork-a-repo&ved=2ahUKEwjexbXp6aqGAxXP1zgGHYMfB3AQFnoECAkQAQ&usg=AOvVaw3knkDqfZXHdtlZVtWiPqst) repository)
-```
- $ yarn install
- $ hugo server
-```
-This will run website locally on http://localhost:1313 by default.
-
-The [content](https://github.com/theupdateframework/theupdateframework.io/tree/master/content) directory is used as a source for Markdown files (Docs), which Hugo uses to generate the TUF website resources.
-
-### **Add Menu on Website**
-___
-
-The starting step is to add a route to render your Markdown file.
-
-Navigate to the [config.toml](https://github.com/theupdateframework/theupdateframework.io/blob/master/config.toml) file.
-
-### **Create Menu with Submenu options**
-When the Menu contains SubMenu options:
-
-- Use the following format:
-```toml
-[[menu.main]]
-name = "