Mark Sibly 9 éve
szülő
commit
8b748e76ba
1 módosított fájl, 14 hozzáadás és 1 törlés
  1. 14 1
      docs/modules_template.html

+ 14 - 1
docs/modules_template.html

@@ -62,7 +62,20 @@ $( function(){
 				'icons' : false,
 				'stripes' : false
 			},
-			'data':[ ${MX2_API} ]
+			'data':[ 
+				{
+					'text' : 'Manual',
+					'children' : []
+				},
+				{
+					'text' : 'Modules',
+					'children' : [ ${MX2_API} ]
+				},
+				{
+					'text' : 'Language',
+					'children' : []
+				}
+			]
 		},
 		'plugins':[ 'search' ]
  	});