Add 'Getting Help' doc

This commit is contained in:
Brandon Tilley 2013-12-21 23:56:08 -08:00
parent 335cd859ca
commit 90b74a6a94
4 changed files with 17 additions and 1 deletions

View File

@ -27,7 +27,7 @@
Plugins Plugins
<i class='icon edit'></i> <i class='icon edit'></i>
</a> </a>
<a class='green item with-subitems <%- current.source == 'builtin' ? 'active' : '' %>' href='/documentation/builtin.html'> <a class='purple item with-subitems <%- current.source == 'builtin' ? 'active' : '' %>' href='/documentation/builtin.html'>
Built-In Plugins Built-In Plugins
<i class='icon bolt'></i> <i class='icon bolt'></i>
</a> </a>
@ -43,6 +43,10 @@
<a class='item <%- current.source == 'builtin_drag' ? 'active' : '' %>' href='/documentation/builtin_drag.html'>Drag</a> <a class='item <%- current.source == 'builtin_drag' ? 'active' : '' %>' href='/documentation/builtin_drag.html'>Drag</a>
</div> </div>
</div> </div>
<a class='green item <%- current.source == 'help' ? 'active' : '' %>' href='/documentation/help.html'>
Getting Help
<i class='icon help'></i>
</a>
</div> </div>
</div> </div>

View File

@ -1,2 +1,4 @@
Drag Plugin Drag Plugin
=========== ===========
This plugin is not yet impelemented.

View File

@ -1,2 +1,4 @@
Zoom Plugin Zoom Plugin
=========== ===========
This plugin is not yet impelemented.

View File

@ -0,0 +1,8 @@
Getting Help
============
[Stack Overflow](http://stackoverflow.com/) is a great place to get help when you're stuck on a particular issue. Tag your question with `planetary.js` when you post it.
If you think you've found a bug, hop over to [the Planetary.js issues page](https://github.com/BinaryMuse/planetary.js/issues) and file a bug (assuming the same bug hasn't already been reported).
If you have an idea for an improvement or other change, feel free to open a GitHub pull request.