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:
authorAmy Qualls <aqualls@gitlab.com>2023-07-19 19:08:12 +0300
committerAmy Qualls <aqualls@gitlab.com>2023-07-19 19:08:12 +0300
commit5010d229f23cb4e9676816ec2cea2d10a241b98d (patch)
tree8467219dfd1235e9608e2b16797247abd90edcd4
parent23a15ad02f8846c7060ba25a2660a8874e83c0ec (diff)
parent42c655b97379b46a373dfdedc51f6cfefd93f1ad (diff)
Merge branch 'fe-onboarding-course' into 'main'
Add frontend onboarding course to nav See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/4087 Merged-by: Amy Qualls <aqualls@gitlab.com> Approved-by: Amy Qualls <aqualls@gitlab.com> Co-authored-by: Lee Tickett <ltickett@gitlab.com>
-rw-r--r--content/_data/navigation.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index 596eb233..4bba39b1 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -3165,6 +3165,11 @@ sections:
doc_url: 'ee/development/fe_guide/logging.html'
- doc_title: Merge request widget extensions
doc_url: 'ee/development/fe_guide/merge_request_widget_extensions.html'
+ - doc_title: Onboarding course
+ doc_url: 'ee/development/fe_guide/onboarding_course/'
+ docs:
+ - doc_title: Lesson 1
+ doc_url: 'ee/development/fe_guide/onboarding_course/lesson_1.html'
- doc_title: Performance
doc_url: 'ee/development/fe_guide/performance.html'
- doc_title: Principles