Skip to content

Fix RST syntax of some tables #15932

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions mailer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,14 +144,14 @@ This table shows the full list of available DSN formats for each third
party provider:

==================== ========================================== =========================================== ========================================
Provider SMTP HTTP API
Provider SMTP HTTP API
==================== ========================================== =========================================== ========================================
Amazon SES ses+smtp://USERNAME:PASSWORD@default ses+https://ACCESS_KEY:SECRET_KEY@default ses+api://ACCESS_KEY:SECRET_KEY@default
Google Gmail gmail+smtp://USERNAME:PASSWORD@default n/a n/a
Mailchimp Mandrill mandrill+smtp://USERNAME:PASSWORD@default mandrill+https://KEY@default mandrill+api://KEY@default
Mailgun mailgun+smtp://USERNAME:PASSWORD@default mailgun+https://KEY:DOMAIN@default mailgun+api://KEY:DOMAIN@default
Postmark postmark+smtp://ID@default n/a postmark+api://KEY@default
Sendgrid sendgrid+smtp://KEY@default n/a sendgrid+api://KEY@default
Amazon SES ses+smtp://USERNAME:PASSWORD@default ses+https://ACCESS_KEY:SECRET_KEY@default ses+api://ACCESS_KEY:SECRET_KEY@default
Google Gmail gmail+smtp://USERNAME:PASSWORD@default n/a n/a
Mailchimp Mandrill mandrill+smtp://USERNAME:PASSWORD@default mandrill+https://KEY@default mandrill+api://KEY@default
Mailgun mailgun+smtp://USERNAME:PASSWORD@default mailgun+https://KEY:DOMAIN@default mailgun+api://KEY:DOMAIN@default
Postmark postmark+smtp://ID@default n/a postmark+api://KEY@default
Sendgrid sendgrid+smtp://KEY@default n/a sendgrid+api://KEY@default
==================== ========================================== =========================================== ========================================

.. caution::
Expand Down
4 changes: 2 additions & 2 deletions messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ The transport has a number of options:
Options defined under ``options`` take precedence over ones defined in the DSN.

================== ===================================== ======================
Option Description Default
Option Description Default
================== ===================================== ======================
table_name Name of the table messenger_messages
queue_name Name of the queue (a column in the default
Expand Down Expand Up @@ -1066,7 +1066,7 @@ A number of options can be configured via the DSN or via the ``options`` key
under the transport in ``messenger.yaml``:

================== ===================================== =========================
Option Description Default
Option Description Default
================== ===================================== =========================
stream The Redis stream name messages
group The Redis consumer group name symfony
Expand Down
4 changes: 2 additions & 2 deletions page_creation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ To get a list of *all* of the routes in your system, use the ``debug:router`` co
You should see your ``app_lucky_number`` route in the list:

================== ======== ======== ====== ===============
Name Method Scheme Host Path
Name Method Scheme Host Path
================== ======== ======== ====== ===============
app_lucky_number ANY ANY ANY /lucky/number
app_lucky_number ANY ANY ANY /lucky/number
================== ======== ======== ====== ===============

You will also see debugging routes besides ``app_lucky_number`` -- more on
Expand Down