981eef1fb5
Added both links to the landing page, and fixed the 'community' link for the 'overview' and 'support' pages. See first comment for doc stage locations. bug: 21371878 Change-Id: I0c650008e11dccfe036177420511d5ee856cf125
69 lines
1.5 KiB
Plaintext
69 lines
1.5 KiB
Plaintext
page.title=Support
|
|
page.image=images/cards/card-support_16-9_2x.png
|
|
|
|
@jd:body
|
|
|
|
<p>
|
|
If you've encountered bugs or have feedback about the M Developer Preview,
|
|
<a href="https://code.google.com/p/android-developer-preview/">create an issue</a>
|
|
on our issue tracker.
|
|
</p>
|
|
|
|
<p>
|
|
For more support, join the
|
|
<a href="http://g.co/dev/AndroidMDevPreview">M Developer
|
|
Preview Google+ community</a> to discuss your development experiences.
|
|
</p>
|
|
|
|
<h2 id="release-notes">Release Notes</h2>
|
|
|
|
<!--
|
|
<div class="toggle-content opened">
|
|
<p><a href="#" onclick="return toggleContent(this)">
|
|
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img"
|
|
alt=""/>M Developer Preview, Revision 2</a> <em>(Month 2015)</em>
|
|
</p>
|
|
|
|
<div class="toggle-content-toggleme">
|
|
|
|
<dl>
|
|
|
|
<dt>Fix Category 1</dt>
|
|
<dd>
|
|
<ul>
|
|
<li>Fixed issue X.</li>
|
|
<li>Fixed issue Y.</li>
|
|
<li>Fixed issue Z.</li>
|
|
</ul>
|
|
</dd>
|
|
|
|
<dt>Fix Category 2</dt>
|
|
<dd>
|
|
<ul>
|
|
<li>Fixed issue X.</li>
|
|
<li>Fixed issue Y.</li>
|
|
<li>Fixed issue Z.</li>
|
|
</ul>
|
|
</dd>
|
|
|
|
</dl>
|
|
</div>
|
|
</div>
|
|
-->
|
|
|
|
<div class="toggle-content opened">
|
|
<p><a href="#" onclick="return toggleContent(this)">
|
|
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img"
|
|
alt=""/>M Developer Preview, Revision 1</a> <em>(May 2015)</em>
|
|
</p>
|
|
|
|
<div class="toggle-content-toggleme">
|
|
|
|
<dl>
|
|
<dt>Initial release.</dt>
|
|
</dl>
|
|
</div>
|
|
</div>
|
|
|
|
|