diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-07-15 01:04:35 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-07-15 01:04:35 +0000 |
commit | 4121c636763e4bcbca7622e9f0e341d5e0e5a3e1 (patch) | |
tree | 1866b3f0165503b02ef3bc3cfc2d8cee7c8d5335 /doc/development/fe_guide | |
parent | e8fd34b1a457c538fe568ea9eec4fae4d0f3c869 (diff) | |
download | gitlab-ce-4121c636763e4bcbca7622e9f0e341d5e0e5a3e1.tar.gz |
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/fe_guide')
-rw-r--r-- | doc/development/fe_guide/index.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/development/fe_guide/index.md b/doc/development/fe_guide/index.md index 36d5e4ab96b..6bf6113dd81 100644 --- a/doc/development/fe_guide/index.md +++ b/doc/development/fe_guide/index.md @@ -17,8 +17,6 @@ Working with our frontend assets requires Node (v8.10.0 or greater) and Yarn For our currently-supported browsers, see our [requirements][requirements]. ---- - ## Initiatives Current high-level frontend goals are listed on [Frontend Epics](https://gitlab.com/groups/gitlab-org/-/epics?label_name%5B%5D=frontend). @@ -77,8 +75,6 @@ How we use Snowplow to track custom events. Read the [frontend's FAQ](frontend_faq.md) for common small pieces of helpful information. ---- - ## Style Guides ### [JavaScript Style Guide](style_guide_js.md) @@ -91,20 +87,14 @@ changes. Our SCSS conventions which are enforced through [scss-lint][scss-lint]. ---- - ## [Performance](performance.md) Best practices for monitoring and maximizing frontend performance. ---- - ## [Security](security.md) Frontend security practices. ---- - ## [Accessibility](accessibility.md) Our accessibility standards and resources. |