mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
## Summary - Moved `search_navigation` to `plugins` root - `search_navigation` being inside the search_solution folder was a pre-cursor to the solutions/search migration. The introduction of the solutions/search folder made the search_solution folder redundant, therefore this migrates the search_navigation plugin up with all the other search plugins. - Moved the base classic nav items list to the search_navigation plugin. The classic nav items are now a static list and can be servered from the search_navigation plugin instead of being shared from `enterprise_search`. This is mainly a devx improvement to allow all search related navigation changes to eventually be maintained in the search navigation plugin. ### Checklist - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md) - [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [ ] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> |
||
---|---|---|
.. | ||
development/plugins/expressions/public | ||
extend | ||
reference | ||
release-notes | ||
settings-gen | ||
CHANGELOG.asciidoc | ||
docset.yml |