Skip to content

Commit

Permalink
Add links to zulip (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson authored Oct 19, 2023
1 parent c5894ab commit 96f1642
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ The NIU is based at the [Sainsbury Wellcome Centre](https://www.sainsburywellcom


## Contact
<a href="mailto:[email protected] ?subject=Neuroinformatics Unit">Email us</a>
For help and support with individual tools, or just to get in touch, please use our [Zulip](https://neuroinformatics.zulipchat.com/).

Alternatively, please <a href="mailto:[email protected] ?subject=Neuroinformatics Unit">email Adam Tyson</a>.

## Location

Expand Down
10 changes: 10 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,16 @@
"icon": "fa-brands fa-github",
# The type of image to be used (see below for details)
"type": "fontawesome",
},
{
# Label for this link
"name": "Zulip (chat)",
# URL where the link will redirect
"url": "https://neuroinformatics.zulipchat.com/", # required
# Icon class (if "type": "fontawesome"), or path to local image (if "type": "local")
"icon": "fa-solid fa-comments",
# The type of image to be used (see below for details)
"type": "fontawesome",
}
],
"logo": {
Expand Down

0 comments on commit 96f1642

Please sign in to comment.