sourcebot/demo-site-config.json

41 lines
No EOL
1 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/sourcebot-dev/sourcebot/main/schemas/index.json",
"Configs": [
{
"Type": "github",
"GitHubUser": "torvalds",
"Name": "linux"
},
{
"Type": "github",
"GitHubOrg": "pytorch",
"Name": "pytorch"
},
{
"Type": "github",
"GitHubOrg": "commaai",
"Name": "^(openpilot|tinygrad)$",
"IncludeForks": true
},
{
"Type": "github",
"GitHubUser": "ggerganov",
"Name": "^(whisper\\.cpp|llama\\.cpp)$"
},
{
"Type": "github",
"GitHubOrg": "codemirror",
"Name": "^(dev|lang-.*)$"
},
{
"Type": "github",
"GitHubOrg": "tailwindlabs",
"Name": "^tailwindcss$"
},
{
"Type": "github",
"GitHubOrg": "sourcebot-dev",
"Name": "^sourcebot$"
}
]
}