Add discord links (#4661)

* Add discord links

* Update

* Update

---------

Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
This commit is contained in:
gagb
2024-12-11 16:32:30 -08:00
committed by GitHub
parent 85cf942d37
commit 69526038a9
2 changed files with 9 additions and 9 deletions

View File

@@ -98,21 +98,21 @@ html_theme_options = {
# },
"show_prev_next": False,
"icon_links": [
{
"name": "Twitter",
"url": "https://twitter.com/pyautogen",
"icon": "fa-brands fa-twitter",
},
{
"name": "GitHub",
"url": "https://github.com/microsoft/autogen",
"icon": "fa-brands fa-github",
},
{
"name": "PyPI",
"url": "/autogen/dev/packages",
"icon": "fa-custom fa-pypi",
"name": "Discord",
"url": "https://aka.ms/autogen-discord",
"icon": "fa-brands fa-discord",
},
{
"name": "Twitter",
"url": "https://twitter.com/pyautogen",
"icon": "fa-brands fa-twitter",
}
],
"announcement": 'AutoGen 0.4 is a work in progress. Go <a href="/autogen/0.2/">here</a> to find the 0.2 documentation.',