Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update screenshots in docu #1218

Merged
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/assets/app-switcher.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/assets/app-switcher.png
Binary file not shown.
Binary file added docs/assets/context-switcher.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/assets/context-switcher.png
Binary file not shown.
Binary file added docs/assets/navigation-structure.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/assets/navigation-structure.png
Binary file not shown.
Binary file added docs/assets/product-switcher.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/assets/product-switcher.png
Binary file not shown.
Binary file added docs/assets/profile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/assets/profile.png
Binary file not shown.
Binary file added docs/assets/tabnav.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/assets/tabnav.png
Binary file not shown.
10 changes: 5 additions & 5 deletions docs/navigation-advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ The purpose of contexts is to send objects to the micro frontend. You can do thi

## Profile

<img src="https://github.com/SAP/luigi/blob/master/docs/assets/profile.png?raw=true" width="628">
![Profile](assets/profile.jpg)

The profile is a drop-down list in the top navigation that allows you to override the logout item content if authorization is already configured. You can also add links to Luigi navigation nodes.

Expand All @@ -240,7 +240,7 @@ profile: {

## Context switcher

<img src="https://github.com/SAP/luigi/blob/master/docs/assets/context-switcher.png?raw=true" width="628">
![Context switcher](assets/context-switcher.jpg)

The context switcher is a drop-down element in the top navigation. It allows you to switch between a curated list of navigation elements such as Environments. To do so, add the **contextSwitcher** property to the navigation object. Find all the parameters you can use to configure it [here](navigation-parameters-reference.md#context-switcher).

Expand Down Expand Up @@ -273,7 +273,7 @@ contextSwitcher: {

## Product switcher

<img src="https://github.com/SAP/luigi/blob/master/docs/assets/product-switcher.png?raw=true" width="704">
![Product switcher](assets/product-switcher.jpg)

The product switcher is window in top the navigation which allows you to switch between navigation elements displayed there. To add it to your application, include the **productSwitcher** property in your **navigation** object. You may also add any of the parameters listed [here](navigation-parameters-reference.md#product-switcher).

Expand Down Expand Up @@ -305,7 +305,7 @@ productSwitcher: {

## App switcher

<img src="https://github.com/SAP/luigi/blob/master/docs/assets/app-switcher.png?raw=true" width="407">
![App switcher](assets/app-switcher.jpg)

The app switcher is a drop-down in top the navigation which allows you to switch between applications. To use it, add the **appSwitcher** property in your **navigation** object. You may also add any of the parameters listed [here](navigation-parameters-reference.md#app-switcher).

Expand All @@ -331,7 +331,7 @@ appSwitcher = {

## Tab navigation

<img src="https://github.com/SAP/luigi/blob/master/docs/assets/tabnav.png?raw=true" width="710">
![Tab navigation](assets/tabnav.jpg)

Tab-style navigation in Luigi can be displayed directly above the micro frontend area, providing you with additional menu options. When you put tab navigation nodes into a [category](navigation-configuration.md#category), they will be rendered in a drop-down. Add this parameter to your configuration to create tab navigation nodes:

Expand Down
2 changes: 1 addition & 1 deletion docs/navigation-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ There are three main elements to Luigi:
3. Main content window which renders the micro frontend.


![Navigation layout](assets/navigation-structure.png)
![Navigation layout](assets/navigation-structure.jpg)


## First steps
Expand Down