Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-08-08 06:08:42 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-08 06:08:42 +0300
commit5500dd34b9b489ee5c6609c8988bfe039f37e3e9 (patch)
treebbb0df8272862f0622cc6886fa76fd2f44107ea1 /doc/topics
parent53e998950e2dfeed22bec2eff74c5c996fe76856 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/topics')
-rw-r--r--doc/topics/build_your_application.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/topics/build_your_application.md b/doc/topics/build_your_application.md
index 48e81e26b02..bee0e2a79bf 100644
--- a/doc/topics/build_your_application.md
+++ b/doc/topics/build_your_application.md
@@ -9,5 +9,18 @@ info: To determine the technical writer assigned to the Stage/Group associated w
Add your source code to a repository, create merge requests to check in
code, and use CI/CD to generate your application. Include packages in your app and output it to a variety of environments.
-- [CI/CD](../ci/index.md)
+- [Getting started](../ci/index.md)
+- [`.gitlab-ci.yml reference`](../ci/yaml/index.md)
- [Runners](https://docs.gitlab.com/runner/)
+- [Pipelines](../ci/pipelines/index.md)
+- [Jobs](../ci/jobs/index.md)
+- [Variables](../ci/variables/index.md)
+- [External secrets](../ci/secrets/index.md)
+- [Services](../ci/services/index.md)
+- [Auto DevOps](autodevops/index.md)
+- [Testing](../ci/testing/index.md)
+- [SSH keys](../ci/ssh_keys/index.md)
+- [ChatOps](../ci/chatops/index.md)
+- [Mobile DevOps](../ci/mobile_devops.md)
+- [External repository integrations](../ci/ci_cd_for_external_repos/index.md)
+- [Troubleshooting](../ci/troubleshooting.md)