diff --git a/lib/data/docs.js b/lib/data/docs.js
index c5f563575a..acf1f21eb6 100644
--- a/lib/data/docs.js
+++ b/lib/data/docs.js
@@ -34,6 +34,10 @@ export default [
{
name: 'Scaling',
href: '/docs/getting-started/scaling'
+ },
+ {
+ name: "What's Next",
+ href: '/docs/getting-started/whats-next'
}
]
},
@@ -139,7 +143,7 @@ export default [
name: 'Support',
posts: [
{
- name: 'Support channels',
+ name: 'Support Channels',
href: '/docs/support/channels'
}
]
diff --git a/pages/docs/getting-started/whats-next.js b/pages/docs/getting-started/whats-next.js
new file mode 100644
index 0000000000..1afa663541
--- /dev/null
+++ b/pages/docs/getting-started/whats-next.js
@@ -0,0 +1,20 @@
+import markdown from 'markdown-in-js'
+import withDoc, { components } from '../../../lib/with-doc'
+import { arunoda } from '../../../lib/data/team'
+import { InternalLink } from '../../../components/text/link'
+
+// prettier-ignore
+export default withDoc({
+ title: 'What\'s Next',
+ date: '10 August 2017',
+ authors: [arunoda],
+})(markdown(components)`
+
+As you've gone through the getting started guide, you are ready to do production deployments with ▲now.
+
+For additional information, follow these links:
+
+* ${Discover more with guides}
+* ${Try example apps}
+* ${Connect with our support channels}
+`)
diff --git a/pages/docs/support/channels.js b/pages/docs/support/channels.js
index f308105006..7f72849527 100644
--- a/pages/docs/support/channels.js
+++ b/pages/docs/support/channels.js
@@ -5,7 +5,7 @@ import { sergio } from '../../../lib/data/team'
// prettier-ignore
export default withDoc({
- title: 'Support channels',
+ title: 'Support Channels',
date: '21 Jul 2017',
authors: [sergio],
})(markdown(components)`