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:
authorSuzanne Selhorn <sselhorn@gitlab.com>2023-08-07 21:17:01 +0300
committerSuzanne Selhorn <sselhorn@gitlab.com>2023-08-07 21:17:01 +0300
commit423cb588290a184ae343d36c94a3b970f46f9e53 (patch)
treeedde9605d53496e7dba619cfaefb5e08eb31da77
parent8c31987c2b4c2e598551959beac8068143f771fe (diff)
Moved Runner up in the CI/CD area
-rw-r--r--content/_data/navigation.yaml124
1 files changed, 62 insertions, 62 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index bd50d951..114e12e7 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -1625,6 +1625,68 @@ sections:
doc_url: 'ee/ci/yaml/workflow.html'
- doc_title: CI/CD Components
doc_url: 'ee/ci/components/'
+ - doc_title: Runners
+ doc_url: 'runner/'
+ docs:
+ - doc_title: 'Tutorial: Create, register, and run your own project runner'
+ doc_url: 'ee/tutorials/create_register_first_runner/'
+ - doc_title: Runner SaaS
+ doc_url: 'ee/ci/runners/'
+ docs:
+ - doc_title: Linux
+ doc_url: 'ee/ci/runners/saas/linux_saas_runner.html'
+ - doc_title: GPU
+ doc_url: 'ee/ci/runners/saas/gpu_saas_runner.html'
+ - doc_title: macOS
+ doc_url: 'ee/ci/runners/saas/macos_saas_runner.html'
+ - doc_title: Windows
+ doc_url: 'ee/ci/runners/saas/windows_saas_runner.html'
+ - doc_title: Manage runners
+ doc_url: 'ee/ci/runners/runners_scope.html'
+ - doc_title: Register a runner
+ doc_url: 'runner/register/'
+ docs:
+ - doc_title: Migrate to the new runner registration workflow
+ doc_url: 'ee/ci/runners/new_creation_workflow.html'
+ - doc_title: Examples
+ doc_url: 'runner/examples/gitlab.html'
+ - doc_title: Runner executors
+ doc_url: 'runner/executors/'
+ docs:
+ - doc_title: Custom
+ doc_url: 'runner/executors/custom.html'
+ docs:
+ - doc_title: libvirt
+ doc_url: 'runner/executors/custom_examples/libvirt.html'
+ - doc_title: LXD
+ doc_url: 'runner/executors/custom_examples/lxd.html'
+ - doc_title: Docker
+ 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
+ doc_url: 'runner/executors/shell.html'
+ docs:
+ - doc_title: Supported shells
+ doc_url: 'runner/shells/'
+ - doc_title: SSH
+ doc_url: 'runner/executors/ssh.html'
+ - doc_title: Parallels
+ doc_url: 'runner/executors/parallels.html'
+ - doc_title: VirtualBox
+ doc_url: 'runner/executors/virtualbox.html'
+ - doc_title: Configure runners
+ doc_url: 'ee/ci/runners/configure_runners.html'
+ - doc_title: Scale a fleet of runners
+ doc_url: 'runner/fleet_scaling/'
+ - doc_title: Best practices for large repositories
+ doc_url: 'ee/ci/large_repositories/'
- doc_title: Pipelines
doc_url: 'ee/ci/pipelines/'
docs:
@@ -1799,68 +1861,6 @@ sections:
doc_url: 'ee/ci/ci_cd_for_external_repos/github_integration.html'
- doc_title: Troubleshooting
doc_url: 'ee/ci/troubleshooting.html'
- - doc_title: Runners
- doc_url: 'runner/'
- docs:
- - doc_title: 'Tutorial: Create, register, and run your own project runner'
- doc_url: 'ee/tutorials/create_register_first_runner/'
- - doc_title: Runner SaaS
- doc_url: 'ee/ci/runners/'
- docs:
- - doc_title: Linux
- doc_url: 'ee/ci/runners/saas/linux_saas_runner.html'
- - doc_title: GPU
- doc_url: 'ee/ci/runners/saas/gpu_saas_runner.html'
- - doc_title: macOS
- doc_url: 'ee/ci/runners/saas/macos_saas_runner.html'
- - doc_title: Windows
- doc_url: 'ee/ci/runners/saas/windows_saas_runner.html'
- - doc_title: Manage runners
- doc_url: 'ee/ci/runners/runners_scope.html'
- - doc_title: Register a runner
- doc_url: 'runner/register/'
- docs:
- - doc_title: Migrate to the new runner registration workflow
- doc_url: 'ee/ci/runners/new_creation_workflow.html'
- - doc_title: Examples
- doc_url: 'runner/examples/gitlab.html'
- - doc_title: Runner executors
- doc_url: 'runner/executors/'
- docs:
- - doc_title: Custom
- doc_url: 'runner/executors/custom.html'
- docs:
- - doc_title: libvirt
- doc_url: 'runner/executors/custom_examples/libvirt.html'
- - doc_title: LXD
- doc_url: 'runner/executors/custom_examples/lxd.html'
- - doc_title: Docker
- 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
- doc_url: 'runner/executors/shell.html'
- docs:
- - doc_title: Supported shells
- doc_url: 'runner/shells/'
- - doc_title: SSH
- doc_url: 'runner/executors/ssh.html'
- - doc_title: Parallels
- doc_url: 'runner/executors/parallels.html'
- - doc_title: VirtualBox
- doc_url: 'runner/executors/virtualbox.html'
- - doc_title: Configure runners
- doc_url: 'ee/ci/runners/configure_runners.html'
- - doc_title: Scale a fleet of runners
- doc_url: 'runner/fleet_scaling/'
- - doc_title: Best practices for large repositories
- doc_url: 'ee/ci/large_repositories/'
- category_title: Secure your application
category_url: 'ee/user/application_security/secure_your_application.html'
docs: