Skip to content

Commit

Permalink
Fix error in navigation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alrenik authored Feb 19, 2021
1 parent e397e45 commit bd51a8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/navigation-advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ For more information on setting caching with view refreshing and preloading for

Further options related to view groups can be configured using the parameters listed here. These parameters should be placed just before `nodes:` in the `navigation:` section of the configuration file:

### viewGroupsSettings
### viewGroupSettings
- **type**: object
- **description**: contains key-object pairs, where the key is the view group name as specified in the node properties, and the object contains key-value pairs. In each key-value pair, the key is the feature name and the value is the actual setting. The following options are supported:
- **attributes**:
Expand Down
2 changes: 1 addition & 1 deletion docs/navigation-parameters-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The navigation parameters allow you to configure **global** navigation settings
- **type**: boolean
- **description**: allows deactivating the default preloading of [view groups](navigation-advanced.md#view-groups) iframes.

### viewGroupsSettings
### viewGroupSettings
- **type**: object
- **description**: contains key-object pairs, where the key is the view group name as specified in the node parameters, and the object contains key-value pairs. In each key-value pair, the key is the feature name and the value is the actual setting. The following options are supported:
- **attributes**:
Expand Down

0 comments on commit bd51a8c

Please sign in to comment.