From ae497a0323e592a080e67cf301866daffeb2ac9f Mon Sep 17 00:00:00 2001 From: Olaoluwa Ademola Salami Date: Mon, 9 Oct 2023 00:34:24 +0100 Subject: [PATCH] add twitter account to website (#150) Co-authored-by: Chi Wang --- website/docusaurus.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 8ac69648e..cebbac257 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -69,6 +69,10 @@ module.exports = { label: 'Discord', href: 'https://discord.gg/pAbnFJrkgZ', }, + { + label: 'Twitter', + href: 'https://twitter.com/pyautogen', + }, ], }, ],