From e99856e5338424b36884e21db1f1399f4753ab3a Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 29 Apr 2015 13:51:11 -0700 Subject: clean up docs --- doc/CUSTOM.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/CUSTOM.md (limited to 'doc/CUSTOM.md') diff --git a/doc/CUSTOM.md b/doc/CUSTOM.md new file mode 100644 index 0000000..53e4d88 --- /dev/null +++ b/doc/CUSTOM.md @@ -0,0 +1,14 @@ +Customization +============================== + +Customization directory +--------------------------------------- + +See config/customization/README.md + +Engines +--------------------- + +Leap Web includes some Engines. All things in `app` will overwrite the engine behaviour. You can clone the leap web repository and add your customizations to the `app` directory. Including leap_web as a gem is currently not supported. It should not require too much work though and we would be happy to include the changes required. + +If you have no use for one of the engines you can remove it from the Gemfile. Engines should really be plugins - no other engines should depend upon them. If you need functionality in different engines it should probably go into the toplevel. The 'users' engine will soon become part of the main webapp for that reason. -- cgit v1.2.3