diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2018-01-25 13:02:40 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2018-01-25 13:02:40 +0000 |
commit | 1f5af51b476a36a72759e7560c125c2b9602b145 (patch) | |
tree | 549a376ecb51da8c352340cf2e9074bc0e79c6ad /doc | |
parent | d772f52e1ec5848b00fc590606d33645f0799eb5 (diff) | |
parent | 0e7e622712c99cd271aa026e636bfcf3b557e855 (diff) | |
download | gitlab-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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/ux_guide/index.md | 2 |
1 files changed, 2 insertions, 0 deletions
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. |