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
b1044dcd
Commit
b1044dcd
authored
Apr 22, 2021
by
Evan Read
Committed by
Marcin Sedlak-Jakubowski
Apr 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix documentation build errors
parent
54e40adb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
12 deletions
+13
-12
doc/development/snowplow/index.md
doc/development/snowplow/index.md
+7
-7
doc/development/usage_ping/index.md
doc/development/usage_ping/index.md
+3
-3
doc/user/project/issues/managing_issues.md
doc/user/project/issues/managing_issues.md
+3
-2
No files found.
doc/development/snowplow/index.md
View file @
b1044dcd
...
...
@@ -114,13 +114,13 @@ The current method provides several attributes that are sent on each click event
| category
* | label | action | property*
*
| value |
|-------------|------------------|-----------------------|----------|:-----:|
|
[root:index] | main_navigation | click_navigation_link
|
`[link_label]`
| - |
|
[groups:boards:show] | toggle_swimlanes | click_toggle_button
| - |
`[is_active]`
|
|
[projects:registry:index] | registry_delete | click_button
| - | - |
|
[projects:registry:index] | registry_delete | confirm_deletion
| - | - |
|
[projects:blob:show] | congratulate_first_pipeline | click_button
|
`[human_access]`
| - |
|
[projects:clusters:new] | chart_options | generate_link
|
`[chart_link]`
| - |
|
[projects:clusters:new] | chart_options | click_add_label_button
|
`[label_id]`
| - |
|
`[root:index]`
|
`main_navigation`
|
`click_navigation_link`
|
`[link_label]`
| - |
|
`[groups:boards:show]`
|
`toggle_swimlanes`
|
`click_toggle_button`
| - |
`[is_active]`
|
|
`[projects:registry:index]`
|
`registry_delete`
|
`click_button`
| - | - |
|
`[projects:registry:index]`
|
`registry_delete`
|
`confirm_deletion`
| - | - |
|
`[projects:blob:show]`
|
`congratulate_first_pipeline`
|
`click_button`
|
`[human_access]`
| - |
|
`[projects:clusters:new]`
|
`chart_options`
|
`generate_link`
|
`[chart_link]`
| - |
|
`[projects:clusters:new]`
|
`chart_options`
|
`click_add_label_button`
|
`[label_id]`
| - |
_* It's ok to omit the category, and use the default._
<br>
_** Property is usually the best place for variable strings._
...
...
doc/development/usage_ping/index.md
View file @
b1044dcd
...
...
@@ -913,9 +913,9 @@ On GitLab.com, the Product Intelligence team regularly monitors Usage Ping. They
To set up Usage Ping locally, you must:
1.
[Set up local repositories]
#(set-up-local-repositories)
1.
[
Test local setup
](
#test-local-setup
)
1.
(Optional)
[
Test Prometheus-based usage ping
](
#test-prometheus-based-usage-ping
)
1.
[
Set up local repositories
]
(
#set-up-local-repositories
)
.
1.
[
Test local setup
](
#test-local-setup
)
.
1.
(Optional)
[
Test Prometheus-based usage ping
](
#test-prometheus-based-usage-ping
)
.
#### Set up local repositories
...
...
doc/user/project/issues/managing_issues.md
View file @
b1044dcd
...
...
@@ -74,8 +74,9 @@ To visit the issue tracker for all projects in your group:
1.
Go to the group dashboard.
1.
In the left sidebar, select
**Issues**
.
1.
In the top-right, select the
**Select project to create issue**
button.
1.
Select the project you'd like to create an issue for. The button now appears as
**New issue in <selected project>**
.
1.
Select
**New issue in <selected project>**
.
1.
Select the project you'd like to create an issue for. The button now reflects the selected
project.
1.
Select the button to create an issue in the selected project.

...
...
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