Skip to content

Commit

Permalink
Add connector to public API
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed May 13, 2015
1 parent f442e7e commit 62b7c8d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/DragSourceConnector.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
`DragSourceConnector`
===================

Wow
4 changes: 4 additions & 0 deletions docs/DropTargetConnector.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
`DropTargetConnector`
===================

Eh
8 changes: 8 additions & 0 deletions site/Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,18 @@ export const APIPages = {
location: 'api-drag-drop-context.html',
title: 'DragDropContext'
},
DRAG_SOURCE_CONNECTOR: {
location: 'api-drag-source-connector.html',
title: 'DragSourceConnector'
},
DRAG_SOURCE_MONITOR: {
location: 'api-drag-source-monitor.html',
title: 'DragSourceMonitor'
},
DROP_TARGET_CONNECTOR: {
location: 'api-drop-target-connector.html',
title: 'DropTargetConnector'
},
DROP_TARGET_MONITOR: {
location: 'api-drop-target-monitor.html',
title: 'DropTargetMonitor'
Expand Down
2 changes: 2 additions & 0 deletions site/IndexPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ import faviconURL from './images/favicon.png';
const APIDocs = {
DRAG_SOURCE: require('../docs/DragSource.md'),
DRAG_SOURCE_MONITOR: require('../docs/DragSourceMonitor.md'),
DRAG_SOURCE_CONNECTOR: require('../docs/DragSourceConnector.md'),
DROP_TARGET: require('../docs/DropTarget.md'),
DROP_TARGET_CONNECTOR: require('../docs/DropTargetConnector.md'),
DROP_TARGET_MONITOR: require('../docs/DropTargetMonitor.md'),
DRAG_DROP_CONTEXT: require('../docs/DragDropContext.md'),
DRAG_LAYER: require('../docs/DragLayer.md'),
Expand Down

0 comments on commit 62b7c8d

Please sign in to comment.