Mark Sibly 9 年 前
コミット
8b748e76ba
1 ファイル変更14 行追加1 行削除
  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' ]
  	});