summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/installation.markdown2
-rw-r--r--doc/plugin-hooks.markdown9
-rw-r--r--doc/update.markdown2
3 files changed, 2 insertions, 11 deletions
diff --git a/doc/installation.markdown b/doc/installation.markdown
index dd4283f8..c796ac65 100644
--- a/doc/installation.markdown
+++ b/doc/installation.markdown
@@ -29,7 +29,7 @@ From the repository (development version)
You must install [composer](https://getcomposer.org/) to use this method.
1. `git clone https://github.com/fguillot/kanboard.git`
-2. `composer install`
+2. `composer install --no-dev`
3. Go to the third step just above
Note: This method will install the **current development version**, use at your own risk.
diff --git a/doc/plugin-hooks.markdown b/doc/plugin-hooks.markdown
index 5dc56cd1..a00aba16 100644
--- a/doc/plugin-hooks.markdown
+++ b/doc/plugin-hooks.markdown
@@ -28,15 +28,6 @@ Some hooks can have only one listener:
- `$start` (DateTime)
- `$end` (DateTime)
-#### model:subtask-time-tracking:calendar:events
-
-- Override subtask time tracking events to display the calendar
-- Arguments:
- - `$user_id` (integer)
- - `$events` (array)
- - `$start` (string, ISO-8601 format)
- - `$end` (string, ISO-8601 format)
-
### Merge hooks
"Merge hooks" act in the same way as the function `array_merge`. The hook callback must return an array. This array will be merged with the default one.
diff --git a/doc/update.markdown b/doc/update.markdown
index 7be8a65a..12ac152d 100644
--- a/doc/update.markdown
+++ b/doc/update.markdown
@@ -27,7 +27,7 @@ From the repository (development version)
-----------------------------------------
1. `git pull`
-2. `composer install`
+2. `composer install --no-dev`
3. Login and check if everything is ok
Note: This method will install the **current development version**, use at your own risk.