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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Leitzen <pleitzen@gitlab.com>2022-11-22 16:52:50 +0300
committerMarcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com>2022-11-22 16:52:50 +0300
commit8a2433f6b2ea2cadb209a1dd1c761968be18b5a9 (patch)
tree4b78a8097ab4edec0be9c0c02ec6887aea8a58ad
parent273f3bd43ad576c605b275b9e526d1e0c04f7da9 (diff)
Add "RuboCop rule development guide" navigation entry
-rw-r--r--content/_data/navigation.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index 2ad2b31d..e069e9aa 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -2681,6 +2681,8 @@ sections:
doc_url: 'ee/development/fe_guide/style/javascript.html'
- doc_title: Python development guidelines
doc_url: 'ee/development/python_guide/'
+ - doc_title: RuboCop rule development guide
+ doc_url: 'ee/development/rubocop_development_guide.html'
- doc_title: Ruby style guide
doc_url: 'ee/development/backend/ruby_style_guide.html'
- doc_title: 'Gemfile guidelines'