diff --git a/cookbook/how_to_create_and_customize_application_menu.rst b/cookbook/how_to_create_and_customize_application_menu.rst index 6e043e61d..e7b5ae7cd 100644 --- a/cookbook/how_to_create_and_customize_application_menu.rst +++ b/cookbook/how_to_create_and_customize_application_menu.rst @@ -83,25 +83,26 @@ Now we need to create a ``navigation.yml`` file with the following content: :linenos: # src/Acme/Bundle/NewBundle/Resources/config/oro/navigation.yml - menu_config: - items: - acme_tab: - label: Acme label - uri: '#' - extras: - position: 300 - acme_tab_link: - label: Acme link label - route: acme_link - tree: - application_menu: - children: - acme_tab: - children: - acme_tab_link: ~ - - titles: - acme_link: My link page title + navigation: + menu_config: + items: + acme_tab: + label: Acme label + uri: '#' + extras: + position: 300 + acme_tab_link: + label: Acme link label + route: acme_link + tree: + application_menu: + children: + acme_tab: + children: + acme_tab_link: ~ + + titles: + acme_link: My link page title Then you have to reload navigation data and clear cache: diff --git a/user_guide/index.rst b/user_guide/index.rst index 5579dea37..76dfb7351 100644 --- a/user_guide/index.rst +++ b/user_guide/index.rst @@ -31,7 +31,6 @@ If you are reading it for the first time, we recommend that you begin with :ref: The :ref:`OroCRM Users and Their Benefits ` page will help you find out which sections of this guide are most relevant for your work duties. - * :doc:`/user_guide/intro` * :doc:`/user_guide/intro_users_and_benefits`