-
Notifications
You must be signed in to change notification settings - Fork 344
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: | ||
* ${<InternalLink href="/docs/deployment-types/lifecycle">Discover more with guides</InternalLink>} | ||
* ${<InternalLink href="/docs/examples/json-api">Try example apps</InternalLink>} | ||
* ${<InternalLink href="/docs/support/channels">Connect with our support channels</InternalLink>} | ||
`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters