summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaurie Davis <taurie@gitlab.com>2019-08-21 20:58:59 +0000
committerTaurie Davis <taurie@gitlab.com>2019-08-21 20:58:59 +0000
commit340bf81f81b28312f0b3994167463284c1b57575 (patch)
tree172a8167e7da2df7e11b0e0292531d6ff070b6e8
parent8a3041ae90ace1468bcdb537385ec338b7557b61 (diff)
downloadgitlab-ce-remove-fe-components.tar.gz
Add Pajamas link to components indexremove-fe-components
-rw-r--r--doc/development/fe_guide/index.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/development/fe_guide/index.md b/doc/development/fe_guide/index.md
index 42caea8e4e5..096f257e08c 100644
--- a/doc/development/fe_guide/index.md
+++ b/doc/development/fe_guide/index.md
@@ -41,6 +41,11 @@ or make changes to our frontend development guidelines.
How we write frontend tests, run the GitLab test suite, and debug test related
issues.
+## Pajamas Design System
+
+Reusable components with technical and usage guidelines can be found in our
+[Pajamas Design System](https://design.gitlab.com/).
+
## [Design Patterns](design_patterns.md)
Common JavaScript design patterns in GitLab's codebase.