diff options
author | Dirk Dougherty <ddougherty@google.com> | 2009-10-21 19:52:52 -0700 |
---|---|---|
committer | Dirk Dougherty <ddougherty@google.com> | 2009-10-21 19:52:52 -0700 |
commit | 3d3d7b7efd755d13c7e70f01b1ba00ba0742a354 (patch) | |
tree | 8476fbfb06fe72d9735a5db40104f882c5cb148b /tools/droiddoc/templates-sdk | |
parent | fce6b45f629e59b79beed1c18486530c00769bbf (diff) | |
download | build-3d3d7b7efd755d13c7e70f01b1ba00ba0742a354.zip build-3d3d7b7efd755d13c7e70f01b1ba00ba0742a354.tar.gz build-3d3d7b7efd755d13c7e70f01b1ba00ba0742a354.tar.bz2 |
doc change: template changes for new SDK doc structure.
Bug:2160782
Diffstat (limited to 'tools/droiddoc/templates-sdk')
-rw-r--r-- | tools/droiddoc/templates-sdk/header_tabs.cs | 4 | ||||
-rw-r--r-- | tools/droiddoc/templates-sdk/sdkpage.cs | 24 |
2 files changed, 16 insertions, 12 deletions
diff --git a/tools/droiddoc/templates-sdk/header_tabs.cs b/tools/droiddoc/templates-sdk/header_tabs.cs index 356916b..97d9048 100644 --- a/tools/droiddoc/templates-sdk/header_tabs.cs +++ b/tools/droiddoc/templates-sdk/header_tabs.cs @@ -20,9 +20,7 @@ <span style="display:none" class="zh-TW">首頁</span> <?cs /if ?> </a></li> - <li id="sdk-link"><a href="<?cs var:toroot ?><?cs - if:android.whichdoc != "online" ?>sdk/RELEASENOTES.html<?cs - else ?>sdk/<?cs var:sdk.current ?>/index.html<?cs /if ?>"> + <li id="sdk-link"><a href="<?cs var:toroot ?>sdk/index.html"> <span class="en">SDK</span> </a></li> <li id="guide-link"><a href="<?cs var:toroot ?>guide/index.html" onClick="return loadLast('guide')"> diff --git a/tools/droiddoc/templates-sdk/sdkpage.cs b/tools/droiddoc/templates-sdk/sdkpage.cs index 328eae1..b7ecd94 100644 --- a/tools/droiddoc/templates-sdk/sdkpage.cs +++ b/tools/droiddoc/templates-sdk/sdkpage.cs @@ -33,28 +33,29 @@ <div class="g-unit" id="doc-content" > <div id="jd-header" class="guide-header" > <span class="crumb"> </span> - <h1><?cs if:android.whichdoc == "online" ?>Download <?cs /if ?><?cs var:page.title ?></h1> + <h1><?cs if:android.whichdoc == "online" ?>Download the <?cs /if ?><?cs var:page.title ?></h1> </div> <div id="jd-content"> - <p><em><?cs - if:ndk ?><?cs - var:ndk.date ?><?cs + <?cs + if:ndk ?><p><em><?cs + var:ndk.date ?></em></p><?cs else ?><?cs - var:sdk.date ?><?cs - /if ?></em> - </p> + if:android.whichdoc == "online" ?><p><em><?cs + var:sdk.date ?></em></p><?cs + /if ?><?cs + /if ?> <?cs if:sdk.not_latest_version ?> <div class="special"> <p><strong>This is NOT the current Android SDK release.</strong></p> - <p><a href="/sdk/<?cs var:sdk.current ?>/index.html">Download the current Android SDK</a></p> + <p><a href="/sdk/index.html">Download the current Android SDK</a></p> </div> <?cs /if ?> <?cs if:android.whichdoc != "online" && !android.preview ?> -<p>The sections below provide an overview of the SDK package. </p> +<!-- <p>The sections below provide an overview of how to install the SDK package. </p> --> <?cs else ?> <?cs if:ndk ?> @@ -118,6 +119,11 @@ var:sdk.preview.version ?> Platform Highlights</a> document for a list of highlights.</p> <?cs /if ?> +<p>To get started with the Android SDK, select a package from the table +below and download it to your development computer. Next, install the package +and then use the tools included to download one or more Android platforms, SDK +add-ons, or other components into your SDK. </p> + <p>Before downloading, please read the <a href="requirements.html"> System Requirements</a> document. As you start the download, you will also need to review and agree to the Terms and Conditions that govern the use of the |