mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
Add config for demo site
This commit is contained in:
parent
3299f854b5
commit
444e3ac28c
1 changed files with 15 additions and 0 deletions
15
demo-site-config.json
Normal file
15
demo-site-config.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue