diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-07-15 01:04:35 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-07-15 01:04:35 +0000 |
commit | 4121c636763e4bcbca7622e9f0e341d5e0e5a3e1 (patch) | |
tree | 1866b3f0165503b02ef3bc3cfc2d8cee7c8d5335 /doc/workflow | |
parent | e8fd34b1a457c538fe568ea9eec4fae4d0f3c869 (diff) | |
download | gitlab-ce-4121c636763e4bcbca7622e9f0e341d5e0e5a3e1.tar.gz |
Remove extra blank lines from docs
Removing extra blank lines in docs that serve
no purpose, as well as some --- lines that also
are not needed.
Diffstat (limited to 'doc/workflow')
-rw-r--r-- | doc/workflow/file_finder.md | 4 | ||||
-rw-r--r-- | doc/workflow/todos.md | 16 |
2 files changed, 5 insertions, 15 deletions
diff --git a/doc/workflow/file_finder.md b/doc/workflow/file_finder.md index 8d87b030c83..52c83caeea8 100644 --- a/doc/workflow/file_finder.md +++ b/doc/workflow/file_finder.md @@ -2,8 +2,6 @@ > [Introduced][gh-9889] in GitLab 8.4. ---- - The file finder feature allows you to quickly shortcut your way when you are searching for a file in a repository using the GitLab UI. @@ -12,8 +10,6 @@ project. ![Find file button](img/file_finder_find_button.png) ---- - For those who prefer to keep their fingers on the keyboard, there is a [shortcut button](shortcuts.md) as well, which you can invoke from _anywhere_ in a project. diff --git a/doc/workflow/todos.md b/doc/workflow/todos.md index 1f8900c734b..0432c406f31 100644 --- a/doc/workflow/todos.md +++ b/doc/workflow/todos.md @@ -12,8 +12,6 @@ in a simple dashboard. ![To Do screenshot showing a list of items to check on](img/todos_index.png) ---- - You can quickly access your To-Do List by clicking the checkmark icon next to the search bar in the top navigation. If the count is: @@ -31,15 +29,15 @@ A To Do displays on your To-Do List when: - An issue or merge request is assigned to you - You are `@mentioned` in the description or comment of an: - - Issue - - Merge Request - - Epic **(ULTIMATE)** + - Issue + - Merge Request + - Epic **(ULTIMATE)** - You are `@mentioned` in a comment on a commit - A job in the CI pipeline running for your merge request failed, but this job is not allowed to fail - An open merge request becomes unmergeable due to conflict, and you are either: - - The author - - Have set it to automatically merge once the pipeline succeeds + - The author + - Have set it to automatically merge once the pipeline succeeds To-do triggers are not affected by [GitLab Notification Email settings](notifications.md). @@ -94,8 +92,6 @@ Actions that dismiss To-Do items include: - Adding/removing a label - Commenting on the issue ---- - Your To-Do List is personal, and items are only marked as done if the action comes from you. If you close the issue or merge request, your To Do is automatically marked as done. @@ -108,8 +104,6 @@ To prevent other users from closing issues without you being notified, if someon There is just one To Do for each of these, so mentioning a user a hundred times in an issue will only trigger one To Do. ---- - If no action is needed, you can manually mark the To Do as done by clicking the corresponding **Done** button, and it will disappear from your To-Do List. |