Move team mission, values below what is androidx.
PiperOrigin-RevId: 453760744
Change-Id: I52f40cf3539806d610709c16b55f78a33c7f9a31
diff --git a/docs/index.md b/docs/index.md
index eb242324..426fea4 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -2,6 +2,30 @@

+## What is `androidx`?
+
+Artifacts within the `androidx` package comprise the libraries of
+[Android Jetpack](https://developer.android.com/jetpack).
+
+Libraries in the `androidx` package provide functionality that extends the
+capabilities of the Android platform. These libraries, which ship separately
+from the Android OS, focus on improving the experience of developing apps
+through broad OS- and device-level compatibility, high-level abstractions to
+simplify and unify platform features, and other new features that target
+developer pain points.
+
+## What happened to the Support Library?
+
+As part of the Jetpack project to improve developer experience on Android, the
+Support Library team undertook a massive refactoring project. Over the course of
+2017 and 2018, we streamlined and enforced consistency in our packaging,
+developed new policies around versioning and release, and developed tools to
+make it easy for developers to migrate.
+
+Revision `28.0.0` of the Support Library, which launched as stable in September
+2018, was the last feature release in the `android.support` package. There will
+be no further releases under Support Library packaging.
+
## Team Purpose
Enable high-quality libraries so that app developers can succeed.
@@ -34,30 +58,6 @@
- Providing clear ownership and escalation paths
- Following up to ensure resolution of issues
-## What is `androidx`?
-
-Artifacts within the `androidx` package comprise the libraries of
-[Android Jetpack](https://developer.android.com/jetpack).
-
-Libraries in the `androidx` package provide functionality that extends the
-capabilities of the Android platform. These libraries, which ship separately
-from the Android OS, focus on improving the experience of developing apps
-through broad OS- and device-level compatibility, high-level abstractions to
-simplify and unify platform features, and other new features that target
-developer pain points.
-
-## What happened to the Support Library?
-
-As part of the Jetpack project to improve developer experience on Android, the
-Support Library team undertook a massive refactoring project. Over the course of
-2017 and 2018, we streamlined and enforced consistency in our packaging,
-developed new policies around versioning and release, and developed tools to
-make it easy for developers to migrate.
-
-Revision `28.0.0` of the Support Library, which launched as stable in September
-2018, was the last feature release in the `android.support` package. There will
-be no further releases under Support Library packaging.
-
## Quick links
### Filing an issue