Skip to content

Commit

Permalink
Update hosting documentation (#15)
Browse files Browse the repository at this point in the history
* Create reusable portion of MX records table

* Add mx records table to email hosting

* Remove tab-width that did nothing

* Add dns links to email hosting page

Custom CSS was required because the include directive cause the table to
be in blockquote element. The theme css sets a margin on all
blockquotes. The custom css removes margin on the blockquote.

* Move CSS from layout template to static css file
  • Loading branch information
mjmayer committed Jun 3, 2020
1 parent 152b086 commit ace61f2
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 33 deletions.
15 changes: 15 additions & 0 deletions _static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,18 @@
.red {
color: red;
}

/* no left margin on included rst file */
.rst-content .blockquote-noleftmargin {
margin-left: 0px;
}

/* Sidebar header (and topbar for mobile) */
.wy-side-nav-search, .wy-nav-top {
background: #006DA5 !important;
}

h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend {
font-family: 'Arial', 'Helvetica', sans-serif !important;
color: #F67373 !important;
}
21 changes: 0 additions & 21 deletions _templates/layout.html

This file was deleted.

6 changes: 6 additions & 0 deletions services/email_hosting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ In your domain's DNS configuration, you will need to create or modify the MX rec
1 @ in.mailsac.com
5 @ alt.mailsac.com
============ ======== ===============

Common DNS Provider Links
-------------------------

.. rst-class:: blockquote-noleftmargin
.. include:: ./private_domains/mx_record_links.rst
14 changes: 14 additions & 0 deletions services/private_domains/mx_record_links.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.. _doc_mx_record_links:

=============== ==================
DNS Provider Documentation Link
=============== ==================
Amazon Route 53 `Creating Records Using the Amazon Route 53 Console <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resource-record-sets-creating.html>`_
GoDaddy `Adding an MX record <https://www.godaddy.com/help/add-an-mx-record-19234>`_
Dreamhost `How do I change my MX records <https://help.dreamhost.com/hc/en-us/articles/215035328-How-do-I-change-my-MX-records->`_
Cloudflare `Managing DNS records in CloudFlare <https://support.cloudflare.com/hc/en-us/articles/360019093151>`_
HostGator `How to Setup Your MX Record <https://www.hostgator.com/help/article/mail-exchange-record-what-to-put-for-your-mx-record>`_
Namecheap `How can I setup mx records <https://www.namecheap.com/support/knowledgebase/article.aspx/322/2237/how-can-i-set-up-mx-records-required-for-mail-service>`_
Names.co.uk `Changing your domain's DNS settings <https://www.names.co.uk/support/1156-changing_your_domains_dns_settings.html>`_
Wix `Adding or updating MX Records in Your Wix account <https://support.wix.com/en/article/adding-or-updating-mx-records-in-your-wix-account>`_
=============== ==================
13 changes: 1 addition & 12 deletions services/private_domains/private_domains.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,18 +166,7 @@ your domain.
:width: 600px
:align: center

=============== ==================
DNS Provider Documentation Link
=============== ==================
Amazon Route 53 `Creating Records Using the Amazon Route 53 Console <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resource-record-sets-creating.html>`_
GoDaddy `Adding an MX record <https://www.godaddy.com/help/add-an-mx-record-19234>`_
Dreamhost `How do I change my MX records <https://help.dreamhost.com/hc/en-us/articles/215035328-How-do-I-change-my-MX-records->`_
Cloudflare `Managing DNS records in CloudFlare <https://support.cloudflare.com/hc/en-us/articles/360019093151>`_
HostGator `How to Setup Your MX Record <https://www.hostgator.com/help/article/mail-exchange-record-what-to-put-for-your-mx-record>`_
Namecheap `How can I setup mx records <https://www.namecheap.com/support/knowledgebase/article.aspx/322/2237/how-can-i-set-up-mx-records-required-for-mail-service>`_
Names.co.uk `Changing your domain's DNS settings <https://www.names.co.uk/support/1156-changing_your_domains_dns_settings.html>`_
Wix `Adding or updating MX Records in Your Wix account <https://support.wix.com/en/article/adding-or-updating-mx-records-in-your-wix-account>`_
=============== ==================
.. include:: ./mx_record_links.rst

#. Verify DNS Settings

Expand Down

0 comments on commit ace61f2

Please sign in to comment.