Joe Fernandez b373f49a85 docs: NDK table of contents fixes
- fixing the encoding of the left navigation files for
  - Guides
  - References
  - Samples
  - Downloads

Change-Id: Ic3a45ff661f1c8e5784e833047764fecc6445cae
2015-05-22 16:53:17 -07:00

26 lines
658 B
C#

<?cs # Table of contents for Dev Guide.
For each document available in translation, add an localized title to this TOC.
Do not add localized title for docs not available in translation.
Below are template spans for adding localized doc titles. Please ensure that
localized titles are added in the language order specified below.
?>
<ul id="nav">
<li class="nav-section">
<div class="nav-section-header empty"><a href="/ndk/samples/index.html"><span class="en">
Samples</span></a></div>
</li>
</ul>
<script type="text/javascript">
<!--
buildToggleLists();
changeNavLang(getLangPref());
//-->
</script>