Revision 6827ca01a06e7210cf9c41c8b773553220f1f180 authored by Michael Mandrus on 11 October 2022, 22:57:27 UTC, committed by GitHub on 11 October 2022, 22:57:27 UTC
* add documentation about protected roles

* add section about sync debug

* add link to recorded queries to main enterprise pages

* Update docs/sources/setup-grafana/configure-security/configure-authentication/ldap.md

Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>

* fixes from pr review

* add missing char

* Apply suggestions from code review

Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>

* fix other incorrect lines to match review

Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
1 parent 414d536
Raw File
lerna.json
{
  "npmClient": "yarn",
  "useWorkspaces": true,
  "packages": ["packages/*"],
  "version": "9.3.0-pre"
}
back to top