diff options
| -rw-r--r-- | docs/html/about/versions/_project.yaml | 6 | ||||
| -rw-r--r-- | docs/html/auto/_project.yaml | 6 | ||||
| -rw-r--r-- | docs/html/tv/_project.yaml | 6 | ||||
| -rw-r--r-- | docs/html/wear/_project.yaml | 1 | ||||
| -rw-r--r-- | docs/html/wear/preview/_project.yaml | 6 |
5 files changed, 25 insertions, 0 deletions
diff --git a/docs/html/about/versions/_project.yaml b/docs/html/about/versions/_project.yaml new file mode 100644 index 000000000000..3f0e85ecc93c --- /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 000000000000..fc4ab2ba0f07 --- /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 000000000000..d2d41e1ce267 --- /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 2a9427432791..114cc5b74d76 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 000000000000..4f7083ef32df --- /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 |