summaryrefslogtreecommitdiff
path: root/doc/user/feature_highlight.md
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2018-01-10 22:16:27 -0600
committerEric Eastwood <contact@ericeastwood.com>2018-02-05 12:10:09 -0600
commit2fb167fa3bc1aa3d46f4edc551d1b37a9c038cac (patch)
treec53c6f8a8ccb71a20e8ae7b228e11a1cedcbdef7 /doc/user/feature_highlight.md
parent0a30a9ea595530499e2d3ae8062506b0a94eebad (diff)
downloadgitlab-ce-2fb167fa3bc1aa3d46f4edc551d1b37a9c038cac.tar.gz
Restore feature_highlight code41672-emphasize-gke-cluster-to-new-users
From https://gitlab.com/gitlab-org/gitlab-ce/issues/36760 Was reverted in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14373
Diffstat (limited to 'doc/user/feature_highlight.md')
-rw-r--r--doc/user/feature_highlight.md15
1 files changed, 15 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