diff options
author | Dirk Dougherty <ddougherty@google.com> | 2014-02-21 11:15:52 -0800 |
---|---|---|
committer | Dirk Dougherty <ddougherty@google.com> | 2014-05-14 14:10:51 -0700 |
commit | 3506ac87c09c0748d92ef594c94365a5d7b07262 (patch) | |
tree | f72aa35ef429cc0ac2143e8c3b72fa77abe46628 /docs/html/distribute/tools/index.jd | |
parent | 9d7cf8256105ea2171999cbcc8a613a58a25f953 (diff) | |
download | frameworks_base-3506ac87c09c0748d92ef594c94365a5d7b07262.zip frameworks_base-3506ac87c09c0748d92ef594c94365a5d7b07262.tar.gz frameworks_base-3506ac87c09c0748d92ef594c94365a5d7b07262.tar.bz2 |
Doc change: Updated content for distribute.
Change-Id: I612fbb8e5b7aedd73c0e633e5517bb89375760ed
Diffstat (limited to 'docs/html/distribute/tools/index.jd')
-rw-r--r-- | docs/html/distribute/tools/index.jd | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/docs/html/distribute/tools/index.jd b/docs/html/distribute/tools/index.jd new file mode 100644 index 0000000..c8f0212 --- /dev/null +++ b/docs/html/distribute/tools/index.jd @@ -0,0 +1,57 @@ +page.title=Tools & Reference +section.landing=true +nonavpage=true + +@jd:body + +<p> + Here you’ll find resources to help you publish your apps and games, acquire + users, and monetize your investment. +</p> + +<div class="dynamic-grid"> + + <h3>Publishing and Launch</h3> + <div class="resource-widget resource-flow-layout landing col-16" + data-query="collection:distribute/tools/checklists" + data-cardSizes="9x6" + data-maxResults="2"> + </div> + +<h3>Marketing Tools</h3> + <div class="resource-widget resource-flow-layout landing col-16" + data-query="collection:distribute/tools/promote" + data-cardSizes="6x6" + data-maxResults="3"> + </div> + + <h3>Developer Support</h3> + <div class="resource-widget resource-flow-layout landing col-16" + data-query="collection:distribute/tools/support" + data-cardSizes="6x6" + data-maxResults="3"> + </div> + + <h3>Developer News</h3> + <div class="resource-widget resource-flow-layout landing col-16" + data-query="collection:distribute/tools/news" + data-cardSizes="9x6" + data-maxResults="2"> + </div> + + <h3>More</h3> + <div class="resource-widget resource-flow-layout landing col-16" + data-query="collection:distribute/tools/more" + data-cardSizes="6x6" + data-maxResults="3"> + </div> + +<!-- <h3>Related Resources</h3> + <div class="resource-widget resource-stack-layout col-16" + data-query="tag:developersupport" + data-sortOrder="-timestamp" + data-numStacks="3" + data-maxResults="6"> + </div> --> + +</div> |