We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5408490 commit 257898cCopy full SHA for 257898c
1 file changed
build.js
@@ -183,7 +183,6 @@ ${match ? `sidebar_label: "${match[1]}"` : ""}
183
`
184
content = textToAdd + content;
185
fs.writeFileSync(filename, content, 'utf8');
186
- // console.log(textToAdd);
187
}
188
189
@@ -266,9 +265,13 @@ const main = async () => {
266
265
// Delete destinationPath
267
// await fsextra.remove(folder)
268
await generate.main();
+
269
+ // 兼容
270
+ await compatible();
271
272
// 遍历文档,生成指定metadata。
273
fromDir('./docs', '.md', meta);
- await compatible();
274
275
// Build project
276
await buildProject();
277
0 commit comments