From b61ed2d8757b353e6e3932be1f657f996509fd78 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Thu, 10 Nov 2022 11:37:23 +0000 Subject: [PATCH] Fix autogenerated mark for instrumentation doc The https://k8s.io/docs/ website uses this marker to highlight that pages should not be directly edited in k/website --- test/instrumentation/documentation/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/instrumentation/documentation/main.go b/test/instrumentation/documentation/main.go index bcbbfe0ddc1..db314f13f05 100755 --- a/test/instrumentation/documentation/main.go +++ b/test/instrumentation/documentation/main.go @@ -44,7 +44,7 @@ const ( templ = `--- title: Kubernetes Metrics Reference content_type: reference -auto-generated: true +auto_generated: true description: >- Details of the metric data that Kubernetes components export. ---