Add support and consulting docs.

This commit is contained in:
Luke Kysow
2018-08-03 14:34:19 -07:00
parent a563c1d3bb
commit 0a8a4d06e1
2 changed files with 9 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ module.exports = {
{text: 'Home', link: '/'},
{text: 'Guide', link: '/guide/'},
{text: 'Docs', link: '/docs/'},
{text: 'Support & Consulting', link: '/support/'},
{text: 'Blog', link: 'https://medium.com/runatlantis'}
],
sidebar: {
@@ -52,7 +53,8 @@ module.exports = {
'getting-started',
'requirements',
'atlantis-yaml-use-cases'
]
],
'/support/': ['']
},
repo: 'runatlantis/atlantis',
docsDir: 'runatlantis.io',

View File

@@ -0,0 +1,6 @@
# Support & Consulting
## Paid Support
Atlantis often serves a critical role in the operations workflow. If you're interested in a paid support plan with direct access to the Atlantis maintainer, email [support@runatlantis.io](mailto:support@runatlantis.io).
## Consulting
Need help installing and adopting Atlantis at scale? Require some features not on our roadmap? Email [luke@runatlantis.io](mailto:luke@runatlantis.io).