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
3862bcad
Commit
3862bcad
authored
Jan 06, 2021
by
Jonston Chan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve documentation example in styleguide
parent
8c5b7e92
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/development/documentation/styleguide/index.md
doc/development/documentation/styleguide/index.md
+3
-3
No files found.
doc/development/documentation/styleguide/index.md
View file @
3862bcad
...
...
@@ -207,9 +207,9 @@ Some examples fail if incorrect capitalization is used:
Additionally, commands, parameters, values, filenames, and so on must be
included in backticks. For example:
-
"Change the
`needs`
keyword in your
`.gitlab.yml`
..."
-
`needs`
is a parameter, and
`.gitlab.yml`
is a file, so both need backticks.
Additionally,
`.gitlab.yml`
without backticks fails markdownlint because it
-
"Change the
`needs`
keyword in your
`.gitlab
-ci
.yml`
..."
-
`needs`
is a parameter, and
`.gitlab
-ci
.yml`
is a file, so both need backticks.
Additionally,
`.gitlab
-ci
.yml`
without backticks fails markdownlint because it
does not have capital G or L.
-
"Run
`git clone`
to clone a Git repository..."
-
`git clone`
is a command, so it must be lowercase, while Git is the product,
...
...
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