summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-06-05 18:28:30 -0400
committerFrederic Guillot <fred@kanboard.net>2016-06-05 18:28:30 -0400
commit33098e4e11ba451d0b4fed7f8f41820e2bb66bd4 (patch)
tree94d0a6b77b975d9da1183a48f5050179b46ce34a /doc
parent5ffdf286e7cebd522f406fbeb83f78e4e4a3b711 (diff)
Minor doc updates
Diffstat (limited to 'doc')
-rw-r--r--doc/heroku.markdown2
-rw-r--r--doc/plugin-hooks.markdown1
-rw-r--r--doc/plugin-notifications.markdown2
-rw-r--r--doc/update.markdown3
4 files changed, 5 insertions, 3 deletions
diff --git a/doc/heroku.markdown b/doc/heroku.markdown
index f145f70e..43b15c72 100644
--- a/doc/heroku.markdown
+++ b/doc/heroku.markdown
@@ -35,5 +35,5 @@ heroku open
Limitations
-----------
-- The storage of Heroku is ephemeral, that means uploaded files through Kanboard are not persistent after a reboot. You may want to install a plugin to store your files in a cloud storage provider like [Amazon S3](https://github.com/kanboard/plugin-s3).
+- The storage of Heroku is ephemeral, that means uploaded files through Kanboard are not persistent after a restart. You may want to install a plugin to store your files in a cloud storage provider like [Amazon S3](https://github.com/kanboard/plugin-s3).
- Some features of Kanboard require that you run [a daily background job](cronjob.markdown).
diff --git a/doc/plugin-hooks.markdown b/doc/plugin-hooks.markdown
index 09c4e5d0..a21157e5 100644
--- a/doc/plugin-hooks.markdown
+++ b/doc/plugin-hooks.markdown
@@ -157,6 +157,7 @@ List of template hooks:
| `template:board:task:icons` | Task in board: tooltip icon |
| `template:config:sidebar` | Sidebar on settings page |
| `template:config:application ` | Application settings form |
+| `template:config:email` | Email settings page |
| `template:config:integrations` | Integration page in global settings |
| `template:dashboard:sidebar` | Sidebar on dashboard page |
| `template:export:sidebar` | Sidebar on export pages |
diff --git a/doc/plugin-notifications.markdown b/doc/plugin-notifications.markdown
index 4900b34b..868f6aef 100644
--- a/doc/plugin-notifications.markdown
+++ b/doc/plugin-notifications.markdown
@@ -24,7 +24,7 @@ When your handler is registered, the end-user can choose to receive the new noti
Notification Handler
--------------------
-Your notification handler must implement the interface `Kanboard\Notification\NotificationInterface`:
+Your notification handler must implement the interface `Kanboard\Core\Notification\NotificationInterface`:
```php
interface NotificationInterface
diff --git a/doc/update.markdown b/doc/update.markdown
index 12ac152d..44f81ff0 100644
--- a/doc/update.markdown
+++ b/doc/update.markdown
@@ -8,7 +8,8 @@ Kanboard will run database migrations automatically for you.
Important things to do before updating
--------------------------------------
-- Always make a backup of your data before upgrading
+- **Always make a backup of your data before upgrading**
+- Check that your backup is valid
- Always read the [change log](https://github.com/fguillot/kanboard/blob/master/ChangeLog) to check for breaking changes
- Always close all user sessions (flush all sessions on the server)