summaryrefslogtreecommitdiffstats
path: root/docs/html-ndk/ndk/guides/guides_toc.cs
blob: bfb4ea97a73946925b2f76d629dece23644d39d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?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"><a href="/ndk/guides/index.html">
            <span class="en">Getting Started</span></a>
    </div>
    <ul>
      <li><a href="/ndk/guides/md_1__concepts__concepts.html">
            <span class="en">Concepts</span>
          </a></li>
      <li><a href="<?cs var:toroot ?>ndk/index.html">
            <span class="en">Device Compatibility</span>
          </a></li>
      <li><a href="<?cs var:toroot ?>ndk/index.html">
          <span class="en">System Permissions</span>
        </a>
      </li>
    </ul>
  </li>
</ul>


<script type="text/javascript">
<!--
    buildToggleLists();
    changeNavLang(getLangPref());
//-->
</script>