Skip to content

Commit 16bc646

Browse files
committed
[Doc] Fix documentation build
1 parent ee3c03b commit 16bc646

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/js/ra-doc-exec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export const showTip = async () => {
1010
if (!tipElement) return;
1111

1212
const [tips, features] = await Promise.all([
13-
getContents('./assets/tips.md'),
14-
getContents('./assets/features.md'),
13+
getContents('./assets/tips.md_ignore'),
14+
getContents('./assets/features.md_ignore'),
1515
]);
1616
const all = tips.concat(features);
1717

0 commit comments

Comments
 (0)