README.md 7.11 KB
Newer Older
1
# GitLab Community Edition
2

3
All technical content published by GitLab lives in the documentation, including:
sytses's avatar
sytses committed
4

5 6 7 8
- **General Documentation**
  - [User docs](#user-documentation): general documentation dedicated to regular users of GitLab
  - [Admin docs](#administrator-documentation): general documentation dedicated to administrators of GitLab instances
  - [Contributor docs](#contributor-documentation): general documentation on how to develop and contribute to GitLab
9 10 11 12 13 14
- [Topics](topics/index.md): pages organized per topic, gathering all the
  resources already published by GitLab related to a specific subject, including
  general docs, [technical articles](development/writing_documentation.md#technical-articles),
  blog posts and video tutorials.
- [GitLab University](university/README.md): guides to learn Git and GitLab
  through courses and videos.
sytses's avatar
sytses committed
15

Marcia Ramos's avatar
Marcia Ramos committed
16
## User documentation
17

18
- [Account Security](user/profile/account/two_factor_authentication.md) Securing your account via two-factor authentication, etc.
19
- [API](api/README.md) Automate GitLab via a simple and powerful API.
Mark Pundsack's avatar
Mark Pundsack committed
20
- [CI/CD](ci/README.md) GitLab Continuous Integration (CI) and Continuous Delivery (CD) getting started, `.gitlab-ci.yml` options, and examples.
21
- [Container Registry](user/project/container_registry.md) Learn how to use GitLab Container Registry.
Marcia Ramos's avatar
Marcia Ramos committed
22 23 24
- [Git Attributes](user/project/git_attributes.md) Managing Git attributes using a `.gitattributes` file.
- [Git cheatsheet](https://gitlab.com/gitlab-com/marketing/raw/master/design/print/git-cheatsheet/print-pdf/git-cheatsheet.pdf) Download a PDF describing the most used Git operations.
- [GitLab as OAuth2 authentication service provider](integration/oauth_provider.md). It allows you to login to other applications from GitLab.
25
- [GitLab basics](gitlab-basics/README.md) Find step by step how to start working on your commandline and on GitLab.
26
- [GitLab Pages](user/project/pages/index.md) Using GitLab Pages.
27
- [Importing and exporting projects between instances](user/project/settings/import_export.md).
Marcia Ramos's avatar
Marcia Ramos committed
28
- [Importing to GitLab](workflow/importing/README.md) Import your projects from GitHub, Bitbucket, GitLab.com, FogBugz and SVN into GitLab.
29
- [Markdown](user/markdown.md) GitLab's advanced formatting system.
Mark Pundsack's avatar
Mark Pundsack committed
30
- [Migrating from SVN](workflow/importing/migrating_from_svn.md) Convert a SVN repository to Git and GitLab.
31
- [Permissions](user/permissions.md) Learn what each role in a project (external/guest/reporter/developer/master/owner) can do.
32
- [Profile Settings](profile/README.md)
33
- [Project Services](user/project/integrations/project_services.md) Integrate a project with external services, such as CI and chat.
34
- [Public access](public_access/public_access.md) Learn how you can allow public and internal access to projects.
Marcia Ramos's avatar
Marcia Ramos committed
35
- [Search through GitLab](user/search/index.md): Search for issues, merge requests, projects, groups, todos, and issues in Issue Boards.
36
- [Snippets](user/snippets.md) Snippets allow you to create little bits of code.
37
- [SSH](ssh/README.md) Setup your ssh keys and deploy keys for secure access to your projects.
38
- [Webhooks](user/project/integrations/webhooks.md) Let GitLab notify you when new code has been pushed to your project.
39 40
- [Workflow](workflow/README.md) Using GitLab functionality and importing projects from GitHub and SVN.

Marcia Ramos's avatar
Marcia Ramos committed
41
## Administrator documentation
42

43
- [Access restrictions](user/admin_area/settings/visibility_and_access_controls.md#enabled-git-access-protocols) Define which Git access protocols can be used to talk to GitLab
Marcia Ramos's avatar
Marcia Ramos committed
44 45
- [Authentication/Authorization](administration/auth/README.md) Configure external authentication with LDAP, SAML, CAS and additional Omniauth providers.
- [Container Registry](administration/container_registry.md) Configure Docker Registry with GitLab.
46
- [Custom Git hooks](administration/custom_hooks.md) Custom Git hooks (on the filesystem) for when webhooks aren't enough.
Marcia Ramos's avatar
Marcia Ramos committed
47 48 49 50 51 52 53 54 55
- [Debugging Tips](administration/troubleshooting/debug.md) Tips to debug problems when things go wrong
- [Environment Variables](administration/environment_variables.md) to configure GitLab.
- [Git LFS configuration](workflow/lfs/lfs_administration.md)
- [GitLab Pages configuration](administration/pages/index.md) Configure GitLab Pages.
- [GitLab performance monitoring with InfluxDB](administration/monitoring/performance/introduction.md) Configure GitLab and InfluxDB for measuring performance metrics.
- [GitLab performance monitoring with Prometheus](administration/monitoring/prometheus/index.md) Configure GitLab and Prometheus for measuring performance metrics.
- [Header logo](customization/branded_page_and_email_header.md) Change the logo on the overall page and email header.
- [High Availability](administration/high_availability/README.md) Configure multiple servers for scaling or high availability.
- [Housekeeping](administration/housekeeping.md) Keep your Git repository tidy and fast.
56
- [Install](install/README.md) Requirements, directory structures and installation from source.
Drew Blessing's avatar
Drew Blessing committed
57
- [Integration](integration/README.md) How to integrate with systems such as JIRA, Redmine, Twitter.
58
- [Issue closing pattern](administration/issue_closing_pattern.md) Customize how to close an issue from commit messages.
59
- [Koding](administration/integration/koding.md) Set up Koding to use with GitLab.
60
- [Libravatar](customization/libravatar.md) Use Libravatar instead of Gravatar for user avatars.
61
- [Log system](administration/logs.md) Log system.
Marcia Ramos's avatar
Marcia Ramos committed
62 63
- [Migrate GitLab CI to CE/EE](migrate_ci_to_ce/README.md) Follow this guide to migrate your existing GitLab CI data to GitLab CE/EE.
- [Monitoring uptime](user/admin_area/monitoring/health_check.md) Check the server status using the health check endpoint.
64
- [Operations](administration/operations.md) Keeping GitLab up and running.
ashleys's avatar
ashleys committed
65
- [Raketasks](raketasks/README.md) Backups, maintenance, automatic webhook setup and the importing of projects.
Marcia Ramos's avatar
Marcia Ramos committed
66
- [Reply by email](administration/reply_by_email.md) Allow users to comment on issues and merge requests by replying to notification emails.
Mark Pundsack's avatar
Mark Pundsack committed
67
- [Repository checks](administration/repository_checks.md) Periodic Git repository checks.
68
- [Repository storage paths](administration/repository_storage_paths.md) Manage the paths used to store repositories.
Marcia Ramos's avatar
Marcia Ramos committed
69 70
- [Request Profiling](administration/monitoring/performance/request_profiling.md) Get a detailed profile on slow requests.
- [Restart GitLab](administration/restart_gitlab.md) Learn how to restart GitLab and its components.
71
- [Security](security/README.md) Learn what you can do to further secure your GitLab instance.
Marcia Ramos's avatar
Marcia Ramos committed
72
- [Sidekiq Troubleshooting](administration/troubleshooting/sidekiq.md) Debug when Sidekiq appears hung and is not processing jobs.
73 74
- [System hooks](system_hooks/system_hooks.md) Notifications when users, projects and keys are changed.
- [Update](update/README.md) Update guides to upgrade your installation.
Marcia Ramos's avatar
Marcia Ramos committed
75
- [Web terminals](administration/integration/terminal.md) Provide terminal access to environments from within GitLab.
76 77
- [Welcome message](customization/welcome_message.md) Add a custom welcome message to the sign-in page.

Marcia Ramos's avatar
Marcia Ramos committed
78
## Contributor documentation
79

80
- [Development](development/README.md) All styleguides and explanations how to contribute.
81
- [Legal](legal/README.md) Contributor license agreements.