docs(menu): remove basic menu usage doc link

This commit is contained in:
Brandy Carney
2016-04-11 22:05:05 -04:00
parent 81dd1cc8b5
commit 932ab42eb1

View File

@ -5,9 +5,6 @@ import {MenuType} from './menu-types';
/**
* @name Menu
* @description
* _For basic Menu usage, see the [Menu section](../../../../components/#menus)
* of the Component docs._
*
* Menu is a side-menu interface that can be dragged and toggled to open or close.
* An Ionic app can have numerous menus, all of which can be controlled within
* template HTML, or programmatically.