diff --git a/docs/source/_static/chronon.css b/docs/source/_static/chronon.css index deade1fd6..d53e35c40 100644 --- a/docs/source/_static/chronon.css +++ b/docs/source/_static/chronon.css @@ -101,4 +101,8 @@ html[data-theme=dark] { /* FIX-FOR: The right hand sidebar */ .fa-list { margin-right: 10px; +} + +.svg-inline--fa.fa-square-github.fa-lg { + display: none; } \ No newline at end of file diff --git a/docs/source/_static/discord.png b/docs/source/_static/discord.png new file mode 100644 index 000000000..341a18fa1 Binary files /dev/null and b/docs/source/_static/discord.png differ diff --git a/docs/source/_static/git.png b/docs/source/_static/git.png new file mode 100644 index 000000000..9490ffc6d Binary files /dev/null and b/docs/source/_static/git.png differ diff --git a/docs/source/conf.py b/docs/source/conf.py index c530bcee0..df0a718cd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -76,18 +76,17 @@ { "name": "Discord", "url": "https://discord.gg/GbmGATNqqP", - "icon": "fa-brands fa-discord", - "type": "fontawesome", + "icon": "_static/discord.png", + "type": "local", }, - # { - # "name": "Pip Package", - # "url": "https://pypi.org/project/chronon-ai/", - # "icon": "fa-brands fa-python", - # "type": "fontawesome", - # } + { + "name": "GitHub", + "url": "https://github.com/airbnb/chronon", # required + "icon": "_static/git.png", + "type": "local", + } ], "article_header_end": ["navbar-icon-links.html", "theme-switcher.html"], - # "navbar_end": ["navbar-icon-links.html", "search-field.html"] } html_sidebars = {