Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCS-6873 Rename "Continuous Integration" to "Software Delivery" #20816

Merged
Merged
10 changes: 5 additions & 5 deletions config/_default/menus/menus.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ main:
- name: Application Performance
identifier: apm_heading
weight: 5000000
- name: Continuous Integration
identifier: ci_visibility_heading
- name: Software Delivery
identifier: software_delivery_heading
weight: 6000000
- name: Log Management
identifier: log_management_heading
Expand Down Expand Up @@ -2373,7 +2373,7 @@ main:
url: continuous_integration/
pre: ci
identifier: ci
parent: ci_visibility_heading
parent: software_delivery_heading
weight: 150000
- name: Test Visibility
url: continuous_integration/tests/
Expand Down Expand Up @@ -2609,7 +2609,7 @@ main:
url: continuous_delivery/
pre: ci
identifier: cd
parent: ci_visibility_heading
parent: software_delivery_heading
weight: 160000
- name: Pipeline Visibility
url: continuous_delivery/pipelines
Expand Down Expand Up @@ -2645,7 +2645,7 @@ main:
url: continuous_delivery/
pre: ci
identifier: cd
parent: ci_visibility_heading
parent: software_delivery_heading
weight: 160000
- name: Pipeline Visibility
url: continuous_delivery/pipelines
Expand Down
Loading