1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-03 06:22:34 +02:00

publish README to gh-pages (auto)

branch:       master
SHA:          7fd2c29c71
range SHA:    3a84392b79b8...7fd2c29c71fa
build id:     98842799
build number: 145
This commit is contained in:
koalyptus 2015-12-26 06:29:38 +00:00
parent e3f91e83b8
commit 879bbbf6b2

View file

@ -101,7 +101,11 @@ grunt test-only:test.html,test-sort.html
```
## Demos
Check out the online [examples](http://koalyptus.github.io/TableFilter/examples) or run the local webserver:
Check out the online [examples](http://koalyptus.github.io/TableFilter/examples) or generate the demos locally:
```shell
grunt build-demos
```
then run the local webserver:
```shell
grunt server
```
@ -113,7 +117,7 @@ http://localhost:8080/demos/
## Documentation
Find exhaustive documentation on the configuration options in the [WIKI](https://github.com/koalyptus/TableFilter/wiki) section.
Autogenerated documentation of the ES6 javascript modules is available on the website: [docs](http://koalyptus.github.io/TableFilter/docs)
Autogenerated documentation of the ES6 modules is available on the website: [docs](http://koalyptus.github.io/TableFilter/docs)
Run this task to generate the documentation in the ``docs/docs`` directory:
```shell