From 08c19ed7216d11444ee13ed25304426a8fa9a92a Mon Sep 17 00:00:00 2001 From: Luke Kysow Date: Wed, 25 Jul 2018 14:50:01 +0200 Subject: [PATCH] Make headings different so TOC works. --- runatlantis.io/docs/deployment.md | 12 +++++------ runatlantis.io/guide/getting-started.md | 28 ++++++++++++------------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/runatlantis.io/docs/deployment.md b/runatlantis.io/docs/deployment.md index b6baf8b94..7d846b40c 100644 --- a/runatlantis.io/docs/deployment.md +++ b/runatlantis.io/docs/deployment.md @@ -125,7 +125,7 @@ set commit statuses. ## Start Atlantis Now you're ready to start Atlantis! The exact command depends on your Git host: -### GitHub +### GitHub Command ```bash atlantis server \ --atlantis-url="$URL" \ @@ -135,7 +135,7 @@ atlantis server \ --repo-whitelist="$REPO_WHITELIST" ``` -### GitHub Enterprise +### GitHub Enterprise Command ```bash HOSTNAME=YOUR_GITHUB_ENTERPRISE_HOSTNAME # ex. github.runatlantis.io atlantis server \ @@ -147,7 +147,7 @@ atlantis server \ --repo-whitelist="$REPO_WHITELIST" ``` -### GitLab +### GitLab Command ```bash atlantis server \ --atlantis-url="$URL" \ @@ -157,7 +157,7 @@ atlantis server \ --repo-whitelist="$REPO_WHITELIST" ``` -### GitLab Enterprise +### GitLab Enterprise Command ```bash HOSTNAME=YOUR_GITLAB_ENTERPRISE_HOSTNAME # ex. gitlab.runatlantis.io atlantis server \ @@ -169,7 +169,7 @@ atlantis server \ --repo-whitelist="$REPO_WHITELIST" ``` -### Bitbucket Cloud (bitbucket.org) +### Bitbucket Cloud (bitbucket.org) Command ```bash atlantis server \ --atlantis-url="$URL" \ @@ -178,7 +178,7 @@ atlantis server \ --repo-whitelist="$REPO_WHITELIST" ``` -### Bitbucket Server (aka Stash) +### Bitbucket Server (aka Stash) Command ```bash BASE_URL=YOUR_BITBUCKET_SERVER_URL # ex. http://bitbucket.mycorp:7990 atlantis server \ diff --git a/runatlantis.io/guide/getting-started.md b/runatlantis.io/guide/getting-started.md index 9de2cfe78..355552ef2 100644 --- a/runatlantis.io/guide/getting-started.md +++ b/runatlantis.io/guide/getting-started.md @@ -55,7 +55,7 @@ SECRET="{YOUR_RANDOM_STRING}" ## Add Webhook Take the URL that ngrok output and create a webhook in your GitHub, GitLab or Bitbucket repo: -### GitHub or GitHub Enterprise +### GitHub or GitHub Enterprise Webhook
Expand
-### GitLab or GitLab Enterprise +### GitLab or GitLab Enterprise Webhook
Expand
-### Bitbucket Cloud (bitbucket.org) +### Bitbucket Cloud (bitbucket.org) Webhook
Expand
-### Bitbucket Server (aka Stash) +### Bitbucket Server (aka Stash) Webhook
Expand