Skip to content

Commit

Permalink
Merge pull request #39 from CuteDog5695/main
Browse files Browse the repository at this point in the history
Update some parts that are inaccurate
  • Loading branch information
orangci authored Oct 25, 2024
2 parents 25fa7e4 + 993dc6f commit 7d327d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/docs/discord-verification/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Create a JSON file inside the `domains/` directory called `domains/_discord.exam
"email": "email@address"
},
"record": {
"TXT": "discord-verification-string"
"TXT": ["discord-verification-string"]
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion src/docs/domain-structure/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Below are some examples for the given record types:
```json
{
"record": {
"TXT": "Hello World!"
"TXT": ["Hello World!"]
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion src/docs/github-pages-verification/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Create a JSON file inside the `domains/` directory called `domains/hostname.json
"email": "<email@address>"
},
"record": {
"TXT": "<github-verification-string>"
"TXT": ["<github-verification-string>"]
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion src/docs/vercel/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ When connecting the domain, you will be greeted with a TXT verification string.
"discord": "insert-discord-user-ID-here"
},
"record": {
"TXT": "insert-TXT-string-you-got-from-vercel-here"
"TXT": ["insert-TXT-string-you-got-from-vercel-here"]
}
}
```
Expand Down

0 comments on commit 7d327d3

Please sign in to comment.