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>2023-09-14 07:07:32 +0300
committerMarcel Amirault <mamirault@gitlab.com>2023-09-14 07:07:32 +0300
commiteeca44e0a595ef6ab4a3bee3f9023bd30a6cdd4e (patch)
treec762e4f8a1ba2f4f93846433e0ef739a54fb8322
parent6fd268aa8c2930f9094533569ba3ee69edc1083f (diff)
Add new inputs to nav and update yaml ref title
-rw-r--r--content/_data/landing.yaml2
-rw-r--r--content/_data/navigation.yaml4
2 files changed, 4 insertions, 2 deletions
diff --git a/content/_data/landing.yaml b/content/_data/landing.yaml
index d4a7b545..e1bba488 100644
--- a/content/_data/landing.yaml
+++ b/content/_data/landing.yaml
@@ -19,7 +19,7 @@ heros:
url: '/ee/ci/'
- title: CI/CD examples
url: '/ee/ci/examples/'
- - title: .gitlab-ci.yml reference
+ - title: .gitlab-ci.yml keyword reference
url: '/ee/ci/yaml/'
- title: GitLab Runner
url: '/runner/'
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index a51a9953..7627c010 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -1624,7 +1624,7 @@ sections:
doc_url: 'ee/ci/examples/deployment/composer-npm-deploy.html'
- doc_title: PHP with Laravel and Envoy
doc_url: 'ee/ci/examples/laravel_with_gitlab_and_envoy/'
- - doc_title: '.gitlab-ci.yml reference'
+ - doc_title: '.gitlab-ci.yml keyword reference'
doc_url: 'ee/ci/yaml/'
docs:
- doc_title: 'Optimize your YAML files'
@@ -1637,6 +1637,8 @@ sections:
doc_url: 'ee/ci/yaml/artifacts_reports.html'
- doc_title: Include examples
doc_url: 'ee/ci/yaml/includes.html'
+ - doc_title: Inputs
+ doc_url: 'ee/ci/yaml/inputs.html'
- doc_title: Workflow examples
doc_url: 'ee/ci/yaml/workflow.html'
- doc_title: CI/CD Components