Skip to content

Commit b14c191

Browse files
committed
fix docusaurus config file args
1 parent 14c4d6a commit b14c191

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docusaurus.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,12 @@ const config = {
188188
],
189189
markdown: {
190190
mermaid: true,
191+
format: 'mdx',
192+
mdx1Compat: {
193+
comments: false,
194+
admonitions: false,
195+
headingIds: false
196+
}
191197
},
192198
};
193199

0 commit comments

Comments
 (0)