Commit 3a1ab65e49b94d6779a2641cd3ab297f1308b57a

Authored by Dmitriy Zaporozhets
2 parents 970d86b7 a859723e

Merge branch 'add-backup-to-readme' of /home/git/repositories/gitlab/gitlabhq

Showing 1 changed file with 6 additions and 3 deletions   Show diff stats
@@ -127,14 +127,17 @@ or start each component separately @@ -127,14 +127,17 @@ or start each component separately
127 127
128 ### GitLab interfaces 128 ### GitLab interfaces
129 129
130 -* [GitLab API](doc/api/README.md) 130 +* [GitLab API doc](doc/api/README.md) or see the [GitLab API website](http://api.gitlab.org/)
131 131
132 -* [Rake tasks](doc/raketasks) 132 +* [Rake tasks](doc/raketasks) including a [backup and restore procedure](doc/raketasks/backup_restore.md)
133 133
134 * [Directory structure](doc/install/structure.md) 134 * [Directory structure](doc/install/structure.md)
135 135
136 -* [Databases](doc/install/databases.md) 136 +* [Database installation](doc/install/databases.md)
137 137
  138 +* [Markdown specification](doc/markdown/markdown.md)
  139 +
  140 +* [Security guide](doc/security/rack_attack.md) to throttle abusive requests
138 141
139 ### Getting help 142 ### Getting help
140 143