Skip to content

Commit

Permalink
new card mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
Woozl committed Apr 17, 2024
1 parent 7d7f5e2 commit e9019cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/theme/DocCard/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ function CardLayout({ href, icon, title, description, info }) {
}

const SOURCES = new Map([
["RENCI SRI Reference KG", "biolink"],
["ROBOKOP KG", "robokopkg"],
["BINDING", "binding-db"],
["CAM Provider KG", "cam-kp"],
["CAM KG", "cam-kp"],
["CTD", "ctd"],
["DrugCentral", "drugcentral"],
["Alliance of Genome Resources", "genome-alliance"],
Expand All @@ -60,7 +60,7 @@ const SOURCES = new Map([
["PANTHER", "panther"],
["Pharos", "pharos"],
["Reactome", "reactome"],
["ROBOKOP KG", "robokopkg"],
["Monarch KG", "monarch-kg"],
["SRI Reference KG", "sri-reference-kg"],
["STRING", "string-db"],
["Text Mining Provider KG", "textminingkp"],
Expand Down

0 comments on commit e9019cb

Please sign in to comment.