From 8764f3a3f16b36e06d674c872fa3ff83e785ebde Mon Sep 17 00:00:00 2001 From: FORESTIER Fabien <fabien.forestier@soprasteria.com> Date: Mon, 27 Jan 2020 13:49:33 +0100 Subject: [PATCH] Add doc for changelog and contact pages --- docs/components/custom-apps/web-app/changelog.md | 3 +++ docs/components/custom-apps/web-app/contact.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docs/components/custom-apps/web-app/changelog.md b/docs/components/custom-apps/web-app/changelog.md index de91a65..12b4a62 100644 --- a/docs/components/custom-apps/web-app/changelog.md +++ b/docs/components/custom-apps/web-app/changelog.md @@ -1,7 +1,10 @@ # Changelog +<<<<<<< HEAD  +======= +>>>>>>> 9cd8b6e... Add doc for changelog and contact pages In order to keep our users updated with the latest features developped and bugs that have been fixed, we implemented a changelog feature. The component retrieves from the dedicated [service](../../services/changelog.md) the changelog of each released version from the most recent to the oldest. diff --git a/docs/components/custom-apps/web-app/contact.md b/docs/components/custom-apps/web-app/contact.md index ad6cef8..1f3293b 100644 --- a/docs/components/custom-apps/web-app/contact.md +++ b/docs/components/custom-apps/web-app/contact.md @@ -1,7 +1,10 @@ # Contact +<<<<<<< HEAD  +======= +>>>>>>> 9cd8b6e... Add doc for changelog and contact pages The contact page allow a user to contact the support team through the [email](../../services/mailer.md) service. When a user is not logged in, he/she will need to fill some personal information (firstname, lastname, email) in order for the support team to be able to reply. In the case he/she is logged in the information will already be completed. -- GitLab