| Index: native_client_sdk/src/build_tools/generate_index.py
|
| diff --git a/native_client_sdk/src/build_tools/generate_index.py b/native_client_sdk/src/build_tools/generate_index.py
|
| index 4061165b13c43661cb33b0b5f007df97daf90d18..5208282e67ea1478f2d4164eef57edb895b6793e 100644
|
| --- a/native_client_sdk/src/build_tools/generate_index.py
|
| +++ b/native_client_sdk/src/build_tools/generate_index.py
|
| @@ -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):
|
|
|