GitHub repos were renamed

This commit is contained in:
fryorcraken 2026-01-06 15:42:47 +11:00
parent 0d25208562
commit 6a06e83fff
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -61,13 +61,13 @@ async function downloadAndSaveFile(url, filePath) {
const repositories = [
{
baseUrl: 'https://api.github.com/repos/waku-org/nwaku/contents/docs/benchmarks',
baseUrl: 'https://api.github.com/repos/logos-messaging/logos-messaging-nim/contents/docs/benchmarks',
baseSavePath: '/docs/learn/research/benchmarks/',
prefixToRemove: "docs/benchmarks/",
categoryFileContent: "{ \"label\": \"Benchmarks\", \"collapsed\": false }"
},
{
baseUrl: 'https://api.github.com/repos/waku-org/research/contents/docs',
baseUrl: 'https://api.github.com/repos/logos-messaging/research/contents/docs',
baseSavePath: '/docs/learn/research/research-and-studies/',
prefixToRemove: "docs/",
categoryFileContent: "{ \"label\": \"Research and Studies\", \"collapsed\": false }"