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:
authorSuzanne Selhorn <sselhorn@gitlab.com>2020-10-28 19:25:24 +0300
committerSuzanne Selhorn <sselhorn@gitlab.com>2020-10-28 19:25:24 +0300
commit174b38b7f5ce67555bb68b8b86c4c155bced16b4 (patch)
tree823cd9ffe8fa303f5057b87c973c4266c61a1419
parent89d1eb8c50e4a6acc296d011ae5c3ee5590f9b79 (diff)
parentb252f683e59f14929ab16012fcc33122d0e2d14b (diff)
Merge branch 'patch-1' into 'master'
Added packages development to contributor section See merge request gitlab-org/gitlab-docs!1272
-rw-r--r--content/_data/default-nav.yaml20
1 files changed, 11 insertions, 9 deletions
diff --git a/content/_data/default-nav.yaml b/content/_data/default-nav.yaml
index fabf6e2a..6974d0dc 100644
--- a/content/_data/default-nav.yaml
+++ b/content/_data/default-nav.yaml
@@ -1605,11 +1605,11 @@ sections:
- category_title: CI/CD development
category_url: 'development/cicd/'
docs:
- - doc_title: Development guide for CI/CD templates
+ - doc_title: CI/CD template development
doc_url: 'development/cicd/templates.html'
- category_title: Danger bot
category_url: 'development/dangerbot.html'
- - category_title: Database guides
+ - category_title: Database development
category_url: 'development/database/'
docs:
- doc_title: Database review guidelines
@@ -1648,7 +1648,7 @@ sections:
doc_url: 'development/documentation/site_architecture/deployment_process.html'
- doc_title: Release process
doc_url: 'development/documentation/site_architecture/release_process.html'
- - category_title: Experiment guide
+ - category_title: Experiments
category_url: 'development/experiment_guide/'
- category_title: Feature flags for GitLab development
category_url: 'development/feature_flags/'
@@ -1661,7 +1661,7 @@ sections:
doc_url: 'development/feature_flags/controls.html'
- doc_title: Documenting feature flags
doc_url: 'development/documentation/feature_flags.html'
- - category_title: Frontend development guidelines
+ - category_title: Frontend development
category_url: 'development/fe_guide/'
docs:
- doc_title: Accessibility
@@ -1702,15 +1702,15 @@ sections:
doc_url: 'development/fe_guide/vuex.html'
- doc_title: Vue
doc_url: 'development/fe_guide/vue.html'
- - category_title: GitLab Pages (development)
+ - category_title: GitLab Pages development
category_url: 'https://gitlab.com/gitlab-org/gitlab-development-kit/blob/master/doc/howto/pages.md'
external_url: true
- - category_title: Geo (development)
+ - category_title: Geo development
category_url: 'development/geo.html'
docs:
- doc_title: Geo framework
doc_url: 'development/geo/framework.html'
- - category_title: Gitaly development guide
+ - category_title: Gitaly development
category_url: 'development/gitaly.html'
- category_title: GitLab Design System
category_url: 'https://design.gitlab.com'
@@ -1748,7 +1748,9 @@ sections:
category_url: 'development/pipelines.html'
- category_title: Instrumenting Ruby code
category_url: 'development/instrumentation.html'
- - category_title: Product Analytics guide
+ - category_title: Package development
+ category_url: 'development/packages.html'
+ - category_title: Product Analytics
category_url: 'development/product_analytics/'
docs:
- doc_title: Event dictionary
@@ -1757,7 +1759,7 @@ sections:
doc_url: 'development/product_analytics/usage_ping.html'
- doc_title: Snowplow guide
doc_url: 'development/product_analytics/snowplow.html'
- - category_title: Testing standards and style guidelines
+ - category_title: Testing standards and styles
category_url: 'development/testing_guide/'
docs:
- doc_title: Flaky tests