diff options
author | Clement Ho <clemmakesapps@gmail.com> | 2018-02-05 21:11:07 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2018-02-05 21:11:07 +0000 |
commit | 7c8e7a8d1f4a65f8b55172c1ee53096b7baac493 (patch) | |
tree | 920106a1e36f5cbf3573248b3f531f4c7d59d024 /doc | |
parent | c07b6b7793dd5414f4763240c462fe7cfe0b27da (diff) | |
parent | 2fb167fa3bc1aa3d46f4edc551d1b37a9c038cac (diff) | |
download | gitlab-ce-7c8e7a8d1f4a65f8b55172c1ee53096b7baac493.tar.gz |
Merge branch '41672-emphasize-gke-cluster-to-new-users' into 'master'
Add feature highlight blue dot to GKE "Clusters" sidebar item
Closes #41672
See merge request gitlab-org/gitlab-ce!16379
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/feature_highlight.md | 15 | ||||
-rw-r--r-- | doc/user/img/feature_highlight_example.png | bin | 0 -> 27262 bytes | |||
-rw-r--r-- | doc/user/index.md | 2 |
3 files changed, 17 insertions, 0 deletions
diff --git a/doc/user/feature_highlight.md b/doc/user/feature_highlight.md new file mode 100644 index 00000000000..bd98ea00757 --- /dev/null +++ b/doc/user/feature_highlight.md @@ -0,0 +1,15 @@ +# Feature highlight + +> [Introduced][ce-16379] in GitLab 10.5 + +Feature highlights are represented by a pulsing blue dot. Hovering over the dot +will open up callout with more information. +They are used to emphasize a certain feature and make something more visible to the user. + +You can dismiss any feature highlight permanently by clicking the "Got it" link +at the bottom of the callout. There isn't a way to restore the feature highlight +after it has been dismissed. + +![Clusters feature highlight](img/feature_highlight_example.png) + +[ce-16379]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16379 diff --git a/doc/user/img/feature_highlight_example.png b/doc/user/img/feature_highlight_example.png Binary files differnew file mode 100644 index 00000000000..32ca05a6087 --- /dev/null +++ b/doc/user/img/feature_highlight_example.png diff --git a/doc/user/index.md b/doc/user/index.md index 01db8becc43..43b6fd53b91 100644 --- a/doc/user/index.md +++ b/doc/user/index.md @@ -107,6 +107,8 @@ personal access tokens, authorized applications, etc. methods available in GitLab. - [Permissions](permissions.md): Learn the different set of permissions levels for each user type (guest, reporter, developer, master, owner). +- [Feature highlight](feature_highlight.md): Learn more about the little blue dots +around the app that explain certain features ## Groups |