blob: 1c724d0cd0f79b67b03153c78cb4b1ede784fe40 [file] [log] [blame]
Wyatt Allenc1485932018-03-30 10:53:36 -07001= Gerrit Code Review - Admin customization API
2
3This API is provided by link:pg-plugin-dev.html#plugin-admin[plugin.admin()]
4and provides customization of the admin menu.
5
6== addMenuLink
7`adminApi.addMenuLink(text, url, opt_external)`
8
9Add a new link to the end of the admin navigation menu.
10
11.Params
12- *text* String text to appear in the link.
13- *url* String of the destination URL for the link.
14
15When adding an external link, the URL provided should be a full URL. Otherwise,
16a non-external link should be relative beginning with a slash. For example, to
17create a link to open changes, use the value `/q/status:open`.