From 31ff1371d6e74e69903dd950dd79487fcca3e87b Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Fri, 29 Aug 2025 13:35:31 +0200 Subject: [PATCH] feat(doc): regeneration Line changed after generation --- doc/docs/packages/internal/generator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docs/packages/internal/generator.md b/doc/docs/packages/internal/generator.md index 12a690a..2633692 100644 --- a/doc/docs/packages/internal/generator.md +++ b/doc/docs/packages/internal/generator.md @@ -62,7 +62,7 @@ func GetMatchLabels(serviceName, appName string) map[string]string GetMatchLabels returns the matchLabels for a service. It uses the appName to replace the \_\_replace\_\_ in the labels. This is used to generate the matchLabels in the templates. -## func [GetVersion]() +## func [GetVersion]() ```go func GetVersion() string