From 4f32a7a1d016096ce6e6e416ee2329adfecd038c Mon Sep 17 00:00:00 2001
From: FORESTIER Fabien <fabien.forestier@soprasteria.com>
Date: Tue, 28 Jan 2020 11:20:46 +0100
Subject: [PATCH] Complet first draw on the webapp's homepage documentation

---
 docs/components/custom-apps/web-app/homepage.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/docs/components/custom-apps/web-app/homepage.md b/docs/components/custom-apps/web-app/homepage.md
index eafddb1..10cfbd0 100644
--- a/docs/components/custom-apps/web-app/homepage.md
+++ b/docs/components/custom-apps/web-app/homepage.md
@@ -7,8 +7,6 @@ The main goal of the page is to encourage the user to discover the catalog of da
 * The search bar, it allows the user to find dataset that match, with more or less accuracy, with the search string he/she typed. For more information about the search bar please refer to [this](./header.md#Search-bar) section of the documentation.
 * The explore button, it also redirects the user to the search page but with no particular criteria and let him or her freely discover the available dataset.
 
-The homepage also highlights the lastest news. Indeed the page retrieves from elasticsearch, where the content of our [CMS Ghost] as been indexed, the last three articles. However based on a feature of Ghost
+The homepage also highlights the lastest news. Indeed the page retrieves from elasticsearch, where the content of our [CMS Ghost](../../off-the-shelf-apps/cms.md) as been indexed, the last three articles. However based on one of Ghost's functionality, that allow to *feature* an article, the first of the three news will always be the featured article when one exists.
 
-## News
-
-## All news
\ No newline at end of file
+An `All news` button allows one to access the search page with the `News` tab directly selected.
-- 
GitLab