Docs: Updates NDK TOC to include new Vulkan pages. am: 1ab34c0 am: 2e1974c
am: 75b3275

* commit '75b32758d1bc8a62966edb9596e8e23bc0291394':
  Docs: Updates NDK TOC to include new Vulkan pages.

Change-Id: I253aab51457b12328a3010055da8a32f4db57efe
diff --git a/docs/html/ndk/guides/guides_toc.cs b/docs/html/ndk/guides/guides_toc.cs
index 2f31b4b..98fc54d 100644
--- a/docs/html/ndk/guides/guides_toc.cs
+++ b/docs/html/ndk/guides/guides_toc.cs
@@ -74,9 +74,20 @@
    </li>
 
       <li class="nav-section">
-      <div class="nav-section-header empty">
+      <div class="nav-section-header">
       <a href="<?cs var:toroot ?>ndk/guides/graphics/index.html">
-      <span class="en">Graphics</span></a></div>
+      <span class="en">Vulkan</span></a></div>
+      <ul>
+      <li><a href="<?cs var:toroot ?>ndk/guides/graphics/getting-started.html">
+      Getting Started</a></li>
+      <li><a href="<?cs var:toroot ?>ndk/guides/graphics/design-notes.html">
+      Design Guidelines</a></li>
+      <li><a href="<?cs var:toroot ?>ndk/guides/graphics/shader-compilers.html">
+      Shader Compilers</a></li>
+      <li><a href="<?cs var:toroot ?>ndk/guides/graphics/validation-layer.html">
+      Validation Layers</a></li>
+      </ul>
+      </ul>
    </li>