Commit 497ba83f authored by Nick Thomas's avatar Nick Thomas

Merge branch 'ac-uploads-docs' into 'master'

Document uploads development guidelines

Closes #63097

See merge request gitlab-org/gitlab-ce!31290
parents fd577b86 b86d3f28
......@@ -65,6 +65,7 @@ description: 'Learn how to contribute to GitLab.'
- [Repository mirroring](repository_mirroring.md)
- [Git LFS](lfs.md)
- [Developing against interacting components or features](interacting_components.md)
- [File uploads](uploads.md)
## Performance guides
......
......@@ -2,6 +2,8 @@
We use the [CarrierWave] gem to handle file upload, store and retrieval.
File uploads should be accelerated by workhorse, for details please refer to [uploads development documentation](uploads.md).
There are many places where file uploading is used, according to contexts:
- System
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment