Skip to content

Commit 1f7c46c

Browse files
committed
Move kubectl plugin doc to Kubernetes section
Relocate kubectl plugin doc to kubernetes
1 parent 197fa41 commit 1f7c46c

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,14 @@ content/en/static_analysis/github_actions.md
156156
content/en/static_analysis/circleci_orbs.md
157157
content/en/static_analysis/rules/
158158

159+
# containers - kubernetes
160+
content/en/containers/kubernetes/kubectl_plugin.md
161+
159162
# containers - datadog-operator
160163
content/en/containers/datadog_operator/advanced_install.md
161164
content/en/containers/datadog_operator/configuration.md
162165
content/en/containers/datadog_operator/custom_check.md
163166
content/en/containers/datadog_operator/data_collected.md
164-
content/en/containers/datadog_operator/kubectl_plugin.md
165167
content/en/containers/datadog_operator/secret_management.md
166168
content/en/containers/guide/v2alpha1_migration.md
167169

config/_default/menus/main.en.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3283,16 +3283,21 @@ menu:
32833283
parent: containers_kubernetes
32843284
identifier: containers_kubernetes_data_collected
32853285
weight: 410
3286+
- name: kubectl Plugin
3287+
url: containers/kubernetes/kubectl_plugin
3288+
parent: containers_kubernetes
3289+
identifier: containers_kubernetes_kubectlplugin
3290+
weight: 811
32863291
- name: Datadog CSI Driver
32873292
url: containers/kubernetes/csi_driver
32883293
parent: containers_kubernetes
32893294
identifier: csi_driver
3290-
weight: 411
3295+
weight: 412
32913296
- name: Data security
32923297
url: data_security/kubernetes
32933298
parent: containers_kubernetes
32943299
identifier: container_kubernetes_data_security
3295-
weight: 412
3300+
weight: 413
32963301
- name: Cluster Agent
32973302
url: containers/cluster_agent/
32983303
parent: containers
@@ -3383,11 +3388,6 @@ menu:
33833388
identifier: containers_datadog_operator_datacollected
33843389
parent: containers_datadog_operator
33853390
weight: 804
3386-
- name: kubectl Plugin
3387-
url: containers/datadog_operator/kubectl_plugin
3388-
identifier: containers_datadog_operator_kubectlplugin
3389-
parent: containers_datadog_operator
3390-
weight: 805
33913391
- name: Secret Management
33923392
url: containers/datadog_operator/secret_management
33933393
identifier: containers_datadog_operator_secretmanagement

local/bin/py/build/configurations/pull_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@
485485
globs:
486486
- 'docs/kubectl-plugin.md'
487487
options:
488-
dest_path: '/containers/datadog_operator/'
488+
dest_path: '/containers/kubernetes/'
489489
file_name: 'kubectl_plugin.md'
490490
front_matters:
491491
title: Datadog Operator Plugin for kubectl

0 commit comments

Comments
 (0)