Updates documentation with file name validation rules

This commit is contained in:
Akshay Nair
2020-10-05 15:59:31 +05:30
parent eaf996c202
commit 76567ec44b
+5 -1
View File
@@ -27,6 +27,10 @@ Example (for github pages) -
The way you register your own domain name is through a pull request.
To register `my-domain.is-a.dev`, you need to create a `domains/my-domain.json` file
The file name must pass the following criteria -
* Must be alpha numeric with dashes as seperators
* Must be more than 2 characters long
The file needs to have the following fields -
### owner (required)
@@ -76,7 +80,7 @@ Replace CNAME with ALIAS for alias record type
"999.999.991.999",
"999.999.992.999",
"999.999.993.999",
"999.999.994.999",
"999.999.994.999"
]
}
}