Hi,
As mentioned before in previous posts we’re rebranding our own build of OpenSearch Dashboards. I’d say we’re pretty close to being able to mark it as complete. One thing that is slightly bothering us is this navigation item, “OpenSearch Dashboards”:
We’re a bit stumped on how to change that text. We traced it back to src/plugins/opensearch_dashboards_overview/public/plugin.ts:113 but it seems as though that isn’t the modification required.
We can see from the code that the nav menu gets a series of “Categories”, but as we’re not native React/TypeScript devs we’re not too sure exactly where these categories get set.
Would anyone be so kind as to tell us how we’d modify the above navigation category text if it’s at all possible?