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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

View File

@ -6,7 +6,7 @@ The project welcomes contributions from developers and organizations worldwide.
- Code review of pull requests. - Code review of pull requests.
- Documentation, examples and test cases. - Documentation, examples and test cases.
- Readability improvement, e.g., improvement on docstr and comments. - Readability improvement, e.g., improvement on docstr and comments.
- Community participation in [issues](https://github.com/microsoft/autogen/issues), [discussions](https://github.com/microsoft/autogen/discussions), and [twitter](https://twitter.com/pyautogen). - Community participation in [issues](https://github.com/microsoft/autogen/issues), [discussions](https://github.com/microsoft/autogen/discussions), [twitter](https://twitter.com/pyautogen), and [Discord](https://aka.ms/autogen-discord).
- Tutorials, blog posts, talks that promote the project. - Tutorials, blog posts, talks that promote the project.
- Sharing application scenarios and/or related research. - Sharing application scenarios and/or related research.

View File

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