From 444e3ac28cd674fc94ca62f70d6f34e8bba50746 Mon Sep 17 00:00:00 2001 From: bkellam Date: Thu, 19 Sep 2024 19:03:25 -0700 Subject: [PATCH] Add config for demo site --- demo-site-config.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 demo-site-config.json 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