fix styling so text is displayed (#78051)

pull/77821/head
David Harris 2 years ago committed by GitHub
parent 20a2840046
commit 343f147544
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/sources/setup-grafana/configure-grafana/_index.md

@ -2487,9 +2487,9 @@ Refer to [Role-based access control]({{< relref "../../administration/roles-and-
## [navigation.app_sections]
Move an app plugin (referenced by its id), including all its pages, to a specific navigation section. Format: <pluginId> = <sectionId> <sortWeight>
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>
Format: `<pageUrl> = <sectionId> <sortWeight>`

Loading…
Cancel
Save