aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/documents.yaml
diff options
context:
space:
mode:
authorbogdanvlviv <bogdanvlviv@gmail.com>2018-12-28 01:05:30 +0200
committerbogdanvlviv <bogdanvlviv@gmail.com>2018-12-30 02:42:14 +0200
commit1fe086d3c1ad55b98b77d8d3cc5f985cee6c504e (patch)
tree09b46116ee0fba1fdde7cd21915209244c0991ca /guides/source/documents.yaml
parent6719d37be9b3cf69fa43688e252d29fbb38244de (diff)
downloadrails-1fe086d3c1ad55b98b77d8d3cc5f985cee6c504e.tar.gz
rails-1fe086d3c1ad55b98b77d8d3cc5f985cee6c504e.tar.bz2
rails-1fe086d3c1ad55b98b77d8d3cc5f985cee6c504e.zip
Move some `actionmailbox/README.md` content to Action Mailbox Basics guide [ci skip]
I added WIP label to that guide since we definitely want to complement it.
Diffstat (limited to 'guides/source/documents.yaml')
-rw-r--r--guides/source/documents.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml
index 25c159d471..6448f5b35f 100644
--- a/guides/source/documents.yaml
+++ b/guides/source/documents.yaml
@@ -76,6 +76,11 @@
url: action_mailer_basics.html
description: This guide describes how to use Action Mailer to send and receive emails.
-
+ name: Action Mailbox Basics
+ work_in_progress: true
+ url: action_mailbox_basics.html
+ description: This guide describes how to use Action Mailbox to receive emails.
+ -
name: Active Job Basics
url: active_job_basics.html
description: This guide provides you with all you need to get started creating, enqueuing, and executing background jobs.