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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
3ef2c38b
Commit
3ef2c38b
authored
Sep 02, 2016
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change the inline code to codeblocks for the new features doc guideline
[ci skip]
parent
1c4e8663
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
7 deletions
+22
-7
doc/development/doc_styleguide.md
doc/development/doc_styleguide.md
+22
-7
No files found.
doc/development/doc_styleguide.md
View file @
3ef2c38b
...
...
@@ -155,15 +155,30 @@ Inside the document:
-
Every piece of documentation that comes with a new feature should declare the
GitLab version that feature got introduced. Right below the heading add a
note:
`> Introduced in GitLab 8.3.`
.
note:
```
> Introduced in GitLab 8.3.
```
-
If possible every feature should have a link to the MR that introduced it.
The above note would be then transformed to:
`> [Introduced][ce-1242] in GitLab 8.3.`
, where
the
[
link identifier
](
#links
)
is named after the repository (CE) and the MR
number.
-
If the feature is only in GitLab EE, don't forget to mention it, like:
`> Introduced in GitLab EE 8.3.`
. Otherwise, leave
this mention out.
```
> [Introduced][ce-1242] in GitLab 8.3.
```
, where the [link identifier](#links) is named after the repository (CE) and
the MR number.
-
If the feature is only in GitLab Enterprise Edition, don't forget to mention
it, like:
```
> Introduced in GitLab Enterprise Edition 8.3.
```
Otherwise, leave this mention out.
## References
...
...
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