diff --git a/conf/sample.ini b/conf/sample.ini index 06c2f54c670..911132f720e 100644 --- a/conf/sample.ini +++ b/conf/sample.ini @@ -1474,13 +1474,13 @@ # Move an app plugin referenced by its id (including all its pages) to a specific navigation section [navigation.app_sections] -# The following will move an app plugin with the id of `my-app-id` under the `starred` section -# my-app-id = admin +# The following will move an app plugin with the id of `my-app-id` under the `cfg` section +# my-app-id = cfg # Move a specific app plugin page (referenced by its `path` field) to a specific navigation section [navigation.app_standalone_pages] -# The following will move the page with the path "/a/my-app-id/starred-content" from `my-app-id` to the `starred` section -# /a/my-app-id/starred-content = starred +# The following will move the page with the path "/a/my-app-id/my-page" from `my-app-id` to the `cfg` section +# /a/my-app-id/my-page = cfg #################################### Secure Socks5 Datasource Proxy ##################################### [secure_socks_datasource_proxy] diff --git a/docs/sources/setup-grafana/configure-grafana/_index.md b/docs/sources/setup-grafana/configure-grafana/_index.md index 02ff33bb8c6..44b3d5f811e 100644 --- a/docs/sources/setup-grafana/configure-grafana/_index.md +++ b/docs/sources/setup-grafana/configure-grafana/_index.md @@ -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: = + +## [navigation.app_standalone_pages] + +Move an individual app plugin page (referenced by its `path` field) to a specific navigation section. +Format: =