From 57ad08f15514e2c61dcf9492d1bb8aaeb5fa8720 Mon Sep 17 00:00:00 2001 From: Mitchel Humpherys Date: Sat, 23 Dec 2017 14:42:41 -0800 Subject: [PATCH] docs(chart_template_guide): Attempt to fix stray text The live docs.helm.sh site is currently rendering some stray text after index.md. One theory is that the lack of a trailing newline at the end of the file is confusing the html generator. Give it a shot. --- docs/chart_template_guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chart_template_guide/index.md b/docs/chart_template_guide/index.md index c2bcc8f42..605ee7245 100644 --- a/docs/chart_template_guide/index.md +++ b/docs/chart_template_guide/index.md @@ -13,4 +13,4 @@ This guide focuses on the following concepts: - Using values - Techniques for working with templates -This guide is oriented toward learning the ins and outs of the Helm template language. Other guides provide introductory material, examples, and best practices. \ No newline at end of file +This guide is oriented toward learning the ins and outs of the Helm template language. Other guides provide introductory material, examples, and best practices.