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

omnibus-nav.yaml « _data « content - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5bc5e6462ca0a667f166217492c7910ab1599ebb (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
147
148
149
150
151
152
153
154
155
156
157
158
159
## 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: 'dir/index.html' --> section_url: 'dir/')
# - If you're referring to a section within index.html, include only the anchor (e.g. section_url:`dir/#some-anchor`)
# For more information, see https://docs.gitlab.com/ee/development/documentation/site_architecture/global_nav.html#urls
#
### 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: Omnibus GitLab Docs
    section_url: 'README.html'

  - section_title: Architecture
    section_url: 'architecture/README.html'
    section_categories:
      - category_title: Omnibus packages and images
        category_url: 'package-information/omnibus_packages.html'
      - category_title: Package information
        category_url: 'package-information/README.html'
      - category_title: Package defaults
        category_url: 'package-information/defaults.html'
      - category_title: Package licensing
        category_url: 'package-information/licensing.html'
      - category_title: Package signatures
        category_url: 'package-information/signed_packages.html'

  - section_title: Installation
    section_url: 'installation/'
    section_categories:
      - category_title: Container Registry
        category_url: 'architecture/registry/README.html'
      - category_title: Deprecation policy
        category_url: 'package-information/deprecation_policy.html'
      - category_title: Deprecated OSes
        category_url: 'package-information/deprecated_os.html'
      - category_title: Docker images
        category_url: 'docker/README.html'
      - category_title: Manual installation
        category_url: 'manual_install.html'

  - section_title: Configure
    section_url: 'settings/README.html'
    section_categories:
      - category_title: Custom environment variables
        category_url: 'settings/environment-variables.html'
      - category_title: Backups
        category_url: 'settings/backups.html'
      - category_title: Database
        category_url: 'settings/database.html'
      - category_title: GitLab Mattermost
        category_url: 'gitlab-mattermost/README.html'
      - category_title: Grafana
        category_url: 'settings/grafana.html'
      - category_title: High availability roles
        category_url: 'roles/README.html'
      - category_title: LDAP
        category_url: 'https://docs.gitlab.com/ee/administration/auth/ldap/index.html'
        external_url: true
      - category_title: Logs
        category_url: 'settings/logs.html'
      - category_title: NGINX
        category_url: 'settings/nginx.html'
      - category_title: Praefect
        category_url: 'settings/praefect.html'
      - category_title: Prometheus
        category_url: 'settings/prometheus.html'
      - category_title: Puma
        category_url: 'settings/puma.html'
      - category_title: Raspberry Pi
        category_url: 'settings/rpi.html'
      - category_title: Redis
        category_url: 'settings/redis.html'
      - category_title: SMTP
        category_url: 'settings/smtp.html'
      - category_title: SSL
        category_url: 'settings/ssl.html'
      - category_title: DNS
        category_url: 'settings/dns.html'
      - category_title: Unicorn
        category_url: 'settings/unicorn.html'
      - category_title: Image scaling
        category_url: 'settings/image_scaling.html'

  - section_title: Release process
    section_url: 'release/README.html'
    section_categories:
      - category_title: OpenShift release process
        category_url: 'release/openshift.html'

  - section_title: Update
    section_url: 'update/README.html'
    section_categories:
      - category_title: Convert to Omnibus
        category_url: 'update/convert_to_omnibus.html'
      - category_title: Package signatures
        category_url: 'update/package_signatures.html'
      - category_title: GitLab 13 changes
        category_url: 'update/gitlab_13_changes.html'
      - category_title: GitLab 12 changes
        category_url: 'update/gitlab_12_changes.html'
      - category_title: GitLab 11 changes
        category_url: 'update/gitlab_11_changes.html'
      - category_title: GitLab 10 changes
        category_url: 'update/gitlab_10_changes.html'

  - section_title: Maintain
    section_url: 'maintenance/README.html'

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

  - section_title: Development
    section_url: 'development/README.html'
    section_categories:
      - category_title: Documentation
        category_url: 'https://docs.gitlab.com/ee/development/documentation/'
        external_url: true
      - category_title: Build locally
        category_url: 'build/README.html'
        docs:
          - doc_title: Build Omnibus GitLab package
            doc_url: 'build/build_package.html'
          - doc_title: Build all-in-one Docker image
            doc_url: 'build/build_docker_image.html'
          - doc_title: Information for GitLab team members
            doc_url: 'build/team_member_docs.html'
      - category_title: Set up a development environment
        category_url: 'development/setup.html'
      - category_title: Config options
        category_url: 'settings/configuration.html'
      - category_title: Changing YAML config options
        category_url: 'settings/gitlab.yml.html'
      - category_title: Adding deprecation messages
        category_url: 'development/adding-deprecation-messages.html'
      - category_title: Adding new gitlab-ctl commands
        category_url: 'development/gitlab-ctl-commands.html'
      - category_title: Adding new services
        category_url: 'development/new-services.html'
      - category_title: Adding new software definitions
        category_url: 'development/new-software-definition.html'
      - category_title: Creating patches
        category_url: 'development/creating-patches.html'
      - category_title: Installing OpenShift
        category_url: 'development/openshift/README.html'
      - category_title: Managing PostgreSQL versions
        category_url: 'development/managing-postgresql-versions.html'
      - category_title: Working with public_attributes.json
        category_url: 'development/public-attributes.html'