diff options
author | Evan Read <eread@gitlab.com> | 2018-09-27 11:41:53 +1000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2018-09-27 11:41:53 +1000 |
commit | c1c3797951d8815de6762b37512c8a3c5e0f5380 (patch) | |
tree | 4c798bedba05c008761388c63b635f86a9ef50a3 /doc/configure.md | |
parent | 45a5a371a214b7a3e478ddd08f18c29753add000 (diff) | |
download | gitlab-ce-split-front-page.tar.gz |
Move stages information to separate pages.split-front-page
Diffstat (limited to 'doc/configure.md')
-rw-r--r-- | doc/configure.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/configure.md b/doc/configure.md new file mode 100644 index 00000000000..4efda9d4baa --- /dev/null +++ b/doc/configure.md @@ -0,0 +1,10 @@ +# Configure + +Automate your entire workflow from build to deploy and monitoring with GitLab +Auto Devops. Best practice templates get you started with minimal to zero +configuration. Then customize everything from buildpacks to CI/CD. + +- [Auto DevOps](topics/autodevops/index.md) +- [Deployment of Helm, Ingress, and Prometheus on Kubernetes](user/project/clusters/index.md#installing-applications) +- [Protected variables](ci/variables/README.md#protected-variables) +- [Easy creation of Kubernetes clusters on GKE](user/project/clusters/index.md#adding-and-creating-a-new-gke-cluster-via-gitlab) |