diff --git a/docs/README.md b/docs/README.md index a05ced97a..48833ac89 100644 --- a/docs/README.md +++ b/docs/README.md @@ -64,7 +64,7 @@ The application [header](https://github.com/Alfresco/alfresco-content-app/tree/m Logo & app primary color - logo and color are configurable by updating the [app.config.json](https://github.com/Alfresco/alfresco-content-app/blob/master/src/app.config.json) file in the root folder of the project. -Please refer to the [Application Configuration](https://github.com/Alfresco/alfresco-content-app/blob/master/docs/configuration.md#application-logo) documentation for more information on how to change the logo and color. +Please refer to the [Application Configuration](/getting-started#application-logo) documentation for more information on how to change the logo and color. #### Search @@ -112,7 +112,7 @@ and uploads can be canceled which will stop uploads in progress or permanently d The navigation links are configurable via the [app.config.json](https://github.com/Alfresco/alfresco-content-app/blob/master/src/app.config.json). Default configuration creates two sections. -See [Navigation](#navigation) for more information about configuring the side navigation. +See [Navigation](/getting-started#navigation) for more information about configuring the side navigation. ### Document List Layout @@ -125,7 +125,7 @@ The main area of the application is composed of several individual ADF component  -The application has six different Document List views which share commonalities between each view and subtle differences depending on the content being loaded which are explained below. +The application has seven different Document List views which share commonalities between each view and subtle differences depending on the content being loaded which are explained below. #### Personal Files @@ -158,7 +158,7 @@ A feature for creating and removing Shared Links will be added in the future. #### Recent Files The Recent Files view shows all the files that have been created or modified within the last 30 days by the current user. -The [Recent Files](https://github.com/Alfresco/alfresco-content-app/tree/master/src/app/components/current-user) +The [Recent Files](https://github.com/Alfresco/alfresco-content-app/tree/master/src/app/components/recent-files) component uses the Search API to query SOLR for changes made by the user and includes an extra column to display where the file is [located](https://github.com/Alfresco/alfresco-content-app/tree/master/src/app/components/location-link) in the content repository. @@ -182,6 +182,11 @@ and perform the actions requested by the user and includes an extra column to di [located](https://github.com/Alfresco/alfresco-content-app/tree/master/src/app/components/location-link) in the content repository before it was deleted. +#### Search Results + +The Search Results view shows the found items for a search query. It has a custom layout template and users can easily browse the results and perform actions on items. +For more information on the [SearchComponent](https://github.com/Alfresco/alfresco-content-app/tree/master/src/app/components/search), please also check this [Search Results](#search-results1) section. + #### Actions and the Actions Toolbar All the views incorporate the [toolbar](https://alfresco.github.io/adf-component-catalog/components/ToolbarComponent.html) @@ -199,7 +204,7 @@ actions are automatically hidden when the user does not have permission.