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

runner-nav.yaml « _data « content - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4d47e3833e88e2c0037f2b75d7575fbd06eb50a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
## READ BEFORE EDITING THIS FILE ##
#
### Rules
# - Do not start the URL with "/"
# - Do not add anchors to the links
# - If the URL ends with index.html, leave it empty (e.g. section_url: 'index.html' --> section_url: '')
#
### Options
# - Use "ee_only: true" for categories and docs available only in EE.
#   - When "ee_only: true", use `ee_tier:` to indicate the tiers the feature is available in:
#     - For Ultimate: `ee_tier: 'GitLab Ultimate and GitLab.com Gold'`
#     - For Premium: `ee_tier: 'GitLab Premium, GitLab.com Silver, and higher tiers'`
#     - For Starter: `ee_tier: 'GitLab Starter, GitLab.com Bronze, and higher tiers'`
#     - For self-managed only: `ee_tier: 'GitLab Starter and higher tiers. Not available in GitLab.com'`
#     - For GitLab.com only: `ee_tier: 'GitLab.com Silver only. Not available in GitLab self-managed instances'`
# - Use "external_url: true" for external URLs in docs and categories

sections:
  - section_title: Runner Docs
    section_url: ''

  - section_title: Install
    section_url: 'install/'
    section_categories:

      - category_title: Docker
        category_url: 'install/docker.html'

      - category_title: FreeBSD
        category_url: 'install/freebsd.html'

      - category_title: Kubernetes (Helm Chart)
        category_url: 'install/kubernetes.html'

      - category_title: Linux
        category_url: 'install/linux-manually.html'

      - category_title: macOS
        category_url: 'install/osx.html'

      - category_title: Windows
        category_url: 'install/windows.html'

      - category_title: Bleeding edge releases
        category_url: 'install/bleeding-edge.html'

      - category_title: Official Linux packages
        category_url: 'install/linux-repository.html'

      - category_title: Old GitLab Runner URLs
        category_url: 'install/old.html'

      - category_title: Container Registry and cache server
        category_url: 'install/registry_and_cache_servers.html'

  - section_title: Configure
    section_url: 'configuration/'
    section_categories:

      - category_title: Advanced config
        category_url: 'configuration/advanced-configuration.html'

      - category_title: Autoscale config
        category_url: 'configuration/autoscale.html'

      - category_title: Autoscaling on AWS
        category_url: 'configuration/runner_autoscale_aws/'

      - category_title: Commands
        category_url: 'commands/README.html'

      - category_title: Feature flags
        category_url: 'configuration/feature-flags.html'

      - category_title: Running behind a proxy
        category_url: 'configuration/proxy.html'

      - category_title: Rate limited requests
        category_url: 'configuration/rate_limiting.html'

      - category_title: Self-signed certificates
        category_url: 'configuration/tls-self-signed.html'

      - category_title: System services
        category_url: 'configuration/init.html'

  - section_title: Register
    section_url: 'register/'
    section_categories:

      - category_title: Examples
        category_url: 'examples/gitlab.html'

  - section_title: Executors
    section_url: 'executors/README.html'
    section_categories:

      - category_title: Custom
        category_url: 'executors/custom.html'

      - category_title: Docker
        category_url: 'executors/docker.html'

      - category_title: Docker Machine
        category_url: 'executors/docker_machine.html'

      - category_title: Kubernetes
        category_url: 'executors/kubernetes.html'

      - category_title: Shell
        category_url: 'executors/shell.html'

      - category_title: SSH
        category_url: 'executors/ssh.html'

      - category_title: Parallels
        category_url: 'executors/parallels.html'

      - category_title: Virtual Box
        category_url: 'executors/virtualbox.html'

  - section_title: Monitor
    section_url: 'monitoring/README.html'

  - section_title: Security
    section_url: 'security/index.html'

  - section_title: Shells
    section_url: 'shells/index.html'

  - section_title: Troubleshoot
    section_url: 'faq/README.html'

  - section_title: Contribute
    section_url: 'development/README.html'
    section_categories:

      - category_title: Documentation
        category_url: 'https://docs.gitlab.com/ee/development/documentation/'
        external_url: true

      - category_title: Reviewing GitLab Runner
        category_url: 'development/reviewing-gitlab-runner.html'

  - section_title: Best Practices
    section_url: 'best_practice/'