Skip to content

Commit 7b023cd

Browse files
committed
chore(demo): adds API docs link to demo sidebar
1 parent 73e60de commit 7b023cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

demo/src/App.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,9 @@ class App extends Component {
227227
<div className="prop-container">
228228
<h2 className="title">React D3 Tree</h2>
229229
<h3 className="title">v{version}</h3>
230+
<h3 className="title">
231+
<a href="https://bkrem.github.io/react-d3-tree/docs">📖 API Docs (v2)</a>
232+
</h3>
230233
<h4 className="prop">Examples</h4>
231234
<div style={{ marginBottom: '5px' }}>
232235
<button

0 commit comments

Comments
 (0)