diff --git a/docs/generated/actions/slack_train.md b/docs/generated/actions/slack_train.md
deleted file mode 100644
index 346ee792e..000000000
--- a/docs/generated/actions/slack_train.md
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-# slack_train
-
-
-Show a train of the fastlane progress
-
-
-
-
-
-
-
-slack_train |
------|----
-Supported platforms | ios, android, mac
-Author | @@KrauseFx
-Returns | A string that is being sent to slack
-
-
-
-
-
-
-To show the documentation in your terminal, run
-```no-highlight
-fastlane action slack_train
-```
-
-View source code
-
-
-
-Back to actions
diff --git a/docs/generated/actions/slack_train_crash.md b/docs/generated/actions/slack_train_crash.md
deleted file mode 100644
index ecaaaf0e4..000000000
--- a/docs/generated/actions/slack_train_crash.md
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-# slack_train_crash
-
-
-
-
-
-
-
-
-
-
-slack_train_crash |
------|----
-Supported platforms | ios, android, mac
-Author | @@KrauseFx
-
-
-
-
-
-
-To show the documentation in your terminal, run
-```no-highlight
-fastlane action slack_train_crash
-```
-
-View source code
-
-
-
-Back to actions
diff --git a/docs/generated/actions/slack_train_start.md b/docs/generated/actions/slack_train_start.md
deleted file mode 100644
index 2153eccf0..000000000
--- a/docs/generated/actions/slack_train_start.md
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-# slack_train_start
-
-
-Show a train of the fastlane progress
-
-
-
-
-
-
-
-slack_train_start |
------|----
-Supported platforms | ios, android, mac
-Author | @@KrauseFx
-
-
-
-
-
-## Parameters
-
-Key | Description | Default
-----|-------------|--------
- `distance` | How many rails do we need? | `5`
- `train` | Train emoji | `🚝`
- `rail` | Character or emoji for the rail | `=`
- `reverse_direction` | Pass true if you want the train to go from left to right | `false`
-
-* = default value is dependent on the user's system
-
-
-
-To show the documentation in your terminal, run
-```no-highlight
-fastlane action slack_train_start
-```
-
-View source code
-
-
-
-Back to actions