summaryrefslogtreecommitdiff
path: root/doc/development
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-01-20 10:33:59 +0100
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-01-20 10:33:59 +0100
commit9d756f3d8be74103fff0c119e2e1e0701ec93d54 (patch)
treeab1076aad10fd3fffeabe90b15b241824032f405 /doc/development
parenta382ad99efd4c792f70705d386b2be688b667f24 (diff)
downloadgitlab-ce-9d756f3d8be74103fff0c119e2e1e0701ec93d54.tar.gz
Add document on restarting GitLab
[ci skip]
Diffstat (limited to 'doc/development')
-rw-r--r--doc/development/doc_styleguide.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/development/doc_styleguide.md b/doc/development/doc_styleguide.md
index 0bd32b78201..0539bc2df21 100644
--- a/doc/development/doc_styleguide.md
+++ b/doc/development/doc_styleguide.md
@@ -103,6 +103,17 @@ Inside the document:
`_**Note:** This feature was introduced in GitLab EE 8.3_`. Otherwise, leave
this mention out
+## References
+
+- There are many cases that a restart/reconfigure of GitLab is required. To
+ avoid duplication, link to the special document that can be found in
+ `doc/administration/restart_gitlab.md`. Usually the text will read like:
+
+ ```
+ Save the file and [reconfigure GitLab](../administration/restart_gitlab.md) for the changes to take effect.
+ ```
+ Replace `reconfigure` with `restart` where appropriate.
+
## API
Here is a list of must-have items. Use them in the exact order that appears