summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-04-11 10:01:52 +0000
committerRémy Coutable <remy@rymai.me>2019-04-11 10:01:52 +0000
commit51119395e668d592d69266cf74dcb67b667082a8 (patch)
tree4fb43693d7022077cc54abe24ab94918ac1c8963 /doc
parent79b0bf2a9fa226e5b1b03252bf28e41f2cb7f184 (diff)
parent171818df0a72097aa1a804c8213666b3f66b0966 (diff)
downloadgitlab-ce-51119395e668d592d69266cf74dcb67b667082a8.tar.gz
Merge branch 'revert-24704-download-repository-path' into 'master'
Revert "Merge branch '24704-download-repository-path' into 'master'" See merge request gitlab-org/gitlab-ce!27249
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/repository/img/download_source_code.pngbin61467 -> 0 bytes
-rw-r--r--doc/user/project/repository/index.md20
2 files changed, 0 insertions, 20 deletions
diff --git a/doc/user/project/repository/img/download_source_code.png b/doc/user/project/repository/img/download_source_code.png
deleted file mode 100644
index 17f2cb4b3e8..00000000000
--- a/doc/user/project/repository/img/download_source_code.png
+++ /dev/null
Binary files differ
diff --git a/doc/user/project/repository/index.md b/doc/user/project/repository/index.md
index 718566a539f..22d912cd9d1 100644
--- a/doc/user/project/repository/index.md
+++ b/doc/user/project/repository/index.md
@@ -241,24 +241,4 @@ Projects that contain a `.xcodeproj` or `.xcworkspace` directory can now be clon
in Xcode using the new **Open in Xcode** button, located next to the Git URL
used for cloning your project. The button is only shown on macOS.
-## Download Source Code
-
-Source code stored in the repository can be downloaded.
-
-By clicking the download icon, a dropdown will open with links to download the following:
-
-![Download source code](img/download_source_code.png)
-
-- **Source Code:**
- This allows users to download the source code on branch they're currently
- viewing. Available zip, tar, tar.gz and tar.bz2.
-- **Directory:**
- > [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/24704) in GitLab 11.10
-
- Only shows up when viewing a sub-directory. This allows users to download
- the specific directory they're currently viewing. Also available in zip, tar,
- tar.gz and tar.bz2.
-- **Artifacts:**
- This allows users to download the artifacts of the latest CI build.
-
[jupyter]: https://jupyter.org