Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1dba7ddf authored by Dirk Dougherty's avatar Dirk Dougherty Committed by android-build-merger
Browse files

Doc change: updates for final N landing page and related resources. am: b0ca0043

am: b78a9bc5

Change-Id: I50dd9fff2cfc7653f90b5f2b2d00cfc2f95d8fb2
parents d6ad4f05 b78a9bc5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1252,7 +1252,7 @@ redirects:
- from: /preview/samples.html
  to: /about/versions/nougat/android-7.0-samples.html
- from: /preview/guide.html
  to: /about/versions/nougat/android-7.0-testing.html
  to: /about/versions/nougat/index.html
- from: /preview/api-overview.html
  to: /about/versions/nougat/android-7.0.html
- from: /preview/index.html
+2 −4
Original line number Diff line number Diff line
@@ -2,14 +2,12 @@ toc:
- title: Nougat
  path: /about/versions/nougat/index.html
  section:
  - title: Android 7.0 APIs
  - title: Android 7.0 for Developers
    path: /about/versions/nougat/android-7.0.html
  - title: Android 7.0 Changes
  - title: Android 7.0 Behavior Changes
    path: /about/versions/nougat/android-7.0-changes.html
  - title: Android 7.0 Samples
    path: /about/versions/nougat/android-7.0-samples.html
  - title: Android 7.0 Testing
    path: /about/versions/nougat/android-7.0-testing.html

- title: Marshmallow
  path: /about/versions/marshmallow/index.html
+12 −0
Original line number Diff line number Diff line
<ul id="nav">
  <li class="nav-section">
    <div class="nav-section-header"><a href="<?cs var:toroot ?>about/versions/nougat/index.html">
      <span class="en">Nougat</span></a></div>
      <ul>
        <li><a href="<?cs var:toroot ?>about/versions/nougat/android-7.0.html">
        Android 7.0 for Developers</a></li>
        <li><a href="<?cs var:toroot ?>about/versions/nougat/android-7.0-changes.html">
        Android 7.0 Changes</a></li>
        <li><a href="<?cs var:toroot ?>about/versions/nougat/android-7.0-samples.html">
        Android 7.0 Samples</a></li>
      </ul>
  </li>
  <li class="nav-section">
    <div class="nav-section-header"><a href="<?cs var:toroot ?>about/versions/marshmallow/index.html">
      <span class="en">Marshmallow</span></a></div>
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@ page.title=Android 6.0 Marshmallow
page.tags="marshmallow"
meta.tags="marshamallow","android60"
fullpage=true
nonavpage=true
forcelocalnav=true
header.hide=1
footer.hide=1
+5 −7
Original line number Diff line number Diff line
page.title=Android 7.0 Changes
page.title=Android 7.0 Behavior Changes
page.keywords=preview,sdk,compatibility
meta.tags="Android 7.0", "Nougat", "android n", "compatibility"
page.tags="Android 7.0", "Nougat", "android n", "developer preview"
meta.tags="Nougat", "android n", "compatibility"
page.tags="Android 7.0", "Nougat", "android n"
page.image=images/cards/card-n-changes_2x.png
@jd:body

@@ -35,16 +35,14 @@ page.image=images/cards/card-n-changes_2x.png

<h2>API Differences</h2>
<ol>
  <li><a href="{@docRoot}sdk/api_diff/n-preview-4-incr/changes.html">
    Preview 3 to API 24</a></li>
  <li><a href="{@docRoot}sdk/api_diff/24/changes.html">
    API 23 to API 24</a></li>
</ol>

<h2>See Also</h2>
<ol>
  <li><a href="{@docRoot}preview/api-overview.html">
    Android 7.0 APIs</a></li>
  <li><a href="{@docRoot}about/versions/nougat/android-7.0.html">
    Android 7.0 for Developers</a></li>
</ol>

</div>
Loading