| smain@google.com | 0178321 | 2015-04-10 20:45:28 -0700 | [diff] [blame] | 1 | <?cs # Table of contents for Dev Guide. |
| 2 | |
| 3 | For each document available in translation, add an localized title to this TOC. |
| 4 | Do not add localized title for docs not available in translation. |
| 5 | Below are template spans for adding localized doc titles. Please ensure that |
| 6 | localized titles are added in the language order specified below. |
| 7 | ?> |
| 8 | |
| smain@google.com | 0178321 | 2015-04-10 20:45:28 -0700 | [diff] [blame] | 9 | <ul id="nav"> |
| David Friedman | fcb8745 | 2015-05-27 10:35:55 -0700 | [diff] [blame] | 10 | |
| David Friedman | 14d1777 | 2015-05-26 13:21:24 -0700 | [diff] [blame] | 11 | <li class="nav-section"> |
| David Friedman | fcb8745 | 2015-05-27 10:35:55 -0700 | [diff] [blame] | 12 | <div class="nav-section-header empty"><a href="<?cs var:toroot ?>ndk/samples/index.html"> |
| 13 | <span class="en">Overview</span></a></div> |
| David Friedman | 14d1777 | 2015-05-26 13:21:24 -0700 | [diff] [blame] | 14 | </li> |
| Joe Fernandez | b373f49 | 2015-05-22 12:27:04 -0700 | [diff] [blame] | 15 | |
| David Friedman | 14d1777 | 2015-05-26 13:21:24 -0700 | [diff] [blame] | 16 | <li class="nav-section"> |
| 17 | <div class="nav-section-header"> |
| David Friedman | fcb8745 | 2015-05-27 10:35:55 -0700 | [diff] [blame] | 18 | <a href="<?cs var:toroot ?>ndk/samples/walkthroughs.html"> |
| 19 | <span class="en">Walkthroughs</span></a></div> |
| David Friedman | 14d1777 | 2015-05-26 13:21:24 -0700 | [diff] [blame] | 20 | <ul> |
| David Friedman | fcb8745 | 2015-05-27 10:35:55 -0700 | [diff] [blame] | 21 | <li><a href="<?cs var:toroot ?>ndk/samples/sample_hellojni.html">hello-jni</a></li> |
| 22 | <li><a href="<?cs var:toroot ?>ndk/samples/sample_na.html">native-activity</a></li> |
| 23 | <li><a href="<?cs var:toroot ?>ndk/samples/sample_teapot.html">Teapot</a></li> |
| David Friedman | 14d1777 | 2015-05-26 13:21:24 -0700 | [diff] [blame] | 24 | </ul> |
| 25 | </li> |
| smain@google.com | 0178321 | 2015-04-10 20:45:28 -0700 | [diff] [blame] | 26 | </ul> |
| 27 | |
| 28 | |
| 29 | <script type="text/javascript"> |
| 30 | <!-- |
| 31 | buildToggleLists(); |
| 32 | changeNavLang(getLangPref()); |
| 33 | //--> |
| 34 | </script> |
| 35 | |