We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258837c commit bc43e11Copy full SHA for bc43e11
scripts/ecosystem.ts
@@ -48,6 +48,7 @@ Community repo may be outdated and crash, and no warranty of availability and se
48
community.map((item) => fns[item.type](item))
49
);
50
content += communityContent.join("\n");
51
+ fs.appendFileSync(path, content);
52
// copy to zh
53
fs.copyFileSync(path, "docs/zh/guide/ecosystem.md");
54
};
0 commit comments