Skip to content

Commit

Permalink
Merge pull request #1108 from strathausen/patch-1
Browse files Browse the repository at this point in the history
Getting-started.md: typo ms->md
  • Loading branch information
fzaninotto committed Jun 8, 2016
2 parents 9a7266b + 135beb7 commit b097d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ admin.menu(nga.menu()

`nga.menu()` creates a Menu object. A Menu object represents a menu item, and it can have submenus. Calling `ng.menu()` with an entity parameter sets the menu name, link, and active function automatically. `admin.menu()`, which configures the application menu, expects a root menu object as parameter, and displays the children of this root menu in the sidebar.

Using `admin.menu()`, you can add menu items for pages not handled by ng-admin, hide or reorder entity menus, update the name and icon of menu items, and even add submenus! Check the [Menus documentation](Menus.ms) for more details.
Using `admin.menu()`, you can add menu items for pages not handled by ng-admin, hide or reorder entity menus, update the name and icon of menu items, and even add submenus! Check the [Menus documentation](Menus.md) for more details.

And if you feel like customizing the home page of the admin app, check out the [Dashboard documentation](Dashboard.md) for a how-to.

Expand Down

0 comments on commit b097d8a

Please # to comment.