From 7f89efa43feeb915af299f3b71a8ad42a78f040a Mon Sep 17 00:00:00 2001 From: Carles Garcia Cabot Date: Mon, 16 Dec 2024 14:29:24 +0100 Subject: [PATCH] Fix comment in manifest doc The comment was shown in the final web page. To avoid this, fix the missing quote characters. --- docs/sources/tempo/configuration/manifest.md | 4 ++-- pkg/docsgen/generate_manifest.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/sources/tempo/configuration/manifest.md b/docs/sources/tempo/configuration/manifest.md index 982bcf6d759..49692dbb783 100644 --- a/docs/sources/tempo/configuration/manifest.md +++ b/docs/sources/tempo/configuration/manifest.md @@ -3,8 +3,8 @@ title: Manifest description: This manifest lists of all Tempo options and their defaults. weight: 110 --- -[//]: # THIS FILE IS GENERATED AUTOMATICALLY BY 'go run pkg/docsgen/generate_manifest.go' -[//]: # DO NOT EDIT THIS FILE DIRECTLY' +[//]: # 'THIS FILE IS GENERATED AUTOMATICALLY BY go run pkg/docsgen/generate_manifest.go' +[//]: # 'DO NOT EDIT THIS FILE DIRECTLY' # Manifest diff --git a/pkg/docsgen/generate_manifest.go b/pkg/docsgen/generate_manifest.go index 30f47cb43d1..4ab36f4371f 100644 --- a/pkg/docsgen/generate_manifest.go +++ b/pkg/docsgen/generate_manifest.go @@ -19,8 +19,8 @@ title: Manifest description: This manifest lists of all Tempo options and their defaults. weight: 110 --- -[//]: # THIS FILE IS GENERATED AUTOMATICALLY BY '%s' -[//]: # DO NOT EDIT THIS FILE DIRECTLY' +[//]: # 'THIS FILE IS GENERATED AUTOMATICALLY BY %s' +[//]: # 'DO NOT EDIT THIS FILE DIRECTLY' # Manifest