Commit b2a851ad authored by Marcin Sedlak-Jakubowski's avatar Marcin Sedlak-Jakubowski

Merge branch 'docs-ci-intro-headers' into 'master'

Improve headers in CI/CD index

See merge request gitlab-org/gitlab!69341
parents 78c3c417 dbb9b33b
...@@ -38,7 +38,7 @@ read the [Introduction to CI/CD with GitLab](introduction/index.md). ...@@ -38,7 +38,7 @@ read the [Introduction to CI/CD with GitLab](introduction/index.md).
<iframe src="https://www.youtube.com/embed/1iXFbchozdY" frameborder="0" allowfullscreen="true"> </iframe> <iframe src="https://www.youtube.com/embed/1iXFbchozdY" frameborder="0" allowfullscreen="true"> </iframe>
</figure> </figure>
## Concepts ## GitLab CI/CD concepts
GitLab CI/CD uses a number of concepts to describe and run your build and deploy. GitLab CI/CD uses a number of concepts to describe and run your build and deploy.
...@@ -53,7 +53,7 @@ GitLab CI/CD uses a number of concepts to describe and run your build and deploy ...@@ -53,7 +53,7 @@ GitLab CI/CD uses a number of concepts to describe and run your build and deploy
| [Pipeline efficiency](pipelines/pipeline_efficiency.md) | Configure your pipelines to run quickly and efficiently. | | [Pipeline efficiency](pipelines/pipeline_efficiency.md) | Configure your pipelines to run quickly and efficiently. |
| [Test cases](test_cases/index.md) | Create testing scenarios. | | [Test cases](test_cases/index.md) | Create testing scenarios. |
## Configuration ## GitLab CI/CD configuration
GitLab CI/CD supports numerous configuration options: GitLab CI/CD supports numerous configuration options:
...@@ -72,7 +72,7 @@ GitLab CI/CD supports numerous configuration options: ...@@ -72,7 +72,7 @@ GitLab CI/CD supports numerous configuration options:
Certain operations can only be performed according to the Certain operations can only be performed according to the
[user](../user/permissions.md#gitlab-cicd-permissions) and [job](../user/permissions.md#job-permissions) permissions. [user](../user/permissions.md#gitlab-cicd-permissions) and [job](../user/permissions.md#job-permissions) permissions.
## Features ## GitLab CI/CD features
GitLab CI/CD features, grouped by DevOps stage, include: GitLab CI/CD features, grouped by DevOps stage, include:
...@@ -109,7 +109,7 @@ GitLab CI/CD features, grouped by DevOps stage, include: ...@@ -109,7 +109,7 @@ GitLab CI/CD features, grouped by DevOps stage, include:
| [License Compliance](../user/compliance/license_compliance/index.md) **(ULTIMATE)** | Search your project dependencies for their licenses. | | [License Compliance](../user/compliance/license_compliance/index.md) **(ULTIMATE)** | Search your project dependencies for their licenses. |
| [Security Test reports](../user/application_security/index.md) **(ULTIMATE)** | Check for app vulnerabilities. | | [Security Test reports](../user/application_security/index.md) **(ULTIMATE)** | Check for app vulnerabilities. |
## Examples ## GitLab CI/CD examples
See the [CI/CD examples](examples/README.md) page for example project code and tutorials for See the [CI/CD examples](examples/README.md) page for example project code and tutorials for
using GitLab CI/CD with various: using GitLab CI/CD with various:
...@@ -118,7 +118,7 @@ using GitLab CI/CD with various: ...@@ -118,7 +118,7 @@ using GitLab CI/CD with various:
- Languages - Languages
- Platforms - Platforms
## Administration ## GitLab CI/CD Administration
You can change the default behavior of GitLab CI/CD for: You can change the default behavior of GitLab CI/CD for:
......
...@@ -199,7 +199,7 @@ GitLab takes advantage of our connected ecosystem to automatically pull these ki ...@@ -199,7 +199,7 @@ GitLab takes advantage of our connected ecosystem to automatically pull these ki
your Merge Requests, pipeline details pages, and other locations. You may find that you actually don't your Merge Requests, pipeline details pages, and other locations. You may find that you actually don't
need to configure anything to have these appear. need to configure anything to have these appear.
If they aren't working as expected, or if you'd like to see what's available, our [CI feature index](../index.md#features) has the full list If they aren't working as expected, or if you'd like to see what's available, our [CI feature index](../index.md#gitlab-cicd-features) has the full list
of bundled features and links to the documentation for each. of bundled features and links to the documentation for each.
### Templates ### Templates
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment