Skip to content

Commit

Permalink
small updates + fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev committed Jan 13, 2025
1 parent b12a0d2 commit c320a5e
Show file tree
Hide file tree
Showing 15 changed files with 25 additions and 32 deletions.
3 changes: 1 addition & 2 deletions src/guides/cloudflare-pages.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
label: Cloudflare Pages
icon: /media/cloudflare.svg
tags:
- guides
tags: guides
---

# Setting up Cloudflare Pages with is-a-dev subdomain
Expand Down
3 changes: 1 addition & 2 deletions src/guides/discord-verification.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
icon: /media/discord.svg
label: Discord Domain Connection
tags:
- guides
tags: guides
---

# Setting up Discord domain connection with your is-a.dev domain
Expand Down
3 changes: 1 addition & 2 deletions src/guides/github-pages.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
label: GitHub Pages
icon: mark-github
tags:
- guides
tags: guides
---

## Setting up GitHub pages with is-a.dev subdomain
Expand Down
3 changes: 1 addition & 2 deletions src/guides/hashnode.md
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
Expand Down
3 changes: 1 addition & 2 deletions src/guides/improvmx.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
label: ImprovMX
icon: /media/improvmx.svg
tags:
- guides
tags: guides
---

# Setting up ImprovMX with is-a.dev subdomain
Expand Down
3 changes: 1 addition & 2 deletions src/guides/netlify.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
icon: /media/netlify.svg
label: Netlify
tags:
- guides
tags: guides
---

# Setting up Netlify with is-a.dev Subdomain
Expand Down
2 changes: 1 addition & 1 deletion src/guides/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags: guides

## Setting up records

Read the [domain file structure](/domain-structure) and setup the records accordingly.
Read the [domain file structure](../useful/domain-structure) and setup the records accordingly.

## Configuring your server

Expand Down
3 changes: 1 addition & 2 deletions src/guides/railway.md
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
Expand Down
3 changes: 1 addition & 2 deletions src/guides/render.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
icon: /media/render.svg
label: Render
tags:
- guides
tags: guides
---

# Setting up Render with is-a.dev Subdomain
Expand Down
3 changes: 1 addition & 2 deletions src/guides/replit.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
icon: /media/replit.svg
label: Replit
tags:
- guides
tags: guides
---

# Setting up Replit with your is-a.dev subdomain
Expand Down
3 changes: 1 addition & 2 deletions src/guides/vercel.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
icon: /media/vercel.svg
label: Vercel
tags:
- guides
tags: guides
---

# Setting up Vercel with is-a.dev subdomain
Expand Down
8 changes: 4 additions & 4 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ icon: home
Here you will find guides, our JSON file structure and more. If you want to help contribute to our documentation, you can visit [our docs repository](https://github.com/is-a-dev/docs).

## How to Register
You can read about the domains JSON file structure [here](domain-structure).
You can read about the domains JSON file structure [here](useful/domain-structure).

## Guides
- [Cloudflare Pages](guides/cloudflare-pages)
Expand All @@ -25,9 +25,9 @@ You can read about the domains JSON file structure [here](domain-structure).
- [Vercel](guides/vercel)

## Useful
- [Domain Structure](domain-structure)
- [FAQ](faq)
- [Resources](resources)
- [Domain Structure](useful/domain-structure)
- [FAQ](useful/faq)
- [Resources](useful/resources)

## Official Subdomains
These are the subdomains run by the is-a.dev staff team.
Expand Down
10 changes: 6 additions & 4 deletions src/useful/domain-structure.md
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`.
Expand Down Expand Up @@ -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",
Expand All @@ -47,8 +48,9 @@ All the filenames below meet all the criteria. The reason in parentheses is just
"email": "admin@is-a.dev"
},
"record": {
"CNAME": "is-a.dev"
}
"CNAME": "is-a-dev-docs.pages.dev"
},
"proxied": true
}
```

Expand All @@ -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:

Expand Down
3 changes: 2 additions & 1 deletion src/useful/faq.md
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)

Expand Down
4 changes: 2 additions & 2 deletions src/useful/resources.md
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
Expand Down

0 comments on commit c320a5e

Please sign in to comment.