Skip to content

Commit

Permalink
Add icon links in docs to website and repo
Browse files Browse the repository at this point in the history
  • Loading branch information
edan-bainglass committed Dec 20, 2024
1 parent a251362 commit a42c90f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,20 @@
"image_light": "logo.png",
"image_dark": "logo_dark.png",
},
"icon_links": [
{
"name": "AiiDAlab",
"url": "http://aiidalab.net",
"icon": "fa-solid fa-globe",
"type": "fontawesome",
},
{
"name": "GitHub",
"url": "https://www.github.com/aiidalab/aiidalab-qe",
"icon": "fa-brands fa-square-github",
"type": "fontawesome",
},
],
}

# If true, links to the reST sources are added to the pages.
Expand Down

0 comments on commit a42c90f

Please sign in to comment.