diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-05-27 14:12:15 +0200 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-05-27 14:12:15 +0200 |
commit | f22c709539d06be6fa76f148dedffdef1170936c (patch) | |
tree | e1274499889330e67162494f3e9d2af75f693cf7 /doc/workflow | |
parent | 3bdf0e2921c4cac46084834899302b25858e6bde (diff) | |
download | gitlab-ce-f22c709539d06be6fa76f148dedffdef1170936c.tar.gz |
Add titles to doc pages.
Diffstat (limited to 'doc/workflow')
-rw-r--r-- | doc/workflow/authorization_for_merge_requests.md | 2 | ||||
-rw-r--r-- | doc/workflow/project_features.md | 2 | ||||
-rw-r--r-- | doc/workflow/workflow.md | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/doc/workflow/authorization_for_merge_requests.md b/doc/workflow/authorization_for_merge_requests.md index 4e07d7c04c5..cc7031b11e1 100644 --- a/doc/workflow/authorization_for_merge_requests.md +++ b/doc/workflow/authorization_for_merge_requests.md @@ -1,3 +1,5 @@ +# Authorization for Merge requests + There are two main ways to have a merge request flow with GitLab: working with protected branches in a single repository, or working with forks of an authoritative project. ## Protected branch flow diff --git a/doc/workflow/project_features.md b/doc/workflow/project_features.md index 64f4ddaa125..ec2c273db01 100644 --- a/doc/workflow/project_features.md +++ b/doc/workflow/project_features.md @@ -1,3 +1,5 @@ +# Project features + When in a Project -> Settings, you will find Features on the bottom of the page that you can toggle. Below you will find a more elaborate explanation of each of these. diff --git a/doc/workflow/workflow.md b/doc/workflow/workflow.md index bb232e9d5c5..8186cd53b20 100644 --- a/doc/workflow/workflow.md +++ b/doc/workflow/workflow.md @@ -1,3 +1,5 @@ +# Workflow + 1. Clone project ```bash |