diff --git a/src/components/DirectoryInformation/DirectoryInformation.md b/src/components/DirectoryInformation/DirectoryInformation.md
deleted file mode 100644
index a71c076..0000000
--- a/src/components/DirectoryInformation/DirectoryInformation.md
+++ /dev/null
@@ -1,28 +0,0 @@
-Displays the directory information as a table.
-
-
-```jsx
-import DirectoryInformation from "./DirectoryInformation";
-
-const example_directory_data = {
- "type": "directory_information",
- "Name": "Heyi Feng",
- "Login": "feng293",
- "Computer": "civil4147pc2.ecn",
- "Location": "HAMP 4147",
- "Email": "feng293@purdue.edu",
- "Phone": "5039154835",
- "Office": "",
- "UNIX Dir": "None",
- "Zero Dir": "U=\\\\myhome.itap.purdue.edu\\myhome\\%username%",
- "User ECNDB": "http://eng.purdue.edu/jump/2e29495",
- "Host ECNDB": "http://eng.purdue.edu/jump/2eccc3f",
- "Subject": "Upgrade system and Abaqus"
-};
-
-
-```
-
-```jsx static
-
-```
\ No newline at end of file