diff options
author | smain@google.com <smain@google.com> | 2016-07-13 13:58:06 -0700 |
---|---|---|
committer | smain@google.com <smain@google.com> | 2016-07-13 16:08:25 -0700 |
commit | 39426fd8f6183e7cd27bad4694deb3a14f8cce5b (patch) | |
tree | 2ec0199dc7dcaac6a056e721c2b902fc063258a5 | |
parent | 686996d2dc0a2de4b44fc24473908ef1d1c3cfa3 (diff) |
update the version number used in docs
and update the offline docs landing page
Change-Id: I36388e0a125d6349518d9c4d5368fb76fb85cf7a
-rw-r--r-- | Android.mk | 2 | ||||
-rw-r--r-- | docs/docs-preview-index.html | 11 |
2 files changed, 5 insertions, 8 deletions
diff --git a/Android.mk b/Android.mk index f257b80910cb..e741d9bbecdf 100644 --- a/Android.mk +++ b/Android.mk @@ -896,7 +896,7 @@ framework_docs_SDK_REL_ID:=1 framework_docs_LOCAL_DROIDDOC_OPTIONS += \ -hdf sdk.codename N \ - -hdf sdk.preview.version 2 \ + -hdf sdk.preview.version 5 \ -hdf sdk.version $(framework_docs_SDK_VERSION) \ -hdf sdk.rel.id $(framework_docs_SDK_REL_ID) \ -hdf sdk.preview 1 diff --git a/docs/docs-preview-index.html b/docs/docs-preview-index.html index e26b57c6c1eb..8d5422b79d91 100644 --- a/docs/docs-preview-index.html +++ b/docs/docs-preview-index.html @@ -79,19 +79,16 @@ href="http://fonts.googleapis.com/css?family=Roboto+Condensed"> <h2>Get Started</h2> <ul> - <li>View the <a href="reference/packages.html">API Reference</a></li> + <li>View the <a href="reference/packages.html">offline API Reference</a></li> <li>Read Diff Reports:</a> <ul> - <li><a href="sdk/api_diff/n-preview-1/changes.html" - >API 23 --> Preview 1</a></li> + <li><a href="https://developer.android.com/sdk/api_diff/24/changes.html" + >API 23 --> API 24</a></li> </ul> </li> - <li>Downloads and additional documentation are available at the + <li>For more information, visit the <a href="http://developer.android.com/preview/index.html"> Android N Developer Preview site</a></li> - <li>For information about Developer Preview 1, visit the - <a href="http://developer.android.com/preview/support.html">Support</a> - page.</li> </ul> |