mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
Add discord links (#4661)
* Add discord links * Update * Update --------- Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
This commit is contained in:
@@ -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.',
|
||||
|
||||
Reference in New Issue
Block a user