summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2016-10-10 15:53:17 +0000
committerLuke "Jared" Bennett <lbennett@gitlab.com>2016-10-10 15:53:17 +0000
commit38da1a01921fa9a1da85f2c0d3224130315b1833 (patch)
tree3bcce1d17a813fa27fe0e0f43f9ac2296d8dec49
parentf32710f063819453d4101009e7ab40152e1cac83 (diff)
downloadgitlab-ce-update-frontend-guidelines.tar.gz
Update README.md with `Frontend guidelines` section.update-frontend-guidelines
-rw-r--r--doc/development/README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/development/README.md b/doc/development/README.md
index 9706cb1de7f..4d24f996913 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -12,8 +12,6 @@
contributing to documentation.
- [SQL Migration Style Guide](migration_style_guide.md) for creating safe SQL migrations
- [Testing standards and style guidelines](testing.md)
-- [UI guide](ui_guide.md) for building GitLab with existing CSS styles and elements
-- [Frontend guidelines](frontend.md)
- [SQL guidelines](sql.md) for SQL guidelines
## Process
@@ -39,6 +37,12 @@
- [What requires downtime?](what_requires_downtime.md)
- [Adding database indexes](adding_database_indexes.md)
+## Frontend guidelines
+
+- [Frontend guidelines](frontend/README.md)
+- [SCSS styleguide](frontend/scss-style-guide.md)
+- [UI guidelines](frontend/ui_guide.md) for building GitLab with existing CSS styles and elements
+
## Compliance
- [Licensing](licensing.md) for ensuring license compliance