diff options
Diffstat (limited to 'docs/html/training/training_toc.cs')
| -rw-r--r-- | docs/html/training/training_toc.cs | 19 | 
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/html/training/training_toc.cs b/docs/html/training/training_toc.cs index 9f0666665c07..f246a0f9a193 100644 --- a/docs/html/training/training_toc.cs +++ b/docs/html/training/training_toc.cs @@ -938,6 +938,25 @@ include the action bar on devices running Android 2.1 or higher."    </li>    <!-- End: Building for TV --> +  <!-- Start: Building for Auto --> +  <li class="nav-section"> +    <div class="nav-section-header"> +      <a href="<?cs var:toroot ?>training/auto/index.html"> +      <span class="small">Building Apps for</span><br/> +              Auto +      </a> +    </div> +    <ul> +      <li> +        <a href="<?cs var:toroot ?>training/auto/start/index.html" +             description="How to start building or extending apps that work +             with Auto devices."> +             Getting Started with Auto</a> +      </li> +    </ul> +  </li> +  <!-- End: Building for Auto --> +    <li class="nav-section">      <div class="nav-section-header">  | 
