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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2021-02-13 03:26:30 +0300
committerMarcel Amirault <mamirault@gitlab.com>2021-02-13 03:26:30 +0300
commitc6138cd05f37187d8379fad2c6e500b9c11dcead (patch)
tree3dcd948d150c7896cca1b5dcbbd9dc5d0adf7eae
parente2c5c1cbf62a9970f042a4179b24d654437acbee (diff)
Swap CI/CD intro topics
-rw-r--r--content/_data/default-nav.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/_data/default-nav.yaml b/content/_data/default-nav.yaml
index 4bc5a9d7..75394da2 100644
--- a/content/_data/default-nav.yaml
+++ b/content/_data/default-nav.yaml
@@ -900,11 +900,11 @@ sections:
- section_title: CI/CD
section_url: 'ci/README.html'
section_categories:
- - category_title: Introduction
- category_url: 'ci/introduction/'
+ - category_title: Get started
+ category_url: 'ci/quick_start/'
docs:
- - doc_title: Get started
- doc_url: 'ci/quick_start/'
+ - doc_title: CI/CD concepts
+ doc_url: 'ci/introduction/'
- doc_title: Migrate from CircleCI
doc_url: 'ci/migration/circleci.html'
- doc_title: Migrate from Jenkins