summaryrefslogtreecommitdiff
path: root/doc/user/project/repository
diff options
context:
space:
mode:
authorPatrick Bajao <ebajao@gitlab.com>2019-04-02 08:59:42 +0800
committerPatrick Bajao <ebajao@gitlab.com>2019-04-02 22:07:16 +0800
commitb64662d0afaa961e716988cbebec57a0810d12a2 (patch)
treec1cf3191ac032e1598f5ea12bb617f36cf4a0a7d /doc/user/project/repository
parenta03fa93da22c5dfece9c411ad9733a0978dede09 (diff)
downloadgitlab-ce-b64662d0afaa961e716988cbebec57a0810d12a2.tar.gz
Switch positions of source and directory sections
Updated the documentation to match the updated order including the screenshot.
Diffstat (limited to 'doc/user/project/repository')
-rw-r--r--doc/user/project/repository/img/download_source_code.pngbin62871 -> 61467 bytes
-rw-r--r--doc/user/project/repository/index.md10
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/user/project/repository/img/download_source_code.png b/doc/user/project/repository/img/download_source_code.png
index 6c0c31af2ad..17f2cb4b3e8 100644
--- a/doc/user/project/repository/img/download_source_code.png
+++ b/doc/user/project/repository/img/download_source_code.png
Binary files differ
diff --git a/doc/user/project/repository/index.md b/doc/user/project/repository/index.md
index ffb1d77f67c..718566a539f 100644
--- a/doc/user/project/repository/index.md
+++ b/doc/user/project/repository/index.md
@@ -249,15 +249,15 @@ By clicking the download icon, a dropdown will open with links to download the f
![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. Available in zip, tar, tar.gz
- and tar.bz2.
-- **Source Code:**
- This allows users to download the source code on branch they're currently
- viewing. Also available zip, tar, tar.gz and tar.bz2.
+ 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.