Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2018-05-07 21:04:33 +0300
committerTim Zallmann <tzallmann@gitlab.com>2018-05-07 21:04:33 +0300
commit14e16915357ee77c2a1f93f2f6b6dfcc6fdf389f (patch)
tree8c8c0946ec891e0fcffda16a6eefdf9905af54b8
parent7fd5d950659f7073d988d87a0c1163e1eb3a7955 (diff)
parentbf1a4ff3b63bc84124395797f58b5249370d78ee (diff)
Merge branch 'docs-fe-guide-notice' into 'master'
Add notice to current fe guide about new fe guide Closes #46067 See merge request gitlab-org/gitlab-ce!18781
-rw-r--r--doc/development/fe_guide/index.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/development/fe_guide/index.md b/doc/development/fe_guide/index.md
index 5a67414e835..6d3796e7560 100644
--- a/doc/development/fe_guide/index.md
+++ b/doc/development/fe_guide/index.md
@@ -1,5 +1,8 @@
# Frontend Development Guidelines
+> **Notice:**
+We are currently in the process of re-writing our development guide to make it easier to find information. The new guide is still WIP but viewable in [development/new_fe_guide](../new_fe_guide/index.md)
+
This document describes various guidelines to ensure consistency and quality
across GitLab's frontend team.