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:
authorJon Glassman <jglassman@gitlab.com>2023-04-06 13:17:13 +0300
committerJon Glassman <jglassman@gitlab.com>2023-04-06 13:17:13 +0300
commit85717fcaf1a51121fd955cffdf22ecfb6cb710da (patch)
tree5edf051caf0a84cd5347b5fd9a5363a979b66d7e
parent2e7ec8acd64cb3af2eadcd920d4a25fa90d4cd45 (diff)
parentaf8874d92714c11ef8873085c9983c6f1ec8c132 (diff)
Merge branch 'fneill-add-executors-to-global-nav' into 'main'
Add Docker Autoscaler and Instance executors to global nav See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/3737 Merged-by: Jon Glassman <jglassman@gitlab.com> Approved-by: Jon Glassman <jglassman@gitlab.com> Co-authored-by: fneill <fneill@gitlab.com>
-rw-r--r--content/_data/navigation.yaml8
1 files changed, 6 insertions, 2 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index e6ae332f..a1bbdec5 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -468,9 +468,9 @@ sections:
- category_title: Configure GitLab Runner
category_url: 'runner/configuration/'
docs:
- - doc_title: Advanced config
+ - doc_title: Advanced configuration
doc_url: 'runner/configuration/advanced-configuration.html'
- - doc_title: Autoscale config
+ - doc_title: Autoscale configuration
doc_url: 'runner/configuration/autoscale.html'
- doc_title: Autoscale on AWS EC2
doc_url: 'runner/configuration/runner_autoscale_aws/'
@@ -1705,6 +1705,10 @@ sections:
doc_url: 'runner/executors/docker.html'
- doc_title: Docker Machine
doc_url: 'runner/executors/docker_machine.html'
+ - doc_title: Docker Autoscaler
+ doc_url: 'runner/executors/docker_autoscaler.html'
+ - doc_title: Instance
+ doc_url: 'runner/executors/instance.html'
- doc_title: Kubernetes
doc_url: 'runner/executors/kubernetes.html'
- doc_title: Shell