Skip to content

Commit 4341220

Browse files
authored
update faq and emails and stuff
1 parent 6630e94 commit 4341220

File tree

3 files changed

+39
-39
lines changed

3 files changed

+39
-39
lines changed

src/docs/domain-structure/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ All the filenames below meet all the criteria. The reason in parentheses is just
3838
"repo": "https://github.com/is-a-dev/docs",
3939
"owner": {
4040
"username": "is-a-dev",
41-
"email": "hello@maintainers.is-a.dev"
41+
"email": "[email protected]"
4242
},
4343
"record": {
4444
"URL": "https://www.is-a.dev/docs"

src/docs/faq/index.md

Lines changed: 36 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,37 @@
11
# Frequently Asked Questions (FAQ)
22

33
## Which records are supported?
4-
We support the following records:
4+
55
- A
66
- AAAA
7+
- CAA
78
- CNAME
9+
- DS
10+
- Note: This can only be used in combination for NS records.
811
- MX
9-
- TXT
10-
- URL (redirection)
1112
- NS (limited access)
1213
- SRV
13-
- CAA
14+
- TXT
15+
- URL
16+
- Note: This is uses Cloudflare for redirection, it is not a real DNS record type.
1417

1518
## Why does my domain still redirect to the is-a-dev website?
1619
This usually occurs due to the cache of your browser becoming invalid and [clearing your browser's cache](https://support.google.com/accounts/answer/32050) should solve this issue.
1720

1821
## Can I use a CNAME record with any other records?
19-
You cannot request a subdomain nor submit changes containing a CNAME with any other records (TXT, A, MX, etc...)
22+
You cannot request a subdomain nor submit changes containing a CNAME with any other records (A, AAAA, MX, TXT, etc...)
2023

2124
## How long will it take for my PR to get merged?
22-
When we get into it. We always want you to wait for as short as possible. But maintainers cannot always be online. We have school and work, this is just a side project. Just be patient and we'll get to it as soon as possible! For a chance for a quicker review, send your PR in [⁠pull-requests](https://discord.com/channels/830872854677422150/1130858271620726784).
25+
When we get into it. We always want you to wait for as short as possible. But maintainers cannot always be online. We have school and work, this is just a side project. Just be patient and we'll get to it as soon as possible! For a chance for a quicker review, send your PR in [#⁠pull-requests](https://discord.com/channels/830872854677422150/1130858271620726784) on our [Discord server](https://discord.gg/is-a-dev-830872854677422150).
2326

2427
## Which services do you support?
25-
We support all services. For example: GitHub Pages and Cloudflare Pages.
28+
We support nearly all services, however these are the main services people use with is-a.dev:
29+
30+
- Cloudflare Pages
31+
- GitHub Pages
32+
- Netlify
33+
- Railway
34+
- Vercel
2635

2736
## Can I create nested subdomains? (sub-sub domains)
2837
Yes, you can! Simply create a file such as `blog.example.json` and follow the same guidelines as you would while registering `example.json`. Please note in order to have `blog.example.is-a.dev`, you must also own `example.is-a.dev`.
@@ -34,44 +43,38 @@ You can edit your domain's JSON file and submit a pull request to edit your doma
3443
You can delete your domain's JSON file and submit a pull request to delete your domain.
3544

3645
## I keep getting a SSL error while using GitHub Pages, how do i fix this?
37-
You need to go to your GitHub Pages settings on your website repository (likely called `<user.github.io>`) and make sure the `Enforce HTTPS` option is enabled to avoid this error.
46+
You need to go to your GitHub Pages settings on your website repository (likely called something like `github-username.github.i>`) and make sure the `Enforce HTTPS` option is enabled to avoid this error.
3847

3948
## Can I be a maintainer/join the team?
4049
No, we handpick every member of our team. You can increase your chances of being chosen by helping out people in our help forums.
4150

4251
## I have accidentally leaked sensitive information in my PR, how can I get my PR deleted?
43-
If your PR **has not been merged**, you can email [[email protected]](mailto:[email protected]) or DM [williamharrison on Discord](https://discord.com/users/853158265466257448) however, if it has been merged already, then there is nothing we can do about it unfortunately.
44-
45-
## My DNS records are not updating even after 48 hours, what should I do?
46-
Please open a help thread via any of our help channels and we will look into it.
52+
If your PR **has not been merged**, you can email [[email protected]](mailto:[email protected]) or DM [williamharrison on Discord](https://discord.com/users/853158265466257448). If your PR has been merged already, then there is nothing we can do about it unfortunately.
4753

4854
## Can I use my domain for a minecraft server?
49-
Sure, but it needs to be a nested subdomain (mc.example.is-a.dev). You would normally use a A record for this.
55+
Yes, you can. You can use an A record combined with an SRV record for this.
56+
57+
Refer to [this article](https://www.namecheap.com/support/knowledgebase/article.aspx/9765/2208/how-can-i-link-my-domain-name-to-a-minecraft-server) by Namecheap for support.
5058

5159
## Can I use NS records?
5260
We allow NS records for the following reasons and users:
53-
- is-a.dev maintainers
54-
- Users who are using **multiple** Cloudflare (or similar providers') services, which often require their own zones (e.g., DynDNS, cloudflared tunnels, etc.)
55-
- Users who require a private zone, as they are using their home IP addresses behind Cloudflare (These cases will be carefully reviewed, as we understand some may claim to use a home IP address when they are not.)
56-
- Users with a lot of nested subdomains *may* be allowed to register NS records so they do not have to manage multiple files.
57-
- Aternos users (specifically Aternos, as they require NS records and you cannot modify DNS records under them).
61+
62+
- is-a.dev maintainers
63+
- Users who are using **multiple** Cloudflare (or similar providers') services, which often require their own zones (e.g., DynDNS, cloudflared tunnels, etc.)
64+
- Users who require a private zone, as they are using their home IP addresses behind Cloudflare (These cases will be carefully reviewed, as we understand some may claim to use a home IP address when they are not.)
65+
- Users with a lot of nested subdomains *may* be allowed to register NS records so they do not have to manage multiple files.
66+
- Aternos users (specifically due to the fact that they require NS records and you cannot modify DNS records under them.)
5867

59-
Note: These guidelines are not set in stone and may change. You are not limited to fitting only one of the criteria above; use them as a general guide. [@wdhdev](https://github.com/wdhdev) personally review each NS record request.
68+
Note: These guidelines are not set in stone and may change. You are not limited to fitting only one of the criteria above; use them as a general guide. [@wdhdev](https://github.com/wdhdev) personally reviews each NS record request.
6069

6170
*We reserve the right to deny NS records at our discretion.*
6271

6372
## How can I make changes to my is-a.dev subdomain?
64-
65-
1. **Open your JSON file:** Navigate to the `domains` directory in your local repository and open the JSON file corresponding to your subdomain (`domains/<subdomain>.json`).
66-
67-
1. **Make your changes:** Edit the JSON file (or delete) to reflect the changes you want to make.
68-
69-
1. **Commit your changes:** Once you've made your changes, commit them to your local repository.
70-
71-
1. **Push your changes:** Push your changes to your forked repository on GitHub.
72-
73-
1. **Submit a Pull Request:** Go to your forked repository on GitHub and open a pull request.
74-
75-
1. **Wait for your PR to be merged:** After you have submitted your pull request, wait for it to be reviewed and merged. Once your pull request has been merged, your changes should be live!
76-
77-
**Note:** Make sure to monitor your PR for reviews in case some changes are requested. Also note that it can take up to 48 hours in some cases for your changes to take effect after your PR is merged.
73+
1. **Open your JSON file:** Navigate to the `domains` directory in your fork and open the JSON file corresponding to your subdomain (`domains/subdomain.json`).
74+
2. **Make your changes:** Edit the JSON file (or delete) to reflect the changes you want to make.
75+
3. **Commit your changes:** Once you've made your changes, commit them to your fork.
76+
4. **Push your changes:** Push your changes to your forked repository on GitHub.
77+
5. **Submit a Pull Request:** Go to your forked repository on GitHub and open a pull request.
78+
6. **Wait for your PR to be merged:** After you have submitted your pull request, wait for it to be reviewed and merged. Once your pull request has been merged, your changes should be live!
79+
80+
**Note:** Make sure to monitor your PR for reviews in case some changes are requested.

src/docs/index.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,15 @@ You can read about the domains JSON file structure [here](domain-structure/index
1616
- [Vercel](vercel/index.md)
1717

1818
## Official Subdomains
19-
These are the subdomains run by the is-a.dev staff team. Do not trust any subdomain that is not on this list that claims to be us.
19+
These are the subdomains run by the is-a.dev staff team.
2020

21-
**Websites**:
22-
23-
- is-a.dev (the root domain, used for website and emails)
21+
- is-a.dev (the root domain, used for website, docs and emails)
2422
- data.is-a.dev (data website, run by [@wdhdev](https://github.com/wdhdev))
2523
- docs.is-a.dev (redirects to https://is-a.dev/docs)
2624
- owl.is-a.dev (beta user privacy service, run by [@andrewstech](https://github.com/andrewstech) and [@wdhdev](https://github.com/wdhdev))
2725
- raw-api.is-a.dev (raw JSON API of all is-a.dev subdomains, run by [@wdhdev](https://github.com/wdhdev))
2826
- register-bot.is-a.dev (Discord bot API, run by [@andrewstech](https://github.com/andrewstech))
2927
- team.is-a.dev (team documentation)
30-
- www.is-a.dev (redirects to https://is-a.dev)
3128

3229
**Do NOT trust any websites claiming to be us that are not listed here. If you find any, please report them to [[email protected]](mailto:[email protected]).**
3330

0 commit comments

Comments
 (0)