summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2018-01-25 13:02:40 +0000
committerJacob Schatz <jschatz@gitlab.com>2018-01-25 13:02:40 +0000
commit1f5af51b476a36a72759e7560c125c2b9602b145 (patch)
tree549a376ecb51da8c352340cf2e9074bc0e79c6ad
parentd772f52e1ec5848b00fc590606d33645f0799eb5 (diff)
parent0e7e622712c99cd271aa026e636bfcf3b557e855 (diff)
downloadgitlab-ce-1f5af51b476a36a72759e7560c125c2b9602b145.tar.gz
Merge branch 'ux-guide-deprecation' into 'master'
Add note within ux documentation that further changes should be made within theā€¦ See merge request gitlab-org/gitlab-ce!16686
-rw-r--r--changelogs/unreleased/ux-guide-deprecation.yml6
-rw-r--r--doc/development/ux_guide/index.md2
2 files changed, 8 insertions, 0 deletions
diff --git a/changelogs/unreleased/ux-guide-deprecation.yml b/changelogs/unreleased/ux-guide-deprecation.yml
new file mode 100644
index 00000000000..16477f59abf
--- /dev/null
+++ b/changelogs/unreleased/ux-guide-deprecation.yml
@@ -0,0 +1,6 @@
+---
+title: Add note within ux documentation that further changes should be made within
+ the design.gitlab project
+merge_request:
+author:
+type: deprecated
diff --git a/doc/development/ux_guide/index.md b/doc/development/ux_guide/index.md
index 42bcf234e12..c59e7b72a1a 100644
--- a/doc/development/ux_guide/index.md
+++ b/doc/development/ux_guide/index.md
@@ -1,3 +1,5 @@
+> We are in the process of transferring UX documentation to the [design.gitlab.com](https://gitlab.com/gitlab-org/design.gitlab.com) project. Any updates to these docs should be made in that project. If documentation does not yet exist within [design.gitlab.com](https://gitlab.com/gitlab-org/design.gitlab.com), [create an issue](https://gitlab.com/gitlab-org/design.gitlab.com/issues) and merge request to add your new changes.
+
# GitLab UX Guide
The goal of this guide is to provide standards, principles and in-depth information to design beautiful and effective GitLab features. This will be a living document, and we welcome contributions, feedback and suggestions.