docs: fix tools sidenav for offline docs
Change-Id: If15ec25f395d9e18f35085488b75be8f84a6d42f
This commit is contained in:
@@ -32,33 +32,33 @@
|
||||
|
||||
<li class="nav-section">
|
||||
<div class="nav-section-header">
|
||||
<a href="/tools/workflow/index.html"><span class="en">Workflow</span></a>
|
||||
<a href="<?cs var:toroot ?>tools/workflow/index.html"><span class="en">Workflow</span></a>
|
||||
</div>
|
||||
<ul>
|
||||
<li class="nav-section">
|
||||
<div class="nav-section-header"><a href="/tools/devices/index.html"><span class="en">Setting Up Virtual Devices</span></a></div>
|
||||
<div class="nav-section-header"><a href="<?cs var:toroot ?>tools/devices/index.html"><span class="en">Setting Up Virtual Devices</span></a></div>
|
||||
<ul>
|
||||
<li><a href="/tools/devices/managing-avds.html"><span class="en">With AVD Manager</span></a></li>
|
||||
<li><a href="/tools/devices/managing-avds-cmdline.html"><span class="en">From the Command Line</span></a></li>
|
||||
<li><a href="/tools/devices/emulator.html"><span class="en">Using the Android Emulator</span></a></li>
|
||||
<li><a href="<?cs var:toroot ?>tools/devices/managing-avds.html"><span class="en">With AVD Manager</span></a></li>
|
||||
<li><a href="<?cs var:toroot ?>tools/devices/managing-avds-cmdline.html"><span class="en">From the Command Line</span></a></li>
|
||||
<li><a href="<?cs var:toroot ?>tools/devices/emulator.html"><span class="en">Using the Android Emulator</span></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/tools/device.html"><span class="en">Using Hardware Devices</span></a></li>
|
||||
<li><a href="<?cs var:toroot ?>tools/device.html"><span class="en">Using Hardware Devices</span></a></li>
|
||||
<li class="nav-section">
|
||||
<div class="nav-section-header"><a href="/tools/projects/index.html"><span class="en">Setting Up Projects</span></a></div>
|
||||
<div class="nav-section-header"><a href="<?cs var:toroot ?>tools/projects/index.html"><span class="en">Setting Up Projects</span></a></div>
|
||||
<ul>
|
||||
<li><a href="/tools/projects/projects-eclipse.html"><span class="en">From Eclipse with ADT</span></a></li>
|
||||
<li><a href="/tools/projects/projects-cmdline.html"><span class="en">From the Command Line</span></a></li>
|
||||
<li><a href="/tools/projects/templates.html"><span class="en">Using Code Templates</span></a></li>
|
||||
<li><a href="<?cs var:toroot ?>tools/projects/projects-eclipse.html"><span class="en">From Eclipse with ADT</span></a></li>
|
||||
<li><a href="<?cs var:toroot ?>tools/projects/projects-cmdline.html"><span class="en">From the Command Line</span></a></li>
|
||||
<li><a href="<?cs var:toroot ?>tools/projects/templates.html"><span class="en">Using Code Templates</span></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="nav-section">
|
||||
<div class="nav-section-header"><a href="/tools/building/index.html"><span class="en">Building and Running</span></a></div>
|
||||
<div class="nav-section-header"><a href="<?cs var:toroot ?>tools/building/index.html"><span class="en">Building and Running</span></a></div>
|
||||
<ul>
|
||||
<li><a href="/tools/building/building-eclipse.html"><span class="en">From Eclipse with ADT</span></a></li>
|
||||
<li><a href="/tools/building/building-cmdline.html"><span class="en">From the Command Line</span></a></li>
|
||||
<li><a href="<?cs var:toroot ?>tools/building/building-eclipse.html"><span class="en">From Eclipse with ADT</span></a></li>
|
||||
<li><a href="<?cs var:toroot ?>tools/building/building-cmdline.html"><span class="en">From the Command Line</span></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user