Skip to content

Commit 32cca80

Browse files
committed
Revert website temp edits
1 parent ca1e766 commit 32cca80

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

website/docs/tutorial-basics/markdown-features.mdx

-4
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,3 @@ export const Highlight = ({children, color}) => (
142142
This is <Highlight color="#25c2a0">Docusaurus green</Highlight> !
143143

144144
This is <Highlight color="#1877F2">Facebook blue</Highlight> !
145-
146-
## Specialize
147-
148-
Here are some tests.

website/docusaurus.config.js

-10
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,4 @@ module.exports = {
128128
}),
129129
],
130130
],
131-
plugins: [
132-
() => ({
133-
name: "docusaurus-source-map",
134-
configureWebpack(config, isServer, { currentBundler }) {
135-
return {
136-
devtool: "source-map",
137-
};
138-
},
139-
}),
140-
],
141131
};

0 commit comments

Comments
 (0)