fastlane/lib/assets/Actions.md.erb in fastlane-2.103.1 vs fastlane/lib/assets/Actions.md.erb in fastlane-2.104.0
- old
+ new
@@ -1,11 +1,11 @@
<!--
This file is auto-generated and will be re-generated every time the docs are updated.
To modify it, go to its source at https://github.com/fastlane/fastlane/blob/master/fastlane/lib/assets/Actions.md.erb
-->
-{!docs/setup-fastlane-header.md!}
+{!docs/includes/setup-fastlane-header.md!}
# fastlane actions
This page contains a list of all built-in fastlane actions and their available options.
@@ -20,15 +20,16 @@
```ruby
import './path/to/other/Fastfile'
```
-For _fastlane_ plugins, check out the [available plugins](https://docs.fastlane.tools/plugins/available-plugins/) page.
+For _fastlane_ plugins, check out the [available plugins](/plugins/available-plugins/) page.
+If you want to create your own action, check out the [local actions](/create-action/#local-actions) page.
<%- @categories.each do |category, actions| -%>
- [<%= category %>](#<%= category.gsub(" ", "-").downcase %>)
<%- end -%>
-- [Plugins](https://docs.fastlane.tools/plugins/available-plugins/)
+- [Plugins](/plugins/available-plugins/)
<%- @categories.each do |category, actions| %>
# <%= category %>
Action | Description | Supported Platforms