Skip to content

Commit 5dc648d

Browse files
committed
remove codeSandbox integration option from docs
1 parent ac7f74a commit 5dc648d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doczrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
import { css } from 'docz-plugin-css';
1+
import {css} from 'docz-plugin-css';
22

33
export default {
44
title: 'react-popper-tooltip',
55
description: 'Documentation',
66
base: '/react-popper-tooltip/',
7+
codeSandbox: false,
78
plugins: [css()]
89
};

0 commit comments

Comments
 (0)