diff options
| author | Dirk Dougherty <ddougherty@google.com> | 2015-05-24 19:56:35 -0700 |
|---|---|---|
| committer | Dirk Dougherty <ddougherty@google.com> | 2015-05-26 14:41:15 -0700 |
| commit | c85bf85941212bba8d6827397f9572ea9ec8e8ef (patch) | |
| tree | 5f8550dd1c2c2c2beed2cca14c7cd1e6f234d533 /docs/html/distribute/essentials | |
| parent | f4f455cca4673664780eefeba15b180d32ea0d4f (diff) | |
| download | frameworks_base-c85bf85941212bba8d6827397f9572ea9ec8e8ef.zip frameworks_base-c85bf85941212bba8d6827397f9572ea9ec8e8ef.tar.gz frameworks_base-c85bf85941212bba8d6827397f9572ea9ec8e8ef.tar.bz2 | |
Doc change: Updates to preview program overview and tags.
Change-Id: I60db437ea5aabe3fad0284726d0e3850828c92a3
Diffstat (limited to 'docs/html/distribute/essentials')
| -rw-r--r-- | docs/html/distribute/essentials/essentials_toc.cs | 46 | ||||
| -rw-r--r-- | docs/html/distribute/essentials/index.jd | 14 |
2 files changed, 51 insertions, 9 deletions
diff --git a/docs/html/distribute/essentials/essentials_toc.cs b/docs/html/distribute/essentials/essentials_toc.cs index baca18f..072aa08 100644 --- a/docs/html/distribute/essentials/essentials_toc.cs +++ b/docs/html/distribute/essentials/essentials_toc.cs @@ -10,15 +10,16 @@ </a> </div> </li> + <li class="nav-section"> - <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/essentials/quality/tv.html"> - <span class="en">TV App Quality</span> + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/essentials/quality/wear.html"> + <span class="en">Wear App Quality</span> </a> </div> </li> <li class="nav-section"> - <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/essentials/quality/wear.html"> - <span class="en">Wear App Quality</span> + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/essentials/quality/tv.html"> + <span class="en">TV App Quality</span> </a> </div> </li> @@ -28,12 +29,43 @@ </a> </div> </li> + <li class="nav-section"> - <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/essentials/optimizing-your-app.html"> - <span class="en">Optimize Your App</span> - </a> + <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/tools/launch-checklist.html" zh-cn-lang="发布检查清单"> + <span class="en">Launch Checklist</span></a> </div> </li> + <li class="nav-section"> + <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/tools/localization-checklist.html" zh-cn-lang="本地化检查清单"> + <span class="en">Localization Checklist</span></a> + </div> + </li> + <li class="nav-section"> + <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/tools/promote/brand.html" zh-cn-lang="品牌指南"> + <span class="en">Brand Guidelines</span></a> + </div> + </li> + <li class="nav-section"> + <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/tools/promote/device-art.html" zh-cn-lang="Device Art Generator"> + <span class="en">Device Art Generator</span></a> + </div> + </li> + <li class="nav-section"> + <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/tools/promote/badges.html" zh-cn-lang="Google Play 徽章生成器"> + <span class="en">Google Play Badges</span></a> + </div> + </li> + <li class="nav-section"> + <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/tools/promote/linking.html" zh-cn-lang="链接到您的商品"> + <span class="en">Linking to Your Products</span></a> + </div> + </li> + <li class="nav-section"> + <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/tools/open-distribution.html"> + <span class="en">Alternative Distribution</span></a> + </div> + </li> + </ul> diff --git a/docs/html/distribute/essentials/index.jd b/docs/html/distribute/essentials/index.jd index d5c3397..6185e54 100644 --- a/docs/html/distribute/essentials/index.jd +++ b/docs/html/distribute/essentials/index.jd @@ -12,10 +12,20 @@ nonavpage=true process of monitoring feedback and making improvement after launch. </p> +<h2 id="guidelines">Quality Guidelines</h2> + +<div class="resource-widget resource-flow-layout landing col-16" + data-query="collection:distribute/essentials/guidelines" + data-cardSizes="6x6" + data-maxResults="9"> +</div> + +<h2 id="tools">Tools & Resources</h2> + <div class="resource-widget resource-flow-layout landing col-16" - data-query="collection:distribute/essentials" + data-query="collection:distribute/essentials/tools" data-cardSizes="6x6" - data-maxResults="6"> + data-maxResults="9"> </div> <!-- <h2>Related resources</h2> |
