diff --git a/docs/create-your-own-introduction.md b/docs/create-your-own-introduction.md deleted file mode 100644 index 57882f9b5be98c21e7a57f9c72734b192bfea33c..0000000000000000000000000000000000000000 --- a/docs/create-your-own-introduction.md +++ /dev/null @@ -1,15 +0,0 @@ -# Create Your Own - -As the combination of the **Form Processor** extension and the **Action Provider** extension really is a framework it is relatively easy to develop your own actions. - -This could be necessary because: -* the current set of actions is limited to what we needed initially and it could well be that you need an action that is not there but will be very useful to others as well. -This probably means you want to develop a new action in the **Action Provider** extension (with a pull request). - -* you need to develop a very specific action which is only meaningful for the organisation/project you are working with. -In this case you will probably create your specific action in your own extension. - -!!! Note - The **Action Provider** is a separate extension rather than part of the **Form Processor** because it can also be used by other extensions (at the moment the [Data Processor extension][dataprocessor]). - -[dataprocessor]:https://civicrm.org/extensions/data-processor