Skip to content

Commit 51e3dba

Browse files
authored
Merge pull request #43 from is-a-dev/branchsothatitdoesntpushtomain
Add ImprovMX guide to the documentation.
2 parents bba9fec + 64096be commit 51e3dba

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

src/docs/improvmx/index.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Setting up ImprovMX with is-a.dev subdomain
2+
3+
This guide will walk you through the process of setting up ImprovMX with your is-a.dev subdomain.
4+
5+
## What you need to do before you continue.
6+
7+
1. Have a ImprovMX account. If you don't have a ImprovMX account, please go to [their site](https://improvmx.com) and make a account.
8+
2. You should have already forked the [is-a.dev repository](https://github.com/is-a-dev/register). If you haven't forked the repository, please make one by using [this link](https://github.com/is-a-dev/register/fork).
9+
10+
## Making the file.
11+
12+
First go to the fork you've made, then go into the `domains` directory and make a file. The file should be named like this: `subdomain.json`. (Replace `subdomain` with the subdomain name you want of course.)
13+
14+
After you've made the file, you should put in the file this:
15+
```json
16+
{
17+
"owner": {
18+
"username": "github-username"
19+
},
20+
"record": {
21+
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
22+
"TXT": ["v=spf1 include:spf.improvmx.com ~all"]
23+
}
24+
}
25+
```
26+
27+
**After you have made the file, you should make a pull request to the [is-a.dev repository](https://github.com/is-a-dev/register).**
28+
29+
## Configuring
30+
31+
After it has been merged, it should be automatically recognized and should start working. If you haven't configured it beforehand, please go to the [ImprovMX dashboard](https://app.improvmx.com/) and add the domain there.

src/mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,12 @@ nav:
3535
- GitHub Pages: github-pages/index.md
3636
- GitHub Pages Domain Verification: github-pages-verification/index.md
3737
- Hashnode Blog: hashnode/index.md
38+
- ImprovMX: improvmx/index.md
3839
- Netlify: netlify/index.md
3940
- Other Services: other/index.md
4041
- Railway: railway/index.md
41-
- Replit: replit/index.md
4242
- Render: render/index.md
43+
- Replit: replit/index.md
4344
- Resources: resources/index.md
4445
- Vercel: vercel/index.md
4546

0 commit comments

Comments
 (0)