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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2017-09-08 17:08:07 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2017-09-08 17:08:07 +0300
commit56fbff8ce55638ca2a447ee0f5edc64d77424c21 (patch)
tree5e10c4532981d314aba7e5a2912560ed84d6d2d6 /doc/README.md
parent2944946fb8fea7a566c0d07aba80907211e936db (diff)
Docs new index for project's settings
Diffstat (limited to 'doc/README.md')
-rw-r--r--doc/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/README.md b/doc/README.md
index b3e7c9bd0bf..0d82a09d1f4 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -68,17 +68,18 @@ Shortcuts to GitLab's most visited docs:
Manage your [repositories](user/project/repository/index.md) from the UI (user interface):
-- Files
+- [Files](user/project/repository/index.md#files)
- [Create a file](user/project/repository/web_editor.md#create-a-file)
- [Upload a file](user/project/repository/web_editor.md#upload-a-file)
- [File templates](user/project/repository/web_editor.md#template-dropdowns)
- [Create a directory](user/project/repository/web_editor.md#create-a-directory)
- [Start a merge request](user/project/repository/web_editor.md#tips) (when committing via UI)
-- Branches
+- [Branches](user/project/repository/branches/index.md)
+ - [Default branch](user/project/repository/branches/index.md#default-branch)
- [Create a branch](user/project/repository/web_editor.md#create-a-new-branch)
- [Protected branches](user/project/protected_branches.md#protected-branches)
- [Delete merged branches](user/project/repository/branches/index.md#delete-merged-branches)
-- Commits
+- [Commits](user/project/repository/index.md#commits)
- [Signing commits](user/project/repository/gpg_signed_commits/index.md): use GPG to sign your commits.
### Issues and Merge Requests (MRs)