diff --git a/infra.png b/infra.png
deleted file mode 100644
index eb81b3f3ece1585f1e12995156fc9b7b1090a6bd..0000000000000000000000000000000000000000
Binary files a/infra.png and /dev/null differ
diff --git a/infrastructure.mmd b/infrastructure.mmd
deleted file mode 100644
index 4e6c92641213251ac1a5bf58fe20620a852d4d75..0000000000000000000000000000000000000000
--- a/infrastructure.mmd
+++ /dev/null
@@ -1,18 +0,0 @@
-graph LR
-    R[Request] -->|www|C[Firewall/Loadbalancer]
-    C-->RP
-      RP-->F
-      RP-->B
-      B-->|API|DB
-    
-    subgraph subID[replicable VPS]
-      RP{Nginx: Reverse Proxy :80 }
-      F(Nginx: Frontend React : 81)
-      B(NodeJS: Backend : 4001)
-    end
-    subgraph MongoDB<br/>Atlas Service*
-      DB[(MongoDB)]
-    end
-    style subID color:white,fill:#f9ff9,stroke:yellow
-    style B color:black,fill:#f91,stroke:#313,stroke-width:4px
-    style F color:white,fill:#191,stroke:#313,stroke-width:4px
diff --git a/pipeline.mmd b/pipeline.mmd
deleted file mode 100644
index 22a9f1ed13843fc7072d539178dfa03d56f02712..0000000000000000000000000000000000000000
--- a/pipeline.mmd
+++ /dev/null
@@ -1,15 +0,0 @@
-graph TB
-    GH[Github Repo] -->|triggered via hooks|CI[CI via CircleCI]
-    CI-->CD[CD via CircleCI]
-    CD-->|runs|T[TerraForm]
-    subgraph subID["Cloudprovider: Linode | AWS"]
-      T-->A("Configuration Management Ansible")
-      A-->C["Docker Containers"]
-      T-->|provisions|C
-      C-->F(Nginx: 81)
-      C-->B(NodeJS: 4001)
-      C-->DB[(MongoDB)]
-    end
-    style subID color:white,fill:#f9ff9,stroke:yellow
-    style B color:black,fill:#f91,stroke:#313,stroke-width:4px
-    style F color:white,fill:#191,stroke:#313,stroke-width:4px
diff --git a/pipeline.png b/pipeline.png
deleted file mode 100644
index 9237046d184a85226f511b7310051642338e7e72..0000000000000000000000000000000000000000
Binary files a/pipeline.png and /dev/null differ