GitHub repos were renamed (#260)

This commit is contained in:
fryorcraken 2026-01-06 15:47:44 +11:00 committed by GitHub
parent 0d25208562
commit 33ff952f99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 }"