diff options
author | Azul <azul@leap.se> | 2014-04-17 10:11:18 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2014-04-17 10:11:18 +0200 |
commit | 3d3688647fab7049e5b531c45b85c1e46a1d528f (patch) | |
tree | db49ebd4428053d5c8d720275b77594a531a1ad1 | |
parent | 63010ddb7cf4ef124376d8a6f35b6de35c99d175 (diff) |
doc: update list of engines
-rw-r--r-- | DEVELOP.md | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -11,12 +11,10 @@ Some tips on modifying the views: Leap Web contains some. They live in their own subdirectory and are included through bundler via their path. This way changes to the engines immediately affect the server as if they were in the main `app` directory. -Currently Leap Web includes of 4 Engines: +Currently Leap Web includes 2 Engines: -* [users](https://github.com/leapcode/leap_web/blob/master/users) - user registration and authorization - this will probably be included in the main webapp any time soon -* [certs](https://github.com/leapcode/leap_web/blob/master/certs) - Cert distribution for the EIP client - might be included in toplevel too. -* [help](https://github.com/leapcode/leap_web/blob/master/help) - Help ticket management -* [billing](https://github.com/leapcode/leap_web/blob/master/billing) - Billing System +* [support](https://github.com/leapcode/leap_web/blob/master/engines/support) - Help ticket management +* [billing](https://github.com/leapcode/leap_web/blob/master/engines/billing) - Billing System ## Creating a new engine ## |