mirror of
https://github.com/logos-messaging/docs.waku.org.git
synced 2026-08-08 22:23:14 +00:00
GitHub repos were renamed (#260)
This commit is contained in:
parent
0d25208562
commit
33ff952f99
@ -61,13 +61,13 @@ async function downloadAndSaveFile(url, filePath) {
|
|||||||
|
|
||||||
const repositories = [
|
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/',
|
baseSavePath: '/docs/learn/research/benchmarks/',
|
||||||
prefixToRemove: "docs/benchmarks/",
|
prefixToRemove: "docs/benchmarks/",
|
||||||
categoryFileContent: "{ \"label\": \"Benchmarks\", \"collapsed\": false }"
|
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/',
|
baseSavePath: '/docs/learn/research/research-and-studies/',
|
||||||
prefixToRemove: "docs/",
|
prefixToRemove: "docs/",
|
||||||
categoryFileContent: "{ \"label\": \"Research and Studies\", \"collapsed\": false }"
|
categoryFileContent: "{ \"label\": \"Research and Studies\", \"collapsed\": false }"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user