diff --git a/src/components/TimelineActionCard/TimelineActionCard.md b/src/components/TimelineActionCard/TimelineActionCard.md
deleted file mode 100644
index 7c8a8ee..0000000
--- a/src/components/TimelineActionCard/TimelineActionCard.md
+++ /dev/null
@@ -1,60 +0,0 @@
-Renders a card like view for an action with free form text content like an Edit or Reply.
-
-```jsx
-import { ThemeProvider } from "@material-ui/core/styles";
-import webqueue2Theme from "../../theme";
-import TimelineActionCard from "./TimelineActionCard";
-
-const theme = webqueue2Theme(false);
-
-
-
-
-```
-
-```jsx static
-
-
-
-```
\ No newline at end of file