diff --git a/docs/crashlytics/android.md b/docs/crashlytics/android.md
index 31b24c85..29e090d9 100644
--- a/docs/crashlytics/android.md
+++ b/docs/crashlytics/android.md
@@ -8,6 +8,7 @@ description: Manually integrate Crashlytics into your Android application.
> The following steps are only required if your environment does not have access to React Native
auto-linking.
+
> If you're migrating from Fabric ensure you remove the `fabric.properties` file from your android project - if you do not do this you will not receive crash reports on the Firebase console.
## TODO
diff --git a/docs/crashlytics/quick-start.md b/docs/crashlytics/quick-start.md
index f9c504d8..8799e1b9 100644
--- a/docs/crashlytics/quick-start.md
+++ b/docs/crashlytics/quick-start.md
@@ -54,7 +54,7 @@ function forceCrash() {
Crashlytics supports sending JavaScript stack traces to the Firebase console. This can be used in any situations
where an error occurs but is caught by your own code as a bailout method. To
-send a stack trace, pass a [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error)
+send a stack trace, pass a [JavaScript Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error)
to the `recordError` method.
```js
diff --git a/docs/index.md b/docs/index.md
index 4554820a..97e6fb4a 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -5,21 +5,26 @@ description: React Native Firebase version 6.x.x module index
# Version 6.x.x
-- [Admob](/admob):
-- [Analytics](/analytics):
-- [Authentication](/authentication):
-- [Cloud Firestore](/firestore):
-- [Cloud Functions](/functions):
-- [Cloud Messaging](/messaging):
-- [Cloud Storage](/storage):
-- [Core / App](/app):
-- [Crashlytics](/crashlytics):
-- [Realtime Database](/database):
-- [Dynamic Links](/links):
-- [Instance ID](/iid):
-- [Invites](/invites):
-- [Notifications](/notifications):
-- [Remote Config](/config):
-- [Performance Monitoring](/perf):
+## Supported Versions
+React Native Firebase requires the following platform versions:
+| Platform | Minimum Version |
+|--------------------------------------------------------------|-----------------|
+| React Native | 0.60.0 |
+| Android API | 16 |
+| iOS | 10.0 |
+
+## Firebase Modules
+
+Each Firebase module is published as it's own package on [NPM](https://www.npmjs.com/) can be
+individually installed using [`Yarn`](https://yarnpkg.com/lang/en/). Please refer to the quick start guide
+for installation instructions on each individual module page.
+
+> The main package that you interface with is App (@react-native-firebase/app)
+
+| Module | Downloads | Coverage |
+|--------------------------------------------------------------|-----------|----------|
+| AdMob | | |
+| Analytics | | |
+| | | |