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
9afb4acb
Commit
9afb4acb
authored
Jul 09, 2020
by
Evan Read
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes mixed-case anchors
parent
1b57ba65
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
doc/development/fe_guide/graphql.md
doc/development/fe_guide/graphql.md
+1
-1
doc/install/aws/index.md
doc/install/aws/index.md
+1
-1
doc/user/index.md
doc/user/index.md
+1
-1
doc/user/markdown.md
doc/user/markdown.md
+1
-1
doc/user/project/issues/issue_data_and_actions.md
doc/user/project/issues/issue_data_and_actions.md
+1
-1
No files found.
doc/development/fe_guide/graphql.md
View file @
9afb4acb
...
@@ -646,7 +646,7 @@ defaultClient.query({ query })
...
@@ -646,7 +646,7 @@ defaultClient.query({ query })
.
then
(
result
=>
console
.
log
(
result
));
.
then
(
result
=>
console
.
log
(
result
));
```
```
When
[
using Vuex
](
#
Using-with-V
uex
)
, disable the cache when:
When
[
using Vuex
](
#
using-with-v
uex
)
, disable the cache when:
-
The data is being cached elsewhere
-
The data is being cached elsewhere
-
The use case does not need caching
-
The use case does not need caching
...
...
doc/install/aws/index.md
View file @
9afb4acb
...
@@ -638,7 +638,7 @@ That concludes the configuration changes for our GitLab instance. Next, we'll cr
...
@@ -638,7 +638,7 @@ That concludes the configuration changes for our GitLab instance. Next, we'll cr
On the EC2 dashboard:
On the EC2 dashboard:
1.
Select the
`GitLab`
instance we
[
created earlier
](
#install-git
L
ab
)
.
1.
Select the
`GitLab`
instance we
[
created earlier
](
#install-git
l
ab
)
.
1.
Click on
**Actions**
, scroll down to
**Image**
and click
**Create Image**
.
1.
Click on
**Actions**
, scroll down to
**Image**
and click
**Create Image**
.
1.
Give your image a name and description (we'll use
`GitLab-Source`
for both).
1.
Give your image a name and description (we'll use
`GitLab-Source`
for both).
1.
Leave everything else as default and click
**Create Image**
1.
Leave everything else as default and click
**Create Image**
...
...
doc/user/index.md
View file @
9afb4acb
...
@@ -148,7 +148,7 @@ requests you're assigned to.
...
@@ -148,7 +148,7 @@ requests you're assigned to.
[
Snippets
](
snippets.md
)
are code blocks that you want to store in GitLab, from which
[
Snippets
](
snippets.md
)
are code blocks that you want to store in GitLab, from which
you have quick access to. You can also gather feedback on them through
you have quick access to. You can also gather feedback on them through
[
Discussions
](
#
D
iscussions
)
.
[
Discussions
](
#
d
iscussions
)
.
## Keyboard shortcuts
## Keyboard shortcuts
...
...
doc/user/markdown.md
View file @
9afb4acb
...
@@ -92,7 +92,7 @@ to change.
...
@@ -92,7 +92,7 @@ to change.
GitLab makes full use of the standard (CommonMark) formatting, but also includes additional
GitLab makes full use of the standard (CommonMark) formatting, but also includes additional
functionality useful for GitLab users.
functionality useful for GitLab users.
It makes use of
[
new Markdown features
](
#new-
GFM
-markdown-extensions
)
,
It makes use of
[
new Markdown features
](
#new-
gfm
-markdown-extensions
)
,
not found in standard Markdown:
not found in standard Markdown:
-
[
Color "chips" written in HEX, RGB or HSL
](
#colors
)
-
[
Color "chips" written in HEX, RGB or HSL
](
#colors
)
...
...
doc/user/project/issues/issue_data_and_actions.md
View file @
9afb4acb
...
@@ -88,7 +88,7 @@ An issue can be assigned to:
...
@@ -88,7 +88,7 @@ An issue can be assigned to:
-
Yourself.
-
Yourself.
-
Another person.
-
Another person.
-
[
Many people
](
#multiple-assignees-
STARTER
)
.
**(STARTER)**
-
[
Many people
](
#multiple-assignees-
starter
)
.
**(STARTER)**
The assignee(s) can be changed as often as needed. The idea is that the assignees are
The assignee(s) can be changed as often as needed. The idea is that the assignees are
responsible for that issue until it's reassigned to someone else to take it from there.
responsible for that issue until it's reassigned to someone else to take it from there.
...
...
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