add github icon (#2878)

This commit is contained in:
Xiaoyun Zhang
2024-06-06 11:41:35 -07:00
committed by GitHub
parent f904b4fa17
commit 102d36d98f

View File

@@ -0,0 +1,9 @@
export default {
iconLinks: [
{
icon: 'github',
href: 'https://github.com/microsoft/autogen',
title: 'GitHub'
}
]
}