Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
086cbca6
Commit
086cbca6
authored
Jan 20, 2016
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Link to restart_gitlab.md and some more fixes
[ci skip]
parent
9d756f3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
doc/development/doc_styleguide.md
doc/development/doc_styleguide.md
+10
-3
No files found.
doc/development/doc_styleguide.md
View file @
086cbca6
...
...
@@ -105,13 +105,19 @@ Inside the document:
## References
-
There are many cases that a restart/reconfigure of GitLab is required. To
-
**GitLab Restart:**
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:
[
`doc/administration/restart_gitlab.md`
][
doc-restart
]
. Usually the text will
read like:
```
Save the file and [reconfigure GitLab](../administration/restart_gitlab.md) for the changes to take effect.
Save the file and [reconfigure GitLab](../administration/restart_gitlab.md)
for the changes to take effect.
```
If the document you are editing resides in a place other than the GitLab CE/EE
`doc/`
directory, instead of the relative link, use the full path:
`http://doc.gitlab.com/ce/administration/restart_gitlab.html`
.
Replace
`reconfigure`
with
`restart`
where appropriate.
## API
...
...
@@ -240,3 +246,4 @@ curl -X PUT -H "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" -d "restricted_signup_domai
[
cURL
]:
http://curl.haxx.se/
"cURL website"
[
single spaces
]:
http://www.slate.com/articles/technology/technology/2011/01/space_invaders.html
[
gfm
]:
http://doc.gitlab.com/ce/markdown/markdown.html#newlines
"GitLab flavored markdown documentation"
[
doc-restart
]:
../administration/restart_gitlab.md
"GitLab restart documentation"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment