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 2066f41 commit 642413fCopy full SHA for 642413f
src/theme/MDXComponents.js
@@ -3,7 +3,11 @@ import MDXComponents from "@theme-original/MDXComponents";
3
4
/*
5
6
-This JS file is automatically imported on every page
+export components in this file
7
+and they become available on every page
8
+
9
+このファイルでコンポネントをexportすると、
10
+全てのページでimport宣言無しで使えるようになります。
11
12
cf. https://docusaurus.io/docs/markdown-features/react#mdx-component-scope
13
0 commit comments