From 4403014fa55149cb636386dddff2b6f203dea1cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Niedzielski?= Date: Fri, 7 Jun 2019 03:05:16 +0200 Subject: [PATCH] Move support note to an external include file --- docs/_includes/support.md | 8 ++++++++ docs/async_event_dispatcher/quick_tour.md | 9 +-------- docs/bundle/async_commands.md | 9 +-------- docs/bundle/async_events.md | 9 +-------- docs/bundle/cli_commands.md | 9 +-------- docs/bundle/config_reference.md | 9 +-------- docs/bundle/consumption_extension.md | 9 +-------- docs/bundle/debugging.md | 9 +-------- docs/bundle/functional_testing.md | 9 +-------- docs/bundle/job_queue.md | 9 +-------- docs/bundle/message_processor.md | 9 +-------- docs/bundle/message_producer.md | 9 +-------- docs/bundle/production_settings.md | 9 +-------- docs/bundle/quick_tour.md | 9 +-------- docs/client/extensions.md | 9 +-------- docs/client/message_bus.md | 9 +-------- docs/client/message_examples.md | 9 +-------- docs/client/quick_tour.md | 9 +-------- docs/client/rpc_call.md | 9 +-------- docs/client/supported_brokers.md | 9 +-------- docs/consumption/extensions.md | 9 +-------- docs/consumption/message_processor.md | 9 +-------- docs/contribution.md | 9 +-------- .../symfony/how-to-change-consume-command-logger.md | 9 +-------- docs/dsn.md | 9 +-------- docs/elastica-bundle/overview.md | 9 +-------- docs/index.md | 9 +-------- docs/job_queue/run_sub_job.md | 9 +-------- docs/job_queue/run_unique_job.md | 9 +-------- docs/laravel/queues.md | 9 +-------- docs/laravel/quick_tour.md | 9 +-------- docs/magento/cli_commands.md | 9 +-------- docs/magento/quick_tour.md | 9 +-------- docs/magento2/cli_commands.md | 9 +-------- docs/magento2/quick_tour.md | 9 +-------- docs/messages.md | 9 +-------- docs/monitoring.md | 9 +-------- docs/monolog/send-messages-to-mq.md | 9 +-------- docs/quick_tour.md | 9 +-------- docs/transport/amqp.md | 9 +-------- docs/transport/amqp_bunny.md | 9 +-------- docs/transport/amqp_lib.md | 9 +-------- docs/transport/dbal.md | 9 +-------- docs/transport/filesystem.md | 9 +-------- docs/transport/gearman.md | 9 +-------- docs/transport/gps.md | 9 +-------- docs/transport/kafka.md | 8 +------- docs/transport/mongodb.md | 9 +-------- docs/transport/null.md | 9 +-------- docs/transport/pheanstalk.md | 9 +-------- docs/transport/redis.md | 9 +-------- docs/transport/sns.md | 9 +-------- docs/transport/snsqs.md | 9 +-------- docs/transport/sqs.md | 9 +-------- docs/transport/stomp.md | 9 +-------- docs/transport/wamp.md | 9 +-------- docs/yii/amqp_driver.md | 9 +-------- 57 files changed, 64 insertions(+), 447 deletions(-) create mode 100644 docs/_includes/support.md diff --git a/docs/_includes/support.md b/docs/_includes/support.md new file mode 100644 index 000000000..98bc48700 --- /dev/null +++ b/docs/_includes/support.md @@ -0,0 +1,8 @@ +

Supporting Enqueue

+ +Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: + +- [Become a sponsor](https://www.patreon.com/makasim) +- [Become our client](http://forma-pro.com/) + +--- diff --git a/docs/async_event_dispatcher/quick_tour.md b/docs/async_event_dispatcher/quick_tour.md index 7f3fc6a78..c9eb0e0a9 100644 --- a/docs/async_event_dispatcher/quick_tour.md +++ b/docs/async_event_dispatcher/quick_tour.md @@ -2,14 +2,7 @@ layout: default nav_exclude: true --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Async event dispatcher (Symfony) diff --git a/docs/bundle/async_commands.md b/docs/bundle/async_commands.md index 3e5cb7e87..c82024110 100644 --- a/docs/bundle/async_commands.md +++ b/docs/bundle/async_commands.md @@ -4,14 +4,7 @@ parent: "Symfony bundle" title: Async commands nav_order: 7 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Async commands diff --git a/docs/bundle/async_events.md b/docs/bundle/async_events.md index 7cad12448..7264f5f20 100644 --- a/docs/bundle/async_events.md +++ b/docs/bundle/async_events.md @@ -4,14 +4,7 @@ parent: "Symfony bundle" title: Async events nav_order: 6 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Async events diff --git a/docs/bundle/cli_commands.md b/docs/bundle/cli_commands.md index 65ed00825..3033c41a2 100644 --- a/docs/bundle/cli_commands.md +++ b/docs/bundle/cli_commands.md @@ -4,14 +4,7 @@ parent: "Symfony bundle" title: CLI commands nav_order: 3 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Cli commands diff --git a/docs/bundle/config_reference.md b/docs/bundle/config_reference.md index 61cb81c34..edbd917f2 100644 --- a/docs/bundle/config_reference.md +++ b/docs/bundle/config_reference.md @@ -4,14 +4,7 @@ parent: "Symfony bundle" title: Config reference nav_order: 2 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Config reference diff --git a/docs/bundle/consumption_extension.md b/docs/bundle/consumption_extension.md index 52d82711f..cad372103 100644 --- a/docs/bundle/consumption_extension.md +++ b/docs/bundle/consumption_extension.md @@ -4,14 +4,7 @@ parent: "Symfony bundle" title: Consumption extension nav_order: 9 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Consumption extension diff --git a/docs/bundle/debugging.md b/docs/bundle/debugging.md index 7084ddcf0..6ae79b3a0 100644 --- a/docs/bundle/debugging.md +++ b/docs/bundle/debugging.md @@ -4,14 +4,7 @@ parent: "Symfony bundle" title: Debugging nav_order: 11 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Debugging diff --git a/docs/bundle/functional_testing.md b/docs/bundle/functional_testing.md index f8a28f690..7e81f8eaa 100644 --- a/docs/bundle/functional_testing.md +++ b/docs/bundle/functional_testing.md @@ -4,14 +4,7 @@ parent: "Symfony bundle" title: Functional testing nav_order: 12 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Functional testing diff --git a/docs/bundle/job_queue.md b/docs/bundle/job_queue.md index 3cdfc89fa..eb1e25281 100644 --- a/docs/bundle/job_queue.md +++ b/docs/bundle/job_queue.md @@ -4,14 +4,7 @@ parent: "Symfony bundle" title: Job queue nav_order: 8 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Jobs diff --git a/docs/bundle/message_processor.md b/docs/bundle/message_processor.md index 4c623ed19..7d10c837d 100644 --- a/docs/bundle/message_processor.md +++ b/docs/bundle/message_processor.md @@ -4,14 +4,7 @@ parent: "Symfony bundle" title: Message processor nav_order: 5 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Message processor diff --git a/docs/bundle/message_producer.md b/docs/bundle/message_producer.md index dd36e49b5..a4448bd7e 100644 --- a/docs/bundle/message_producer.md +++ b/docs/bundle/message_producer.md @@ -4,14 +4,7 @@ parent: "Symfony bundle" title: Message producer nav_order: 4 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Message producer diff --git a/docs/bundle/production_settings.md b/docs/bundle/production_settings.md index 820e561c2..7f07abed9 100644 --- a/docs/bundle/production_settings.md +++ b/docs/bundle/production_settings.md @@ -4,14 +4,7 @@ parent: "Symfony bundle" title: Production settings nav_order: 10 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Production settings diff --git a/docs/bundle/quick_tour.md b/docs/bundle/quick_tour.md index 08d22529a..e56b9b370 100644 --- a/docs/bundle/quick_tour.md +++ b/docs/bundle/quick_tour.md @@ -4,14 +4,7 @@ parent: "Symfony bundle" title: Quick tour nav_order: 1 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # EnqueueBundle. Quick tour. diff --git a/docs/client/extensions.md b/docs/client/extensions.md index 4bef0739c..d70921cc1 100644 --- a/docs/client/extensions.md +++ b/docs/client/extensions.md @@ -4,14 +4,7 @@ parent: Client title: Extensions nav_order: 6 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Client extensions. diff --git a/docs/client/message_bus.md b/docs/client/message_bus.md index 24a9087fa..0a5a3aa1c 100644 --- a/docs/client/message_bus.md +++ b/docs/client/message_bus.md @@ -4,14 +4,7 @@ parent: Client title: Message bus nav_order: 4 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Client. Message bus diff --git a/docs/client/message_examples.md b/docs/client/message_examples.md index 8b195a591..30efda7d1 100644 --- a/docs/client/message_examples.md +++ b/docs/client/message_examples.md @@ -4,14 +4,7 @@ parent: Client title: Message examples nav_order: 2 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Client. Message examples diff --git a/docs/client/quick_tour.md b/docs/client/quick_tour.md index 07647f91e..84d6986e8 100644 --- a/docs/client/quick_tour.md +++ b/docs/client/quick_tour.md @@ -4,14 +4,7 @@ parent: Client title: Quick tour nav_order: 1 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Simple client. Quick tour. diff --git a/docs/client/rpc_call.md b/docs/client/rpc_call.md index 44982ecf1..ff07c6dbe 100644 --- a/docs/client/rpc_call.md +++ b/docs/client/rpc_call.md @@ -4,14 +4,7 @@ parent: Client title: RPC call nav_order: 5 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Client. RPC call diff --git a/docs/client/supported_brokers.md b/docs/client/supported_brokers.md index b090787be..d6b065ccf 100644 --- a/docs/client/supported_brokers.md +++ b/docs/client/supported_brokers.md @@ -4,14 +4,7 @@ parent: Client title: Supported brokers nav_order: 3 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Client. Supported brokers diff --git a/docs/consumption/extensions.md b/docs/consumption/extensions.md index d2018fbd5..58ea0402a 100644 --- a/docs/consumption/extensions.md +++ b/docs/consumption/extensions.md @@ -3,14 +3,7 @@ layout: default parent: Consumption title: Extensions --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Consumption extensions. diff --git a/docs/consumption/message_processor.md b/docs/consumption/message_processor.md index 6cc5ecb86..07d01cdae 100644 --- a/docs/consumption/message_processor.md +++ b/docs/consumption/message_processor.md @@ -3,14 +3,7 @@ layout: default parent: Consumption title: Message processors --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Message processor diff --git a/docs/contribution.md b/docs/contribution.md index 34d6324ec..ec381ee8a 100644 --- a/docs/contribution.md +++ b/docs/contribution.md @@ -4,14 +4,7 @@ title: Contribution nav_order: 99 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Contribution diff --git a/docs/cookbook/symfony/how-to-change-consume-command-logger.md b/docs/cookbook/symfony/how-to-change-consume-command-logger.md index 8d518bb2a..c2c281753 100644 --- a/docs/cookbook/symfony/how-to-change-consume-command-logger.md +++ b/docs/cookbook/symfony/how-to-change-consume-command-logger.md @@ -2,14 +2,7 @@ layout: default nav_exclude: true --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # How to change consume command logger diff --git a/docs/dsn.md b/docs/dsn.md index 5062ce03c..bd6cf2c0c 100644 --- a/docs/dsn.md +++ b/docs/dsn.md @@ -3,14 +3,7 @@ layout: default title: DSN Parser nav_order: 92 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} ## DSN Parser. diff --git a/docs/elastica-bundle/overview.md b/docs/elastica-bundle/overview.md index a8a711d16..22702a813 100644 --- a/docs/elastica-bundle/overview.md +++ b/docs/elastica-bundle/overview.md @@ -3,14 +3,7 @@ layout: default title: Elastica bundle nav_order: 4 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Enqueue Elastica Bundle diff --git a/docs/index.md b/docs/index.md index 69e2f2007..123fed696 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,14 +7,7 @@ title: Index nav_order: 1 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} ## Documentation. diff --git a/docs/job_queue/run_sub_job.md b/docs/job_queue/run_sub_job.md index 88397a580..98f2938b3 100644 --- a/docs/job_queue/run_sub_job.md +++ b/docs/job_queue/run_sub_job.md @@ -4,14 +4,7 @@ parent: Job Queue title: Run sub job nav_order: 2 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} ## Job queue. Run sub job diff --git a/docs/job_queue/run_unique_job.md b/docs/job_queue/run_unique_job.md index 1dc9937dd..c6869ece4 100644 --- a/docs/job_queue/run_unique_job.md +++ b/docs/job_queue/run_unique_job.md @@ -4,14 +4,7 @@ parent: Job Queue title: Run unique job nav_order: 1 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} ## Job queue. Run unique job diff --git a/docs/laravel/queues.md b/docs/laravel/queues.md index 1aca7a0dd..8a6df4566 100644 --- a/docs/laravel/queues.md +++ b/docs/laravel/queues.md @@ -4,14 +4,7 @@ parent: Laravel title: Queues nav_order: 2 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Laravel Queue. Quick tour. diff --git a/docs/laravel/quick_tour.md b/docs/laravel/quick_tour.md index 848424a25..c57ad9e7d 100644 --- a/docs/laravel/quick_tour.md +++ b/docs/laravel/quick_tour.md @@ -4,14 +4,7 @@ parent: Laravel title: Quick tour nav_order: 1 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Laravel Queue. Quick tour. diff --git a/docs/magento/cli_commands.md b/docs/magento/cli_commands.md index 2cc0c847d..4829b31b5 100644 --- a/docs/magento/cli_commands.md +++ b/docs/magento/cli_commands.md @@ -4,14 +4,7 @@ parent: Magento title: CLI commands nav_order: 2 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Magento. Cli commands diff --git a/docs/magento/quick_tour.md b/docs/magento/quick_tour.md index df14f2350..95a013a43 100644 --- a/docs/magento/quick_tour.md +++ b/docs/magento/quick_tour.md @@ -4,14 +4,7 @@ parent: Magento title: Quick tour nav_order: 1 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Magento Enqueue. Quick tour diff --git a/docs/magento2/cli_commands.md b/docs/magento2/cli_commands.md index 9931b0b1f..3f72093b9 100644 --- a/docs/magento2/cli_commands.md +++ b/docs/magento2/cli_commands.md @@ -4,14 +4,7 @@ parent: Magento 2 title: CLI commands nav_order: 2 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Magento2. Cli commands diff --git a/docs/magento2/quick_tour.md b/docs/magento2/quick_tour.md index 4c2957702..a14836b33 100644 --- a/docs/magento2/quick_tour.md +++ b/docs/magento2/quick_tour.md @@ -4,14 +4,7 @@ parent: Magento 2 title: Quick tour nav_order: 1 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Magento2 EnqueueModule diff --git a/docs/messages.md b/docs/messages.md index 42be99361..362991ba8 100644 --- a/docs/messages.md +++ b/docs/messages.md @@ -3,14 +3,7 @@ layout: default title: Messages nav_order: 90 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} ## Pull request to readonly repo. diff --git a/docs/monitoring.md b/docs/monitoring.md index f053c8c15..ae5c3b402 100644 --- a/docs/monitoring.md +++ b/docs/monitoring.md @@ -4,14 +4,7 @@ title: Monitoring nav_order: 95 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Monitoring. diff --git a/docs/monolog/send-messages-to-mq.md b/docs/monolog/send-messages-to-mq.md index 19af115e6..dbcb90eb5 100644 --- a/docs/monolog/send-messages-to-mq.md +++ b/docs/monolog/send-messages-to-mq.md @@ -2,14 +2,7 @@ layout: default nav_exclude: true --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Enqueue Monolog Handlers diff --git a/docs/quick_tour.md b/docs/quick_tour.md index 546a2f242..4e6bfccec 100644 --- a/docs/quick_tour.md +++ b/docs/quick_tour.md @@ -3,14 +3,7 @@ layout: default title: Quick tour nav_order: 2 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Quick tour diff --git a/docs/transport/amqp.md b/docs/transport/amqp.md index e93f377d6..ab22ed044 100644 --- a/docs/transport/amqp.md +++ b/docs/transport/amqp.md @@ -4,14 +4,7 @@ title: AMQP parent: Transports nav_order: 3 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # AMQP transport diff --git a/docs/transport/amqp_bunny.md b/docs/transport/amqp_bunny.md index c5b6162f9..066a023cd 100644 --- a/docs/transport/amqp_bunny.md +++ b/docs/transport/amqp_bunny.md @@ -4,14 +4,7 @@ title: AMQP Bunny parent: Transports nav_order: 3 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # AMQP transport diff --git a/docs/transport/amqp_lib.md b/docs/transport/amqp_lib.md index bdab29d47..ab0418e73 100644 --- a/docs/transport/amqp_lib.md +++ b/docs/transport/amqp_lib.md @@ -4,14 +4,7 @@ title: AMQP Lib parent: Transports nav_order: 3 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # AMQP transport diff --git a/docs/transport/dbal.md b/docs/transport/dbal.md index 58f827dfd..ab1107b60 100644 --- a/docs/transport/dbal.md +++ b/docs/transport/dbal.md @@ -4,14 +4,7 @@ title: DBAL parent: Transports nav_order: 3 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Doctrine DBAL transport diff --git a/docs/transport/filesystem.md b/docs/transport/filesystem.md index b6d27f81b..768ee50b7 100644 --- a/docs/transport/filesystem.md +++ b/docs/transport/filesystem.md @@ -4,14 +4,7 @@ title: Filesystem parent: Transports nav_order: 3 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Filesystem transport diff --git a/docs/transport/gearman.md b/docs/transport/gearman.md index e6343c0ee..8ed6da021 100644 --- a/docs/transport/gearman.md +++ b/docs/transport/gearman.md @@ -4,14 +4,7 @@ title: Gearman parent: Transports nav_order: 3 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Gearman transport diff --git a/docs/transport/gps.md b/docs/transport/gps.md index 6338fde59..b56f5c949 100644 --- a/docs/transport/gps.md +++ b/docs/transport/gps.md @@ -4,14 +4,7 @@ title: GPS parent: Transports nav_order: 3 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Google Pub Sub transport diff --git a/docs/transport/kafka.md b/docs/transport/kafka.md index f35982992..1009034ba 100644 --- a/docs/transport/kafka.md +++ b/docs/transport/kafka.md @@ -4,14 +4,8 @@ title: Kafka parent: Transports nav_order: 3 --- -

Supporting Enqueue

-Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Kafka transport diff --git a/docs/transport/mongodb.md b/docs/transport/mongodb.md index 6ff46ca65..9e97872aa 100644 --- a/docs/transport/mongodb.md +++ b/docs/transport/mongodb.md @@ -4,14 +4,7 @@ title: MongoDB parent: Transports nav_order: 3 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Enqueue Mongodb message queue transport diff --git a/docs/transport/null.md b/docs/transport/null.md index cfbdb97a2..aa77b5e72 100644 --- a/docs/transport/null.md +++ b/docs/transport/null.md @@ -4,14 +4,7 @@ title: "Null" parent: Transports nav_order: 3 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # NULL transport diff --git a/docs/transport/pheanstalk.md b/docs/transport/pheanstalk.md index 7e9b1a0fd..9d3af572b 100644 --- a/docs/transport/pheanstalk.md +++ b/docs/transport/pheanstalk.md @@ -4,14 +4,7 @@ title: Pheanstalk parent: Transports nav_order: 3 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Beanstalk (Pheanstalk) transport diff --git a/docs/transport/redis.md b/docs/transport/redis.md index 717916364..c357fd083 100644 --- a/docs/transport/redis.md +++ b/docs/transport/redis.md @@ -4,14 +4,7 @@ title: Redis parent: Transports nav_order: 3 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Redis transport diff --git a/docs/transport/sns.md b/docs/transport/sns.md index 8c367aef9..41e2ad04c 100644 --- a/docs/transport/sns.md +++ b/docs/transport/sns.md @@ -4,14 +4,7 @@ title: Amazon SNS parent: Transports nav_order: 3 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Amazon SNS transport diff --git a/docs/transport/snsqs.md b/docs/transport/snsqs.md index e87979ef2..86d929f4e 100644 --- a/docs/transport/snsqs.md +++ b/docs/transport/snsqs.md @@ -4,14 +4,7 @@ title: Amazon SNS-SQS parent: Transports nav_order: 3 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Amazon SNS-SQS transport diff --git a/docs/transport/sqs.md b/docs/transport/sqs.md index dc464df94..3ead089e8 100644 --- a/docs/transport/sqs.md +++ b/docs/transport/sqs.md @@ -4,14 +4,7 @@ title: Amazon SQS parent: Transports nav_order: 3 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Amazon SQS transport diff --git a/docs/transport/stomp.md b/docs/transport/stomp.md index 1c8617914..053765d67 100644 --- a/docs/transport/stomp.md +++ b/docs/transport/stomp.md @@ -4,14 +4,7 @@ title: STOMP parent: Transports nav_order: 3 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # STOMP transport diff --git a/docs/transport/wamp.md b/docs/transport/wamp.md index 742d52370..aeb757035 100644 --- a/docs/transport/wamp.md +++ b/docs/transport/wamp.md @@ -4,14 +4,7 @@ title: WAMP parent: Transports nav_order: 3 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Web Application Messaging Protocol (WAMP) Transport diff --git a/docs/yii/amqp_driver.md b/docs/yii/amqp_driver.md index 3dc17f055..49798b331 100644 --- a/docs/yii/amqp_driver.md +++ b/docs/yii/amqp_driver.md @@ -4,14 +4,7 @@ parent: Yii title: AMQP Interop driver nav_order: 1 --- -

Supporting Enqueue

- -Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider: - -- [Become a sponsor](https://www.patreon.com/makasim) -- [Become our client](http://forma-pro.com/) - ---- +{% include support.md %} # Yii2Queue. AMQP Interop driver