Yuuki Ebihara 6ecf20a0bb Fixed invalid url link. (#1177)
* Fixed invalid url link.

* Update docs/features/side-navigation.md

Co-Authored-By: Suzana Dirla <dirla.silvia.suzana@gmail.com>
2019-08-02 15:07:00 +03:00

41 lines
1.3 KiB
Markdown

---
Title: Header
---
# Header
The application [header](../../src/app/components/header) has three main elements.
1. [Logo and Color](#logo-and-color)
2. [Search](#search)
3. [Current User](#current-user)
![Header](../images/header.png)
## Logo and Color
Logo & app primary color - logo and color are configurable by updating the
[app.config.json](../../src/app.config.json) file in the root folder of the project.
Please refer to the [Application Configuration](/getting-started/configuration) documentation for more information on how to change the logo and color.
## Search
The application [Search](../../src/app/components/search) -
uses the [ADF Search Component](https://www.alfresco.com/abn/adf/docs/content-services/components/search.component/).
The app provides a 'live' search feature, where users can open files and folders directly from the Search API results.
![Search Input](../images/search.png)
If you type `Enter` in the text input area, you are going to see
[Search Results](/features/search-results) page
with advanced filtering and faceted search.
## Current User
[Current User](../../src/app/components/current-user) -
displays the user's name, and a menu where users can logout.
Optionally through updating the [app.config.json](../../src/app.config.json)
a language switching menu can be displayed.
![Current User](../images/current-user.png)