From 145285f0e1ab68a72ca62f37da0f5d19b62f50a0 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Wed, 14 Apr 2021 12:21:22 -0400 Subject: [PATCH] Remove old DirectoryInformation docs --- .../DirectoryInformation.md | 28 ------------------- 1 file changed, 28 deletions(-) delete mode 100644 src/components/DirectoryInformation/DirectoryInformation.md 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