-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
25 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
--- | ||
icon: /media/hashnode.svg | ||
label: Hashnode | ||
tags: | ||
- guides | ||
tags: guides | ||
--- | ||
|
||
# Hashnode Blog | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
--- | ||
icon: /media/railway.png | ||
label: Railway | ||
tags: | ||
- guides | ||
tags: guides | ||
--- | ||
|
||
# Setting up is-a.dev with Railway | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
tags: useful | ||
icon: file-code | ||
route: /domain-structure | ||
tags: useful | ||
--- | ||
# Domain Structure | ||
To register a subdomain, you need to create a new JSON file in the `domains` directory through a pull request. For example, to register `example.is-a.dev`, you would create a file named `example.json` in the `domains` directory. The full path would be `domains/example.json`. | ||
|
@@ -38,6 +38,7 @@ All the filenames below meet all the criteria. The reason in parentheses is just | |
|
||
### Example JSON File | ||
`domains/docs.json` | ||
|
||
```json | ||
{ | ||
"description": "Documentation website for is-a.dev", | ||
|
@@ -47,8 +48,9 @@ All the filenames below meet all the criteria. The reason in parentheses is just | |
"email": "[email protected]" | ||
}, | ||
"record": { | ||
"CNAME": "is-a.dev" | ||
} | ||
"CNAME": "is-a-dev-docs.pages.dev" | ||
}, | ||
"proxied": true | ||
} | ||
``` | ||
|
||
|
@@ -74,7 +76,7 @@ This is a link to your website repository or your github account. This is purely | |
### record (required) | ||
This section is where you specify the DNS records. | ||
|
||
You can see a list of supported types [here](/faq/#which-records-are-supported). | ||
You can see a list of supported types [here](./faq#which-records-are-supported). | ||
|
||
Below are some examples for the given record types: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
--- | ||
tags: useful | ||
icon: question | ||
label: FAQ | ||
route: /faq | ||
tags: useful | ||
--- | ||
# Frequently Asked Questions (FAQ) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
tags: useful | ||
icon: info | ||
icon: browser | ||
route: /resources | ||
tags: useful | ||
--- | ||
|
||
# Resources | ||
|