Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/useful/domain-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,13 @@ Each part of the filename (i.e., each subdomain label) must follow these rules:
Provides contact information. Required fields:

* `username`: Your GitHub username.
* `email`: A valid contact email.

Example:

```json
{
"owner": {
"username": "your-github-username",
"email": "you@example.com"
"username": "your-github-username"
}
}
```
Expand Down