mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Navigation: Add navigation customization options to config documentation (#70072)
update config documentation to mention navigation customization options
This commit is contained in:
@@ -2298,3 +2298,12 @@ Set this to `false` to disable loading other custom base maps and hide them in t
|
||||
## [rbac]
|
||||
|
||||
Refer to [Role-based access control]({{< relref "../../administration/roles-and-permissions/access-control" >}}) for more information.
|
||||
|
||||
## [navigation.app_sections]
|
||||
|
||||
Move an app plugin (referenced by its id), including all its pages, to a specific navigation section. Format: <pluginId> = <sectionId> <sortWeight>
|
||||
|
||||
## [navigation.app_standalone_pages]
|
||||
|
||||
Move an individual app plugin page (referenced by its `path` field) to a specific navigation section.
|
||||
Format: <pageUrl> = <sectionId> <sortWeight>
|
||||
|
||||
Reference in New Issue
Block a user