diff --git a/cert/index.html b/cert/index.html
index 6c3d69a..5ce5e7b 100644
--- a/cert/index.html
+++ b/cert/index.html
@@ -1,3 +1,3 @@
diff --git a/deliver/index.html b/deliver/index.html
index ef32d75..969d56c 100644
--- a/deliver/index.html
+++ b/deliver/index.html
@@ -1,3 +1,3 @@
diff --git a/fastlane/Fastfile b/fastlane/Fastfile
index 610b815..a910336 100644
--- a/fastlane/Fastfile
+++ b/fastlane/Fastfile
@@ -1,15 +1,28 @@
+skip_docs
+
lane :generate do
require 'fileutils'
- tools = %w(fastlane fastlane_core deliver snapshot frameit pem sigh produce cert gym pilot credentials_manager spaceship scan supply watchbuild match screengrab precheck)
+ tools = %w(fastlane fastlane_core deliver snapshot frameit pem sigh produce cert gym pilot credentials_manager spaceship scan supply match screengrab precheck)
+ manual_mapping = {
+ "fastlane" => "https://docs.fastlane.tools",
+ "spaceship" => "https://github.com/fastlane/fastlane/blob/master/spaceship/README.md#readme",
+ "fastlane_core" => "https://github.com/fastlane/fastlane/tree/master/fastlane_core#readme",
+ "credentials_manager" => "https://github.com/fastlane/fastlane/tree/master/credentials_manager#readme"
+ }
puts "Generating short links for: \n#{tools.join(', ')}"
Dir.chdir("..") do
tools.each do |current|
FileUtils.mkdir(current) unless File.directory?(current)
+ url = "https://docs.fastlane.tools/actions/#{current}"
+ if manual_mapping[current].to_s.length > 0
+ url = manual_mapping[current]
+ end
+
index = <<-eos
eos
diff --git a/fastlane/index.html b/fastlane/index.html
index 15c2048..c828dbd 100644
--- a/fastlane/index.html
+++ b/fastlane/index.html
@@ -1,3 +1,3 @@
diff --git a/frameit/index.html b/frameit/index.html
index f7e1055..a4d476b 100644
--- a/frameit/index.html
+++ b/frameit/index.html
@@ -1,3 +1,3 @@
diff --git a/gym/index.html b/gym/index.html
index 1ad85b2..6eea5c6 100644
--- a/gym/index.html
+++ b/gym/index.html
@@ -1,3 +1,3 @@
diff --git a/match/index.html b/match/index.html
index 9751a5f..ebcbe19 100644
--- a/match/index.html
+++ b/match/index.html
@@ -1,3 +1,3 @@
diff --git a/pem/index.html b/pem/index.html
index a02a808..04b40f7 100644
--- a/pem/index.html
+++ b/pem/index.html
@@ -1,3 +1,3 @@
diff --git a/pilot/index.html b/pilot/index.html
index 9103c83..5e6d17d 100644
--- a/pilot/index.html
+++ b/pilot/index.html
@@ -1,3 +1,3 @@
diff --git a/precheck/index.html b/precheck/index.html
index 7c7a7ba..869dbf4 100644
--- a/precheck/index.html
+++ b/precheck/index.html
@@ -1,3 +1,3 @@
diff --git a/produce/index.html b/produce/index.html
index b10784b..aa04dd1 100644
--- a/produce/index.html
+++ b/produce/index.html
@@ -1,3 +1,3 @@
diff --git a/scan/index.html b/scan/index.html
index acfd02f..f0bc75e 100644
--- a/scan/index.html
+++ b/scan/index.html
@@ -1,3 +1,3 @@
diff --git a/screengrab/index.html b/screengrab/index.html
index 45551ed..2480930 100644
--- a/screengrab/index.html
+++ b/screengrab/index.html
@@ -1,3 +1,3 @@
diff --git a/sigh/index.html b/sigh/index.html
index 3ca8c67..e0f791f 100644
--- a/sigh/index.html
+++ b/sigh/index.html
@@ -1,3 +1,3 @@
diff --git a/snapshot/index.html b/snapshot/index.html
index de31e81..8c939bb 100644
--- a/snapshot/index.html
+++ b/snapshot/index.html
@@ -1,3 +1,3 @@
diff --git a/spaceship/index.html b/spaceship/index.html
index 8431dda..962fd16 100644
--- a/spaceship/index.html
+++ b/spaceship/index.html
@@ -1,3 +1,3 @@
diff --git a/supply/index.html b/supply/index.html
index 56e0801..cfe6608 100644
--- a/supply/index.html
+++ b/supply/index.html
@@ -1,3 +1,3 @@
diff --git a/watchbuild/index.html b/watchbuild/index.html
deleted file mode 100644
index c809435..0000000
--- a/watchbuild/index.html
+++ /dev/null
@@ -1,3 +0,0 @@
-