diff --git a/docs/components/custom-apps/web-app/homepage.md b/docs/components/custom-apps/web-app/homepage.md index eafddb1ebfab1aa1c78e7c3099c307fb4f05daaa..10cfbd0afadcff86098881aaef2921d8b94cddba 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.