From 153db584190bb5e5fb10adb7f25fc40452b754ad Mon Sep 17 00:00:00 2001 From: Ishaan Malhi Date: Sun, 25 Nov 2018 17:20:17 +0530 Subject: [PATCH] docs: rearrange helmignore docs under chart template developer's guide Signed-off-by: Ishaan Malhi --- docs/README.md | 2 +- docs/{ => chart_template_guide}/helm_ignore_file.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/{ => chart_template_guide}/helm_ignore_file.md (100%) diff --git a/docs/README.md b/docs/README.md index be57bf46d..ed13cc22a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -15,7 +15,6 @@ - [Syncing your Chart Repository](chart_repository_sync_example.md) - [Signing Charts](provenance.md) - [Writing Tests for Charts](chart_tests.md) - - [Ignoring unwanted files and folders](helm_ignore_file.md) - [Chart Template Developer's Guide](chart_template_guide/index.md) - Master Helm templates - [Getting Started with Templates](chart_template_guide/getting_started.md) - [Built-in Objects](chart_template_guide/builtin_objects.md) @@ -25,6 +24,7 @@ - [Variables](chart_template_guide/variables.md) - [Named Templates (Partials)](chart_template_guide/named_templates.md) - [Accessing Files Inside Templates](chart_template_guide/accessing_files.md) + - [Ignoring unwanted files and folders](chart_template_guide/helm_ignore_file.md) - [Creating a NOTES.txt File](chart_template_guide/notes_files.md) - [Subcharts and Global Values](chart_template_guide/subcharts_and_globals.md) - [Debugging Templates](chart_template_guide/debugging.md) diff --git a/docs/helm_ignore_file.md b/docs/chart_template_guide/helm_ignore_file.md similarity index 100% rename from docs/helm_ignore_file.md rename to docs/chart_template_guide/helm_ignore_file.md