From fd6846e1162cf14d0048b0cadd5ef5809e454b86 Mon Sep 17 00:00:00 2001 From: Amanda Kassay Date: Wed, 5 Oct 2016 17:28:53 -0400 Subject: [PATCH] Wear Preview, auto, tv, versions project metadata. b/31771704 b/31903798 b/31773716 Staged: https://android-dot-devsite.googleplex.com/about/versions/nougat/index.html https://android-dot-devsite.googleplex.com/index.html https://android-dot-devsite.googleplex.com/wear/preview/index.html Change-Id: I639b3d168b839745669787c56b44c28fa85252d9 --- docs/html/about/versions/_project.yaml | 6 ++++++ docs/html/auto/_project.yaml | 6 ++++++ docs/html/tv/_project.yaml | 6 ++++++ docs/html/wear/_project.yaml | 1 + docs/html/wear/preview/_project.yaml | 6 ++++++ 5 files changed, 25 insertions(+) create mode 100644 docs/html/about/versions/_project.yaml create mode 100644 docs/html/auto/_project.yaml create mode 100644 docs/html/tv/_project.yaml create mode 100644 docs/html/wear/preview/_project.yaml diff --git a/docs/html/about/versions/_project.yaml b/docs/html/about/versions/_project.yaml new file mode 100644 index 0000000000000..3f0e85ecc93cb --- /dev/null +++ b/docs/html/about/versions/_project.yaml @@ -0,0 +1,6 @@ +name: "Versions" +home_url: /about/versions/ +description: "Android, the world's most popular mobile platform" +content_license: cc3-apache2 +buganizer_id: 30209417 +parent_project_metadata_path: /about/_project.yaml diff --git a/docs/html/auto/_project.yaml b/docs/html/auto/_project.yaml new file mode 100644 index 0000000000000..fc4ab2ba0f07a --- /dev/null +++ b/docs/html/auto/_project.yaml @@ -0,0 +1,6 @@ +name: "Auto" +home_url: /auto/ +description: "Let drivers listen to and control content in your music and other audio apps." +content_license: cc3-apache2 +buganizer_id: 30209417 +parent_project_metadata_path: /about/_project.yaml diff --git a/docs/html/tv/_project.yaml b/docs/html/tv/_project.yaml new file mode 100644 index 0000000000000..d2d41e1ce267a --- /dev/null +++ b/docs/html/tv/_project.yaml @@ -0,0 +1,6 @@ +name: "TV" +home_url: /tv/ +description: "Bring your apps, games, and content to the biggest screen in the house." +content_license: cc3-apache2 +buganizer_id: 30209417 +parent_project_metadata_path: /about/_project.yaml diff --git a/docs/html/wear/_project.yaml b/docs/html/wear/_project.yaml index 2a9427432791a..114cc5b74d762 100644 --- a/docs/html/wear/_project.yaml +++ b/docs/html/wear/_project.yaml @@ -3,3 +3,4 @@ home_url: /wear/ description: "Small, powerful devices, worn on the body. Useful information when you need it most." content_license: cc3-apache2 buganizer_id: 30209417 +parent_project_metadata_path: /about/_project.yaml diff --git a/docs/html/wear/preview/_project.yaml b/docs/html/wear/preview/_project.yaml new file mode 100644 index 0000000000000..4f7083ef32df5 --- /dev/null +++ b/docs/html/wear/preview/_project.yaml @@ -0,0 +1,6 @@ +name: "Wear Preview" +home_url: /wear/preview/ +description: "Small, powerful devices, worn on the body. Useful information when you need it most." +content_license: cc3-apache2 +buganizer_id: 30209417 +parent_project_metadata_path: /wear/_project.yaml