Skip to content

Commit

Permalink
Update website for GitLab. Fixes hootsuite#194
Browse files Browse the repository at this point in the history
  • Loading branch information
lkysow committed Dec 4, 2017
1 parent f686019 commit 1788675
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 32 deletions.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
// RootCmd is the base command onto which all other commands are added.
var RootCmd = &cobra.Command{
Use: "atlantis",
Short: "Manage your Terraform workflow from GitHub",
Short: "A unified workflow for collaborating on Terraform through GitHub and GitLab",
}

// Execute starts RootCmd.
Expand Down
4 changes: 2 additions & 2 deletions website/src/config.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
baseURL = "http://atlantis.run"
languageCode = "en-us"
title = "Atlantis - A unified workflow for collaborating on Terraform through GitHub"
title = "Atlantis - A unified workflow for collaborating on Terraform through GitHub and GitLab"
theme = "kube"
description = "A unified workflow for collaborating on Terraform through GitHub"
description = "A unified workflow for collaborating on Terraform through GitHub and GitLab"
Paginate = 4
[[menu.main]]
name = "Docs"
Expand Down
2 changes: 1 addition & 1 deletion website/src/content/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
description = "A unified workflow for collaborating on Terraform through GitHub"
description = "A unified workflow for collaborating on Terraform through GitHub and GitLab"
title = "Atlantis"
draft = false

Expand Down
27 changes: 0 additions & 27 deletions website/src/content/faq/_index.md

This file was deleted.

2 changes: 1 addition & 1 deletion website/src/themes/kube/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>{{.Title}}</h1>
<img alt="Collaborate" height="48" src="/img/collaborate.png" width="48">
</figure>
<h3>Collaborate on Terraform with your team</h3>
<p>Run terraform plan and apply from GitHub pull requests so everyone can review the output</p>
<p>Run terraform plan and apply from GitHub/GitLab pull requests so everyone can review the output</p>
</div>
<div class="col col-4 item">
<figure>
Expand Down

0 comments on commit 1788675

Please sign in to comment.