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-07-17 21:09:17 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-17 21:09:17 +0300
commit16964a4834ac976228b3ad69c4eff813d8230d7a (patch)
treea09f9a8041cd93debb70e0491d0500afe0318244 /doc/topics
parent1b70d442d130862fc779529056df2c6fe140f662 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/topics')
-rw-r--r--doc/topics/build_your_application.md6
-rw-r--r--doc/topics/manage_code.md10
-rw-r--r--doc/topics/release_your_application.md2
3 files changed, 13 insertions, 5 deletions
diff --git a/doc/topics/build_your_application.md b/doc/topics/build_your_application.md
index 340cb7a1db8..48e81e26b02 100644
--- a/doc/topics/build_your_application.md
+++ b/doc/topics/build_your_application.md
@@ -4,14 +4,10 @@ group: unassigned
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
---
-# Build your application **(FREE)**
+# Use CI/CD to build your application **(FREE)**
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.
-- [Repositories](../user/project/repository/index.md)
-- [Merge requests](../user/project/merge_requests/index.md)
- [CI/CD](../ci/index.md)
- [Runners](https://docs.gitlab.com/runner/)
-- [GitLab Pages](../user/project/pages/index.md)
-- [Packages and registries](../user/packages/index.md)
diff --git a/doc/topics/manage_code.md b/doc/topics/manage_code.md
new file mode 100644
index 00000000000..e37be90c0d6
--- /dev/null
+++ b/doc/topics/manage_code.md
@@ -0,0 +1,10 @@
+---
+stage: none
+group: unassigned
+info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
+---
+
+# Manage your code **(FREE)**
+
+- [Repositories](../user/project/repository/index.md)
+- [Merge requests](../user/project/merge_requests/index.md)
diff --git a/doc/topics/release_your_application.md b/doc/topics/release_your_application.md
index e8dba553cab..3cc5e9a66b3 100644
--- a/doc/topics/release_your_application.md
+++ b/doc/topics/release_your_application.md
@@ -15,8 +15,10 @@ release features incrementally.
- [Environments and deployments](../ci/environments/index.md)
- [Releases](../user/project/releases/index.md)
+- [Packages and registries](../user/packages/index.md)
- [Review Apps](../ci/review_apps/index.md)
- [Feature flags](../operations/feature_flags.md)
+- [GitLab Pages](../user/project/pages/index.md)
## Related topics