Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config/_default/menus/main.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3729,17 +3729,17 @@ menu:
identifier: cloud_cost_container_cost_allocation
weight: 301
- name: AWS
url: cloud_cost_management/cost_allocation/container_cost_allocation/?tab=aws/
url: cloud_cost_management/cost_allocation/container_cost_allocation/?tab=aws#prerequisites
parent: cloud_cost_container_cost_allocation
identifier: cloud_cost_container_cost_allocation_aws
weight: 101
- name: Azure
url: cloud_cost_management/cost_allocation/container_cost_allocation/?tab=azure
url: cloud_cost_management/cost_allocation/container_cost_allocation/?tab=azure#prerequisites
parent: cloud_cost_container_cost_allocation
identifier: cloud_cost_container_cost_allocation_azure
weight: 102
- name: Google Cloud
url: cloud_cost_management/cost_allocation/container_cost_allocation/?tab=google
url: cloud_cost_management/cost_allocation/container_cost_allocation/?tab=google#prerequisites
parent: cloud_cost_container_cost_allocation
identifier: cloud_cost_container_cost_allocation_google
weight: 103
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/nav/left-nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{ $ctx := . }}
{{ $menu := .Site.Menus.main }}
{{/* Menu identifiers to apply class to */}}
{{ $excludeAsync := (slice "api" "partners" "dev_tools_metrics_api" "dev_tools_events_api" "integrations_top_level" "tracing api" "watchdog_top_level" "glossary_top_level" "video_top_level" "help_top_level" "other_integrations" "observability_pipelines_reference" "observability_pipelines_reference_sources" "observability_pipelines_reference_transforms" "observability_pipelines_reference_sinks") }}
{{ $excludeAsync := (slice "api" "partners" "dev_tools_metrics_api" "dev_tools_events_api" "integrations_top_level" "tracing api" "watchdog_top_level" "glossary_top_level" "video_top_level" "help_top_level" "other_integrations" "observability_pipelines_reference" "observability_pipelines_reference_sources" "observability_pipelines_reference_transforms" "observability_pipelines_reference_sinks" "cloud_cost_container_cost_allocation_aws" "cloud_cost_container_cost_allocation_azure" "cloud_cost_container_cost_allocation_google") }}

{{ $path := (printf "%s/" $.Site.Params.branch) }}

Expand Down
Loading