Skip to content

Commit

Permalink
Add anchor to links (SAP#2697)
Browse files Browse the repository at this point in the history
Co-authored-by: Ndricim Rrapi <[email protected]>
  • Loading branch information
alexandra-simeonova and ndricimrr authored May 6, 2022
1 parent e6d6f62 commit 082a850
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Yes, it is already being used in production and close-to-production within SAP.
There are a few options to do that at the moment:
- Use the Fundamental Styles theming capabilities which already allow you to achieve a lot by customizing the CSS variables. Find more info [here](https://github.com/SAP/theming-base-content).
- Manually overwrite the styles where needed. The documentation page you are on right now can be used as an example, as it was developed with Luigi.
- Turn off Luigi view components completely via the [hideNavigation](general-settings.md) parameter in the `settings:` section of your Luigi configuration. Then you can implement your own view components for header and navigation and use the [Luigi Core API](luigi-core-api.md) to set them up with Luigi.
- Turn off Luigi view components completely via the [hideNavigation](general-settings.md#hidenavigation) parameter in the `settings:` section of your Luigi configuration. Then you can implement your own view components for header and navigation and use the [Luigi Core API](luigi-core-api.md) to set them up with Luigi.
- You can use this simple example with a completely customized shell as a starting point:
```html
<!DOCTYPE html>
Expand Down
4 changes: 2 additions & 2 deletions docs/luigi-ux-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ You can quickly adjust the Luigi application to improve user experience on mobil
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1">
```

* Define and apply [**responsiveNavigation**](general-settings.md) settings to make the left navigation responsive.
* Define and apply [**responsiveNavigation**](general-settings.md#responsivenavigation) settings to make the left navigation responsive.

* Define and apply [**profileType**](general-settings.md) **'simple'** or **'Fiori3'** to change the Profile Menu layout and design.
* Define and apply [**profileType**](general-settings.md#profiletype) **'simple'** or **'Fiori3'** to change the Profile Menu layout and design.

* Define a custom width for the left side navigation. To do so, simply add the code below to the top of your `index.html`. The default width is 15rem.

Expand Down

0 comments on commit 082a850

Please sign in to comment.