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:
authorMarcel Amirault <mamirault@gitlab.com>2019-07-15 04:04:35 +0300
committerEvan Read <eread@gitlab.com>2019-07-15 04:04:35 +0300
commit4121c636763e4bcbca7622e9f0e341d5e0e5a3e1 (patch)
tree1866b3f0165503b02ef3bc3cfc2d8cee7c8d5335 /doc/development/new_fe_guide
parente8fd34b1a457c538fe568ea9eec4fae4d0f3c869 (diff)
Remove extra blank lines from docs
Removing extra blank lines in docs that serve no purpose, as well as some --- lines that also are not needed.
Diffstat (limited to 'doc/development/new_fe_guide')
-rw-r--r--doc/development/new_fe_guide/index.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/development/new_fe_guide/index.md b/doc/development/new_fe_guide/index.md
index 0e8f5486861..227d03bd86f 100644
--- a/doc/development/new_fe_guide/index.md
+++ b/doc/development/new_fe_guide/index.md
@@ -19,7 +19,6 @@ Learn about all the internal JavaScript modules that make up our frontend.
Style guides to keep our code consistent.
-
## [Tips](tips.md)
Tips from our frontend team to develop more efficiently and effectively.