Rename Documentation link 'Index' to 'Table of Contents'
Change-Id: If7040f7b89d2a4b2947d40385e370d0201a65596
This commit is contained in:
@@ -722,7 +722,7 @@ public class Gerrit implements EntryPoint {
|
||||
if (getConfig().isDocumentationAvailable()) {
|
||||
m = new LinkMenuBar();
|
||||
menuBars.put(GerritTopMenu.DOCUMENTATION.menuName, m);
|
||||
addDocLink(m, C.menuDocumentationIndex(), "index.html");
|
||||
addDocLink(m, C.menuDocumentationTOC(), "index.html");
|
||||
addDocLink(m, C.menuDocumentationSearch(), "user-search.html");
|
||||
addDocLink(m, C.menuDocumentationUpload(), "user-upload.html");
|
||||
addDocLink(m, C.menuDocumentationAccess(), "access-control.html");
|
||||
|
Reference in New Issue
Block a user