Skip to content

Commit 444e3ac

Browse files
Add config for demo site
1 parent 3299f85 commit 444e3ac

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

demo-site-config.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/TaqlaAI/sourcebot/main/schemas/index.json",
3+
"Configs": [
4+
{
5+
"Type": "github",
6+
"GitHubUser": "torvalds",
7+
"Name": "linux"
8+
},
9+
{
10+
"Type": "github",
11+
"GitHubOrg": "pytorch",
12+
"Name": "pytorch"
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)