remove angular and ruby sections for now

This commit is contained in:
Joe Fleming 2014-09-15 16:02:32 -07:00
parent b2b1c140d6
commit c41359bb23

View file

@ -1,8 +1,6 @@
This is a collection of style guides for Kibana projects. The include guides for the following:
- [JavaScript](#javascript-style-guide)
- [Angular](#angular-style-guide)
- [Ruby](#ruby-style-guide)
- [Kibana Project](#kibana-style-guide)
# JavaScript Style Guide
@ -798,10 +796,6 @@ require('routes')
});
```
# Ruby Style Guide
coming soon...
# Attribution
This Javascript guide forked from the [node style guide](https://github.com/felixge/node-style-guide) created by [Felix Geisendörfer](http://felixge.de/) and is