Commit 19ea36227afb25563df48df7a7bfcd8053d4f486
Exists in
spb-stable
and in
2 other branches
Merge branch 'add_titles_to_help_pages' into 'master'
Add titles to help pages Fixes #1183
Showing
38 changed files
with
74 additions
and
5 deletions
Show diff stats
doc/api/deploy_keys.md
doc/api/groups.md
doc/api/issues.md
doc/api/merge_requests.md
doc/api/milestones.md
doc/api/notes.md
doc/api/project_snippets.md
doc/api/projects.md
doc/api/repositories.md
doc/api/repository_files.md
doc/api/session.md
doc/api/system_hooks.md
doc/api/users.md
doc/install/database_mysql.md
1 | +# Database Mysql | |
2 | + | |
1 | 3 | ## Note |
2 | 4 | |
3 | 5 | We do not recommend using MySQL due to various issues. For example, case [(in)sensitivity](https://dev.mysql.com/doc/refman/5.0/en/case-sensitivity.html) and [problems](http://bugs.mysql.com/bug.php?id=65830) that [suggested](http://bugs.mysql.com/bug.php?id=50909) [fixes](http://bugs.mysql.com/bug.php?id=65830) [have](http://bugs.mysql.com/bug.php?id=63164). | ... | ... |
doc/install/installation.md
1 | +# Installation | |
2 | + | |
1 | 3 | # Select Version to Install |
2 | 4 | Make sure you view [this installation guide](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/installation.md) from the branch (version) of GitLab you would like to install. In most cases |
3 | 5 | this should be the highest numbered stable branch (example shown below). | ... | ... |
doc/install/requirements.md
1 | -# Operating Systems | |
1 | +# Requirements | |
2 | + | |
3 | +## Operating Systems | |
2 | 4 | |
3 | 5 | GitLab is developed for the Linux operating system. For the installations options and instructions please see [the installation section of the readme](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/README.md#installation). |
4 | 6 | ... | ... |
doc/legal/corporate_contributor_license_agreement.md
1 | +# Corporate contributor license agreement | |
2 | + | |
1 | 3 | You accept and agree to the following terms and conditions for Your present and future Contributions submitted to GitLab B.V.. Except for the license granted herein to GitLab B.V. and recipients of software distributed by GitLab B.V., You reserve all right, title, and interest in and to Your Contributions. |
2 | 4 | |
3 | 5 | 1. Definitions. | ... | ... |
doc/legal/individual_contributor_license_agreement.md
1 | +# Individual contributor license agreement | |
2 | + | |
1 | 3 | You accept and agree to the following terms and conditions for Your present and future Contributions submitted to GitLab B.V.. Except for the license granted herein to GitLab B.V. and recipients of software distributed by GitLab B.V., You reserve all right, title, and interest in and to Your Contributions. |
2 | 4 | |
3 | 5 | 1. Definitions. | ... | ... |
doc/markdown/markdown.md
doc/permissions/permissions.md
1 | +# Permissions | |
2 | + | |
1 | 3 | Users have different abilities depending on the access level they have in a particular group or project. |
2 | 4 | If a user is both in a project group and in the project itself, the highest permission level is used. |
3 | 5 | If a user is a GitLab administrator they receive all permissions. | ... | ... |
doc/public_access/public_access.md
1 | +# Public access | |
2 | + | |
1 | 3 | Gitlab allows you to open selected projects to be accessed **publicly** or **internally**. |
2 | 4 | Projects with either of these visibility levels will be listen in the [public access directory](/public). |
3 | 5 | Internal projects will only be available to authenticated users. | ... | ... |
doc/raketasks/backup_restore.md
doc/raketasks/cleanup.md
doc/raketasks/import.md
doc/raketasks/maintenance.md
doc/raketasks/user_management.md
doc/raketasks/web_hooks.md
doc/release/monthly.md
doc/release/patch.md
1 | 1 | # Things to do when doing a patch release |
2 | + | |
2 | 3 | NOTE: This is a guide for GitLab developers. If you are trying to install GitLab see the latest stable [installation guide](install/installation.md) and if you are trying to upgrade, see the [upgrade guides](update). |
3 | 4 | |
4 | 5 | ## When to do a patch release | ... | ... |
doc/release/security.md
1 | 1 | # Things to do when doing an out-of-bound security release |
2 | + | |
2 | 3 | NOTE: This is a guide for GitLab developers. If you are trying to install GitLab see the latest stable [installation guide](install/installation.md) and if you are trying to upgrade, see the [upgrade guides](update). |
3 | 4 | |
4 | 5 | ## When to do a security release | ... | ... |
doc/security/rack_attack.md
1 | +# Rack attack | |
2 | + | |
1 | 3 | To prevent abusive clients doing damage GitLab uses rack-attack gem. |
2 | 4 | If you installed or upgraded GitLab by following the official guides this should be enabled by default. |
3 | 5 | If you are missing `config/initializers/rack_attack.rb` the following steps need to be taken in order to enable protection for your GitLab instance: |
... | ... | @@ -16,4 +18,4 @@ If you want more restrictive/relaxed throttle rule change the `limit` or `period |
16 | 18 | |
17 | 19 | In case you find throttling is not enough to protect you against abusive clients, rack-attack gem offers IP whitelisting, blacklisting, Fail2ban style filter and tracking. |
18 | 20 | |
19 | -For more information on how to use these options check out [rack-attack README](https://github.com/kickstarter/rack-attack/blob/master/README.md). | |
20 | 21 | \ No newline at end of file |
22 | +For more information on how to use these options check out [rack-attack README](https://github.com/kickstarter/rack-attack/blob/master/README.md). | ... | ... |
doc/ssh/deploy_keys.md
doc/ssh/ssh.md
doc/system_hooks/system_hooks.md
doc/web_hooks/web_hooks.md
doc/workflow/authorization_for_merge_requests.md
doc/workflow/project_features.md
doc/workflow/workflow.md