diff --git a/demo-site-config.json b/demo-site-config.json new file mode 100644 index 00000000..408b4d40 --- /dev/null +++ b/demo-site-config.json @@ -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" + } + ] +} \ No newline at end of file