Skip to content

Commit

Permalink
Merge pull request #232 from ndif-team/website-navbar-update
Browse files Browse the repository at this point in the history
Changed the /status page icon location in the website navbar
  • Loading branch information
JadenFiotto-Kaufman authored Sep 16, 2024
2 parents 2f41edd + f8ec55f commit c70cf15
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ public/
.installed.cfg
.vscode
__pycache__/
.DS_STORE
.DS_Store
**/.DS_Store
config.yaml
.nfs*
nnsight.log
14 changes: 7 additions & 7 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,15 @@

html_theme_options = {
"show_nav_level": 2,
"navbar_end": ["theme-switcher","navbar-icon-links", "ndif_status"],
"navbar_end": ["ndif_status", "theme-switcher","navbar-icon-links"],
"navbar_align": "left",
"icon_links": [
{
"name": "Status: Unknown",
"url": "/status",
"icon": "fa-solid fa-circle-check",
"attributes": {"class": "ndif"},
},
{
"name": "GitHub",
"url": "https://github.com/ndif-team/nnsight",
Expand All @@ -56,12 +62,6 @@
"url": "https://forms.gle/1Y6myaXYzSh3oHf56",
"icon": "fa-brands fa-discord",
},
{
"name": "Status: Unknown",
"url": "/status",
"icon": "fa-solid fa-circle-check",
"attributes": {"class": "ndif"},
},
],
"show_prev_next": False,
"pygment_dark_style": "monokai",
Expand Down

0 comments on commit c70cf15

Please sign in to comment.