Skip to content

Commit 04efd2c

Browse files
committed
pasted reference link
1 parent fca7a49 commit 04efd2c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/theme/MDXComponents.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ import MDXComponents from "@theme-original/MDXComponents";
44

55
/*
66
This JS file is automatically imported on every page
7-
Paste your custom component here, and you can use it everywhere!
7+
Paste your custom component here, and you can use it everywhere.
8+
9+
cf. https://docusaurus.io/docs/markdown-features/react#mdx-component-scope
810
*/
911

1012
// Write down Libraries here
@@ -17,7 +19,7 @@ import CodeBlock from "@theme/CodeBlock";
1719

1820
/*-------------------------------------------
1921
| EDIT HERE |
20-
| import your custom components down here! |
22+
| import your custom components down here |
2123
-------------------------------------------*/
2224
import Answer from "@site/src/components/Answer";
2325
import Term from "@site/src/components/Term";

0 commit comments

Comments
 (0)