Files
atlantis/website/src/config.toml
2018-02-26 16:48:03 -08:00

23 lines
693 B
TOML

baseURL = "http://atlantis.run"
languageCode = "en-us"
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 and GitLab"
Paginate = 4
[[menu.main]]
name = "Docs"
weight = -100
url = "https://github.com/runatlantis/atlantis#getting-started"
[[menu.main]]
name = "Blog"
weight = -100
url = "https://medium.com/runatlantis"
[[menu.main]]
name = "FAQ"
weight = -100
url = "https://github.com/runatlantis/atlantis#faq"
[[menu.main]]
name = "Demo"
weight = 100
url = "https://www.youtube.com/watch?v=TmIPWda0IKg"