From 69d2e1d8291621174cfa397e5f85d882da421031 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sun, 8 Mar 2015 14:56:45 -0700 Subject: Add UI guide to GitLab development help --- doc/development/ui_guide.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/development/ui_guide.md (limited to 'doc/development/ui_guide.md') diff --git a/doc/development/ui_guide.md b/doc/development/ui_guide.md new file mode 100644 index 00000000000..2f01defc11d --- /dev/null +++ b/doc/development/ui_guide.md @@ -0,0 +1,12 @@ +# UI Guide for building GitLab + +## Best practices for creating new pages in GitLab + +TODO: write some best practices when develop GitLab features. + +## GitLab UI development kit + +We created a page inside GitLab where you can check commonly used html and css elements. + +When you run GitLab instance locally - just visit http://localhost:3000/help/ui page to see UI examples +you can use during GitLab development. -- cgit v1.2.1