update docs, add descriptions for api methods

This commit is contained in:
Leo Horie 2016-12-02 17:51:07 -05:00
parent d56c30cc4a
commit cdb9017a72
25 changed files with 613 additions and 40 deletions

20
docs/methods.md Normal file
View file

@ -0,0 +1,20 @@
- Core
- [m](hyperscript.md)
- [m.render](render.md)
- [m.mount](mount.md)
- [m.route](route.md)
- [m.request](request.md)
- [m.jsonp](jsonp.md)
- [m.parseQueryString](parseQueryString.md)
- [m.buildQueryString](buildQueryString.md)
- [m.withAttr](withAttr.md)
- [m.trust](trust.md)
- [m.fragment](fragment.md)
- [m.redraw](redraw.md)
- [m.version](version.md)
- [Promise](promise.md)
- Optional
- [Stream](stream.md)
- Tooling
- [Bundler](bundler.md)
- [Ospec](ospec.md)