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

landing.yaml « _data « content - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b89d84f775913d415442bd8053ae5216b8d80120 (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
heros:
  - title: Agile with GitLab
    description: Manage your work with built-in agile features.
    img: /assets/images/agile.svg
    alt: agile
    links:
      - title: Issues
        url: '/ee/user/project/issues/'
      - title: Issue boards
        url: '/ee/user/project/issue_board.html'
      - title: Labels
        url: '/ee/user/project/labels.html'
  - title: CI/CD
    description: Build, test, and deploy applications.
    img: /assets/images/continuous-delivery.svg
    alt: continuous-delivery
    links:
      - title: CI/CD YAML syntax reference
        url: '/ee/ci/yaml/'
      - title: Getting started
        url: '/ee/ci/'
      - title: CI/CD examples
        url: '/ee/ci/examples/'
      - title: GitLab Runner
        url: '/runner/'
  - title: Collaboration
    description: Configure and develop your software applications.
    img: /assets/images/collaberation.svg
    alt: collaboration
    links:
      - title: Projects
        url: '/ee/user/project/'
      - title: Repositories
        url: '/ee/user/project/repository/'
      - title: Merge requests
        url: '/ee/user/project/merge_requests/'
  - title: Security
    description: Scan your CI pipeline and streamline vulnerability management.
    img: /assets/images/locked.svg
    alt: locked
    links:
      - title: Secure your application
        url: '/ee/user/application_security/'
      - title: Vulnerability management
        url: '/ee/user/application_security/vulnerability_report/'
      - title: Offline environments
        url: '/ee/user/application_security/offline_deployments/'
  - title: Analytics
    description: View reports and analysis of your team's work.
    img: /assets/images/increase.svg
    alt: increase
    links:
      - title: Value stream analytics
        url: '/ee/user/group/value_stream_analytics/'
      - title: Issue analytics
        url: '/ee/user/group/issues_analytics/'
      - title: Usage trends
        url: '/ee/administration/analytics/usage_trends.html'
  - title: Administration
    description: Customize and configure your self-managed installation.
    img: /assets/images/visibility.svg
    alt: visibility
    links:
      - title: Admin area settings
        url: '/ee/administration/settings/'
      - title: Set up LDAP
        url: '/ee/administration/auth/ldap/'
      - title: GitLab Pages
        url: '/ee/administration/pages/'
referenceSmall:
  - title: '1,000'
    url: '/ee/administration/reference_architectures/1k_users.html'
  - title: '2,000'
    url: '/ee/administration/reference_architectures/2k_users.html'
  - title: '3,000'
    url: '/ee/administration/reference_architectures/3k_users.html'
  - title: '5,000'
    url: '/ee/administration/reference_architectures/5k_users.html'
referenceLarge:
  - title: '10,000'
    class: ' justify-content-md-end'
    url: '/ee/administration/reference_architectures/10k_users.html'
  - title: '25,000'
    class: ''
    url: '/ee/administration/reference_architectures/25k_users.html'
  - title: '50,000'
    class: 'justify-content-md-start'
    url: '/ee/administration/reference_architectures/50k_users.html'
cards:
  - title: Install with Docker
    url: '/ee/install/docker.html'
    description: GitLab maintains a set of official Docker images based on the Omnibus GitLab package.
  - title: Compile from source
    url: '/ee/install/installation.html'
    description: If the Omnibus GitLab package isn't available for your distribution, you can install GitLab from source.
  - title: Install from cloud provider
    url: '/ee/install/cloud_providers.html'
    description: Install directly from platforms like AWS, Azure, GCP, OpenShift, and DigitalOcean.