Add config for demo site

This commit is contained in:
bkellam 2024-09-19 19:03:25 -07:00
parent 3299f854b5
commit 444e3ac28c

15
demo-site-config.json Normal file
View file

@ -0,0 +1,15 @@
{
"$schema": "https://raw.githubusercontent.com/TaqlaAI/sourcebot/main/schemas/index.json",
"Configs": [
{
"Type": "github",
"GitHubUser": "torvalds",
"Name": "linux"
},
{
"Type": "github",
"GitHubOrg": "pytorch",
"Name": "pytorch"
}
]
}