Skip to content

Commit

Permalink
Add additional links to navigation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson committed Oct 17, 2023
1 parent 66136f7 commit 6495cb5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,26 @@
"url": "https://twitter.com/brain_globe",
"icon": "fa-brands fa-twitter",
},
{
# Label for this link
"name": "Zulip (Developer chat)",
# URL where the link will redirect
"url": "https://brainglobe.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",
},
{
# Label for this link
"name": "image.sc (Help forum)",
# URL where the link will redirect
"url": "https://forum.image.sc/tag/brainglobe", # required
# Icon class (if "type": "fontawesome"), or path to local image (if "type": "local")
"icon": "fa-solid fa-question",
# The type of image to be used (see below for details)
"type": "fontawesome",
}
],
"logo": {
"text": "BrainGlobe",
Expand Down

0 comments on commit 6495cb5

Please sign in to comment.