Skip to content
Open
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: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Relativity Development Community Home

## Add/Remove Featured Repositores
## Add/Remove Featured Repositories
To edit the featured repositories, add/remove or update the data/featured-repos.json with the desired repository information. Each featured repository must have an org and repository property. The org property should match the name property from one of the entries in the organizations array in the organizations.json file. The repository property should match the name of the GitHub repository.

## Add/Remove Repositories
Expand All @@ -10,7 +10,7 @@ To edit the repositories, add/remove or update the data/repositories.json file w
To add a new topic, insert the topic at the end of the array in the data/topics.json file.

## Add/Remove organizations
To add a new organization, insert the organization object at the end of the array in the data/organizatiions.json file. Each organization must have a name, GitHub organization name, and an authorType. The name property should be the display name. The GitHubOrgName property should be the official GitHub organization name. The authorType property should be one of the following types:
To add a new organization, insert the organization object at the end of the array in the data/organizations.json file. Each organization must have a name, GitHub organization name, and an authorType. The name property should be the display name. The GitHubOrgName property should be the official GitHub organization name. The authorType property should be one of the following types:
- kcura
- development partners
- open source community
Expand Down