diff options
author | Joe Fernandez <joefernandez@google.com> | 2016-12-17 04:37:05 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-12-17 04:37:05 +0000 |
commit | e161f75d384721a1edb4b7aec19b31274c9d64d4 (patch) | |
tree | 564d5ad6fd4d2de785bfde7d6e5e6292a5b79f8f /docs/html | |
parent | 5034efbaf34adcfd9b73104d7f5329089323f726 (diff) | |
parent | 045ae0458a586b8006799b9ec7398115c8ff3bea (diff) |
docs: Add deprecation message for the developer.android.com docs am: b9bd6cca9e
am: 045ae0458a
Change-Id: I2257467a9b263897d2af594720de61d29a982709
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/__DEPRECATED__DO_NOT_EDIT__.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/html/__DEPRECATED__DO_NOT_EDIT__.txt b/docs/html/__DEPRECATED__DO_NOT_EDIT__.txt new file mode 100644 index 000000000000..3f8fc80c3b0b --- /dev/null +++ b/docs/html/__DEPRECATED__DO_NOT_EDIT__.txt @@ -0,0 +1,16 @@ +### DEPRECATED: DO NOT EDIT ### + +The source files for developer.android.com are NO LONGER MAINTAINED HERE, as +of 12/2016. Migration of content was completed on 10/16/2016. + +All authoring of content has been moved to Piper (go/dac-source). + +Exceptions and Caveats: + +- Reference documentation is still maintained via building of .java source files, + so you may continue to update JavaDoc comments to update documentation. + +- Sample code documentation is not maintained in Piper, but is published from + a separate code repository. + +For answers to further questions, please email: android-writers@google.com |