some more docs

This commit is contained in:
Leo Horie 2016-10-26 10:56:36 -04:00
parent 7cd0869f41
commit 04ffdae2a3
4 changed files with 190 additions and 9 deletions

20
docs/api.md Normal file
View file

@ -0,0 +1,20 @@
# API
- [m](hyperscript.md)
- [m.render](render.md)
- [m.mount](mount.md)
- [m.route](route.md)
- [m.route.set](route.md#routeset)
- [m.route.get](route.md#routeget)
- [m.route.prefix](route.md#routeprefix)
- [m.route.link](route.md#routelink)
- [m.request](request.md)
- [m.jsonp](jsonp.md)
- [m.parseQueryString](parseQueryString.md)
- [m.buildQueryString](buildQueryString.md)
- [m.prop](prop.md)
- [m.withAttr](withAttr.md)
- [m.trust](trust.md)
- [m.fragment](fragment.md)
- [m.redraw](redraw.md)
- [m.version](version.md)