diff --git a/website/src/content/docs/getting-started.md b/website/src/content/docs/getting-started.md deleted file mode 100644 index 0a708f48e..000000000 --- a/website/src/content/docs/getting-started.md +++ /dev/null @@ -1,31 +0,0 @@ -+++ -title = "Getting Started" -description = "Up and running with Atlantis" -weight = 10 -draft = false -toc = true -bref = "Getting started with Atlantis is really easy!" -+++ - -

Download Atlantis

- -Download from https://github.com/hootsuite/atlantis/releases - -```bash -unzip atlantis_{os}_{arch}.zip -``` - -

Run it!

- -```bash -./atlantis bootstrap -``` - -This will walk you through running Atlantis locally. It will - -- fork an example terraform project -- install terraform (if not already in your PATH) -- install ngrok so we can expose Atlantis to GitHub -- start Atlantis - -If you're ready to permanently set up Atlantis see [Production-Ready Deployment](https://github.com/hootsuite/atlantis#production-ready-deployment) diff --git a/website/src/themes/kube/layouts/partials/footer.html b/website/src/themes/kube/layouts/partials/footer.html index ebfae90c2..be892be96 100644 --- a/website/src/themes/kube/layouts/partials/footer.html +++ b/website/src/themes/kube/layouts/partials/footer.html @@ -6,7 +6,7 @@ Blog
  • - Docs + Docs
  • FAQ