Skip to content

Commit

Permalink
Add topbar links to Cite BRH and Email Support (#5678)
Browse files Browse the repository at this point in the history
* Add topbar links to Cite BRH and Email Support

Add links to topbar for:
* Cite BRH (link to: https://uc-cdis.github.io/platform-citation/brh-cite/)(tickets for this are https://ctds-planx.atlassian.net/browse/PXP-10577 and https://ctds-planx.atlassian.net/browse/BRH-367)
* Add Email Support link to mailto:brhsupport@datacommons.io (https://ctds-planx.atlassian.net/browse/BRH-327)
* update Documentation link to remove `home/` from the end of the URL (that is now a broken link)

* add missing commas

forgot commas after items in a list
  • Loading branch information
smvgarcia authored Feb 3, 2023
1 parent d278af3 commit 65764f1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion brhstaging.data-commons.org/portal/gitops.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,16 @@
"topBar": {
"items": [
{
"link": "https://uc-cdis.github.io/BRH-documentation/home/",
"link": "https://uc-cdis.github.io/BRH-documentation/",
"name": "Documentation"
},
{
"link": "mailto:brhsupport@datacommons.io",
"name": "Email Support"
},
{
"link": "https://uc-cdis.github.io/platform-citation/brh-cite/",
"name": "Cite BRH"
}
]
},
Expand Down

0 comments on commit 65764f1

Please sign in to comment.