Hello,
I am very new to Grafana.
I need to customize sidemenu link names and icons [dashboards, alerting, etc…] by altering the source code directly.
In this case, need help in understanding how the following is populated:
const navTree = _.cloneDeep(config.bootData.navTree);
Is the sidemenu links located in database?
From where does window.grafanaBootData is loaded?
Thanks in advance.