Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / native_client_sdk / src / build_tools / generate_index.py
index 4061165..5208282 100644 (file)
@@ -11,7 +11,8 @@ def CmpByName(x, y):
   
 class LandingPage(object):
   def __init__(self):
-    self.section_list = ['Getting Started', 'API', 'Demo', 'Tutorial']
+    self.section_list = ['Getting Started', 'API', 'Benchmarks', 'Demo',
+        'Tutorial']
     self.section_map = collections.defaultdict(list)
 
   def GeneratePage(self, template_path):