diff --git a/app.js b/app.js
index 7e45bd1..dd2c8a0 100644
--- a/app.js
+++ b/app.js
@@ -346,13 +346,7 @@ function ensureStaff(req, res, next) {
// General routes
app.get('/', routes.index);
-app.get('/docs', routes.docs);
-app.get('/docs/notifications', routes.docsnotifications);
-app.get('/docs/persistence', routes.docspersistence);
-if(config.ifttt){
- logger.info('openHAB-cloud: IFTTT is configured, app adding IFTTT documentation...');
- app.get('/docs/ifttt', routes.docsifttt);
-}
+
// V2 route - response to this route means this openHAB-cloud is using v2 transport based on socket.io 1.0
app.get('/v2', routes.getv2);
diff --git a/templates/activation-email/html.ejs b/templates/activation-email/html.ejs
index 0aee548..d1ed19c 100644
--- a/templates/activation-email/html.ejs
+++ b/templates/activation-email/html.ejs
@@ -12,9 +12,6 @@ Just one more step...
Click on this link to verify your e-mail address and activate your account!
-
- Should you have any questions or ideas, please feel free to write to us - my@openhab.org
-
Best regards,
openHAB Cloud team!
diff --git a/templates/invitation-email/html.ejs b/templates/invitation-email/html.ejs
index 6e8c44f..4217d8c 100644
--- a/templates/invitation-email/html.ejs
+++ b/templates/invitation-email/html.ejs
@@ -55,9 +55,6 @@
openHAB Cloud doesn't currently support streaming HTTP, so mjpeg and video will not work this time, but we are
working hard to add this feature!
-
- Should you have any questions or ideas, please feel free to write to us - my@openhab.org
-
Best regards,
openHAB Cloud team!
diff --git a/templates/invitation-inactive/html.ejs b/templates/invitation-inactive/html.ejs
index 34e6645..8a98e0f 100644
--- a/templates/invitation-inactive/html.ejs
+++ b/templates/invitation-inactive/html.ejs
@@ -9,9 +9,6 @@
didn't hear from you since then and you didn't activate your invitation. We would be more then happy to help you
with your beta participation. If you decided not to join, we are eager to know the reason!
-
- Should you have any questions or ideas, please feel free to write to us - my@openhab.org
-
Best regards,
openHAB Cloud team!
diff --git a/templates/lostpassword-email/html.ejs b/templates/lostpassword-email/html.ejs
index 1b8c8c2..eddc09a 100644
--- a/templates/lostpassword-email/html.ejs
+++ b/templates/lostpassword-email/html.ejs
@@ -19,9 +19,6 @@
The link takes you to a secure web page where you can set a new password of your choosing.
The link will expire in 24 hours.
-
- Should you have any questions or ideas, please feel free to write to us - my@openhab.org
-
Best regards,
openHAB Cloud enrollment system!
diff --git a/templates/new-version/html.ejs b/templates/new-version/html.ejs
index 5c25bb2..ce3f111 100644
--- a/templates/new-version/html.ejs
+++ b/templates/new-version/html.ejs
@@ -36,9 +36,7 @@ with other beta testers.
be able to restart the cloud to fix some other bugs.
And one of those bugs we missed are charts. After cloud restart /chart will start working.
-
- Should you have any questions or ideas, please feel free to write to us - my@openhab.org
-
+
Best regards,
openHAB Cloud team!
diff --git a/templates/openhaboffline/html.ejs b/templates/openhaboffline/html.ejs
index 7a6b05a..1784a37 100644
--- a/templates/openhaboffline/html.ejs
+++ b/templates/openhaboffline/html.ejs
@@ -10,9 +10,6 @@
uuid and secret files, so your openHAB produced new ones and you need to update this information on the
openHAB Cloud "My Account" page.
-
- Should you have any questions or ideas, please feel free to write to us - my@openhab.org
-
Best regards,
openHAB Cloud team!
diff --git a/views/footer.ejs b/views/footer.ejs
index f0fe3e3..1278e37 100644
--- a/views/footer.ejs
+++ b/views/footer.ejs
@@ -1,43 +1,9 @@
-