diff --git a/docs/README.md b/docs/README.md
index 1a28282eb..4fb5ccff6 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -13,332 +13,56 @@ menuItems:
### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/)
-# Documentation
+The Serverless Framework is a CLI tool that allows users to build & deploy auto-scaling, pay-per-execution, event-driven functions.
-The Serverless Framework allows you to deploy auto-scaling, pay-per-execution, event-driven functions to any cloud. We currently support AWS Lambda, Apache OpenWhisk, Microsoft Azure, Google Cloud Functions and are expanding to support other cloud providers.
+Write your code as functions, configure events to trigger your functions, then deploy & run those functions to your [cloud provider](#Supported-Providers) via the **serverless CLI**
+
+## Serverless Cloud Providers
-
-
-
-
-
-
diff --git a/docs/providers/aws/README.md b/docs/providers/aws/README.md
index 7a6629265..e8fa87633 100644
--- a/docs/providers/aws/README.md
+++ b/docs/providers/aws/README.md
@@ -8,12 +8,102 @@ layout: Doc
### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/providers/aws/)
-# Serverless AWS Provider Documentation
+# AWS Provider Documentation
-Welcome to the Serverless Amazon Web Services documentation!
-
-Please select a section on the left to get started.
+Welcome to the Serverless Azure Functions documentation!
If you have questions, join the [chat in gitter](https://gitter.im/serverless/serverless) or [post over on the forums](https://gitter.im/serverless/serverless)
-**Note:** Before continuing [AWS system credentials](./guide/credentials.md) are required for using the CLI.
+**Note:** [AWS system credentials](./guide/credentials.md) are required for using serverless + AWS.
+
+
diff --git a/docs/providers/azure/README.md b/docs/providers/azure/README.md
index 855a81cd6..48ce7023c 100644
--- a/docs/providers/azure/README.md
+++ b/docs/providers/azure/README.md
@@ -8,12 +8,89 @@ layout: Doc
### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/providers/azure/)
-# Serverless Azure Functions Provider Documentation
+# Azure Functions Provider Documentation
Welcome to the Serverless Azure Functions documentation!
-Please select a section on the left to get started.
-
If you have questions, join the [chat in gitter](https://gitter.im/serverless/serverless) or [post over on the forums](https://gitter.im/serverless/serverless)
-**Note:** Before continuing [Azure Functions system credentials](./guide/credentials.md) are required for using the CLI.
+**Note:** [Azure Functions system credentials](./guide/credentials.md) are required for using serverless + Azure Functions.
+
+
diff --git a/docs/providers/openwhisk/README.md b/docs/providers/openwhisk/README.md
index 0711c0616..c5e72307d 100644
--- a/docs/providers/openwhisk/README.md
+++ b/docs/providers/openwhisk/README.md
@@ -8,16 +8,13 @@ layout: Doc
### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/providers/openwhisk/)
-# Serverless Apache OpenWhisk Provider Documentation
+# Apache OpenWhisk Provider Documentation
Welcome to the Serverless Apache OpenWhisk documentation!
-Please select a section on the left to get started.
-
If you have questions, join the [chat in gitter](https://gitter.im/serverless/serverless) or [post over on the forums](https://gitter.im/serverless/serverless)
-**Note:** Before continuing [Apache OpenWhisk system credentials](./guide/credentials.md) are required for using the CLI.
-
+**Note:** [Apache OpenWhisk system credentials](./guide/credentials.md) are required for using serverless + openwhisk.