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

index.md « uploads « development « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c486f2d3689d9c25c2b5dd8320e24101502c73a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
stage: none
group: unassigned
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---

# Uploads development guide

Uploads are an integral part of many GitLab features. To understand how GitLab handles uploads, refer to
the following pages:

- [Why GitLab uses custom upload logic.](background.md)
- [How uploads work technically.](implementation.md)
- [How to add new uploads.](working_with_uploads.md)