final changes to make the sdk sidenav work for the offline preview docs

This commit is contained in:
Scott Main
2009-08-06 01:56:25 -07:00
parent f11d7d559a
commit 02a803f201
5 changed files with 28 additions and 18 deletions

View File

@@ -1,6 +1,7 @@
sdk.redirect=0
sdk.preview=true
page.title=Android 1.6 Early Look SDK
sdk.redirect=0
sdk.version=1.6
sdk.preview=true
sdk.date=August 2009

View File

@@ -1,5 +1,6 @@
page.title=Installing the Android SDK
sdk.version=1.6 Early Look
sdk.version=1.6
sdk.preview=true
sdk.date=August 2009
@jd:body
@@ -21,13 +22,6 @@ sdk.date=August 2009
<li><a href="#InstallationNotes">Installation Notes</a></li>
</ol>
<!--
<h2>Migrating references</h2>
<ol>
<li><a href="{@docRoot}sdk/api_diff/donut/changes.html">Android 1.6 Early Look API Differences</a></li>
</ol>
-->
</div>
</div>

View File

@@ -1,4 +1,6 @@
page.title=System Requirements
sdk.version=1.6
sdk.preview=true
@jd:body
<p>The sections below describe the system and software requirements for developing

View File

@@ -1,5 +1,6 @@
page.title=Upgrading the SDK
sdk.version=1.6 Early Look
sdk.version=1.6
sdk.preview=true
@jd:body
@@ -8,10 +9,10 @@ sdk.version=1.6 Early Look
<h2>Upgrading the SDK</h2>
<ul>
<li>To move existing projects into the SDK, you must make some minor changes in your
development environment.</li>
<li>ADT 0.9[.1] is not compatible with the Android 1.6 Early Look SDK. You must upgrade
<li>ADT 0.9 / 0.9.1 is not compatible with the Android 1.6 Early Look SDK. You must upgrade
ADT to 0.9.2.</li>
<li>The Early Look SDK uses a special provisional API Level, "Donut", which is required
to compile against the new Donut platform.</li>
</ul>
<h2>In this document</h2>

View File

@@ -19,7 +19,10 @@
/if ?>
<ul><?cs
if:android.whichdoc == "online" ?>
<li><a href="index.html">
<li><a href="<?cs var:toroot ?>sdk/<?cs
if:sdk.preview ?>preview<?cs
else ?><?cs var:sdk.current ?><?cs
/if ?>/index.html">
<span class="en">Download</span>
<span class="de">Herunterladen</span>
<span class="es">Descargar</span>
@@ -30,7 +33,10 @@
<span class="zh-TW"></span>
</a></li><?cs
/if ?>
<li><a href="installing.html">
<li><a href="<?cs var:toroot ?>sdk/<?cs
if:sdk.preview ?>preview<?cs
else ?><?cs var:sdk.current ?><?cs
/if ?>/installing.html">
<span class="en">Installing</span>
<span class="de">Installieren</span>
<span class="es">Instalación</span>
@@ -40,8 +46,14 @@
<span class="zh-CN"></span>
<span class="zh-TW"></span>
</a></li>
<li><a href="upgrading.html">Upgrading</a></li>
<li><a href="requirements.html">System Requirements</a></li>
<li><a href="<?cs var:toroot ?>sdk/<?cs
if:sdk.preview ?>preview<?cs
else ?><?cs var:sdk.current ?><?cs
/if ?>/upgrading.html">Upgrading</a></li>
<li><a href="<?cs var:toroot ?>sdk/<?cs
if:sdk.preview ?>preview<?cs
else ?><?cs var:sdk.current ?><?cs
/if ?>/requirements.html">System Requirements</a></li>
</ul>
<ul>
<li><a href="<?cs var:toroot ?>sdk/terms.html">SDK Terms and Conditions</a></li>