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 04171f2 commit 348f027Copy full SHA for 348f027
website/src/pages/docs/development/document/index.tsx
@@ -1,9 +1,5 @@
1
import Preview from 'src/component/Preview';
2
import md from './README.md';
3
4
-<<<<<<< HEAD
5
const DEMO = () => <Preview {...md} path="website/src/pages/docs/development/document/README.md" />;
6
-=======
7
-const DEMO = () => <Preview {...md} />;
8
->>>>>>> 3905857c (docs: 更新文档预览方式)
9
export default DEMO;
0 commit comments