From 8d41fe5fe0d7fc674e3060842a7bf08a277747ef Mon Sep 17 00:00:00 2001 From: Marcia Ramos Date: Mon, 15 Jan 2018 12:03:54 -0200 Subject: link to admin doc --- doc/ci/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/ci/README.md b/doc/ci/README.md index 3a10365af77..a5728421ab4 100644 --- a/doc/ci/README.md +++ b/doc/ci/README.md @@ -98,6 +98,7 @@ See the documentation on [GitLab Pages](../user/project/pages/index.md). As a GitLab administrator, you can change the default behavior of GitLab CI/CD in your whole GitLab instance as well as in each project. +- [Continuous Integration admin settings](../administration/index.md#continuous-integration-settings) - **Project specific:** - [Pipelines settings](../user/project/pipelines/settings.md) - [Learn how to enable or disable GitLab CI](enable_or_disable_ci.md) -- cgit v1.2.1 From 032fbe6c6393283ca02a0b3e1046a4cfd32fea74 Mon Sep 17 00:00:00 2001 From: Marcia Ramos Date: Mon, 15 Jan 2018 12:05:16 -0200 Subject: move sections for better doc flow --- doc/ci/README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'doc') diff --git a/doc/ci/README.md b/doc/ci/README.md index a5728421ab4..e2cf55490c7 100644 --- a/doc/ci/README.md +++ b/doc/ci/README.md @@ -93,6 +93,17 @@ Leverage the power of Docker to run your CI pipelines. See the documentation on [GitLab Pages](../user/project/pages/index.md). +## Examples + +Check the [GitLab CI/CD examples](examples/README.md) for a collection of tutorials and guides on setting up your CI/CD pipeline for various programming languages, frameworks, +and operating systems. + +## Integrations + +- Article (2016-06-09): [Continuous Delivery with GitLab and Convox](https://about.gitlab.com/2016/06/09/continuous-delivery-with-gitlab-and-convox/) +- Article (2016-05-05): [Getting Started with GitLab and Shippable Continuous Integration](https://about.gitlab.com/2016/05/05/getting-started-gitlab-and-shippable/) +- Article (2016-04-19): [GitLab Partners with DigitalOcean to make Continuous Integration faster, safer, and more affordable](https://about.gitlab.com/2016/04/19/gitlab-partners-with-digitalocean-to-make-continuous-integration-faster-safer-and-more-affordable/) + ## Special configuration (GitLab admin) As a GitLab administrator, you can change the default behavior of GitLab CI/CD in @@ -105,17 +116,6 @@ your whole GitLab instance as well as in each project. - **Affecting the whole GitLab instance:** - [Continuous Integration admin settings](../user/admin_area/settings/continuous_integration.md) -## Examples - -Check the [GitLab CI/CD examples](examples/README.md) for a collection of tutorials and guides on setting up your CI/CD pipeline for various programming languages, frameworks, -and operating systems. - -## Integrations - -- Article (2016-06-09): [Continuous Delivery with GitLab and Convox](https://about.gitlab.com/2016/06/09/continuous-delivery-with-gitlab-and-convox/) -- Article (2016-05-05): [Getting Started with GitLab and Shippable Continuous Integration](https://about.gitlab.com/2016/05/05/getting-started-gitlab-and-shippable/) -- Article (2016-04-19): [GitLab Partners with DigitalOcean to make Continuous Integration faster, safer, and more affordable](https://about.gitlab.com/2016/04/19/gitlab-partners-with-digitalocean-to-make-continuous-integration-faster-safer-and-more-affordable/) - ## Breaking changes - [CI variables renaming for GitLab 9.0](variables/README.md#9-0-renaming) Read about the -- cgit v1.2.1