From 603d305194bd0b2f66dbdaf4eb0d49d451b3eef4 Mon Sep 17 00:00:00 2001 From: yxxhero Date: Thu, 7 Jul 2022 13:36:16 +0800 Subject: [PATCH 1/3] fix paths.md link error Signed-off-by: yxxhero --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cd7a6f2..c85e6775 100644 --- a/README.md +++ b/README.md @@ -617,7 +617,7 @@ A few rules to clear up this ambiguity: - Relative paths referenced *in* the Helmfile manifest itself are relative to that manifest - Relative paths referenced on the command line are relative to the current working directory the user is in -For additional context, take a look at [paths examples](PATHS.md). +For additional context, take a look at [paths examples](docs/paths.md). ## Labels Overview From fba8b63eac50b917589bc925313cbe82d08e0e94 Mon Sep 17 00:00:00 2001 From: yxxhero Date: Thu, 7 Jul 2022 13:42:07 +0800 Subject: [PATCH 2/3] fix link issue for paths.md Signed-off-by: yxxhero --- docs/paths.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/paths.md b/docs/paths.md index eae6aaff..83655c7c 100644 --- a/docs/paths.md +++ b/docs/paths.md @@ -10,7 +10,7 @@ A few rules to clear up this ambiguity: ### Examples -There are several examples that we can go through in the [`/examples`](examples) folder which demonstrate this. +There are several examples that we can go through in the [`/examples`](../examples/) folder which demonstrate this. **Local Execution** From f0662f2ebed296dec5e49ba87198e1947a70275b Mon Sep 17 00:00:00 2001 From: yxxhero Date: Fri, 8 Jul 2022 08:36:02 +0800 Subject: [PATCH 3/3] fix docs site issue Signed-off-by: yxxhero --- README.md | 8 ++++---- mkdocs.yml | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c85e6775..369820b3 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ "MD041": false } --> -
+
# Helmfile [![Tests](https://github.com/helmfile/helmfile/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/helmfile/helmfile/actions/workflows/ci.yaml?query=branch%3Amain) -[![Docker Repository on Quay](https://quay.io/repository/roboll/helmfile/status "Docker Repository on Quay")](https://quay.io/repository/roboll/helmfile) +[![Docker Repository on Quay](https://quay.io/repository/roboll/helmfile/status "Docker Repository on Quay")](https://github.com/helmfile/helmfile/pkgs/container/helmfile) [![Slack Community #helmfile](https://slack.sweetops.com/badge.svg)](https://slack.sweetops.com) [![Documentation](https://readthedocs.org/projects/helmfile/badge/?version=latest&style=flat)](https://helmfile.readthedocs.io/en/latest/) @@ -25,7 +25,7 @@ Deploy Kubernetes Helm Charts March 2022 Update - The helmfile project has been moved to [helmfile/helmfile](https://github.com/helmfile/helmfile) from the former home `roboll/helmfile`. Please see roboll/helmfile#1824 for more information. -Even though Helmfile is used in production environments [across multiple organizations](USERS.md), it is still in its early stage of development, hence versioned 0.x. +Even though Helmfile is used in production environments [across multiple organizations](users.md), it is still in its early stage of development, hence versioned 0.x. Helmfile complies to Semantic Versioning 2.0.0 in which v0.x means that there could be backward-incompatible changes for every release. @@ -375,7 +375,7 @@ We also added the following functions: - `fetchSecretValue` - `expandSecretRefs` -More details on each function can be found at ["Template Functions" page in our documentation](./docs/templating_funcs.md). +More details on each function can be found at ["Template Functions" page in our documentation](templating_funcs.md). ## Using environment variables diff --git a/mkdocs.yml b/mkdocs.yml index a324d0a2..59cfc7c0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -17,6 +17,7 @@ nav: - Home: index.md - Getting Started: - Paths Overview: paths.md + - Templating Funs: templating_funcs.md - Advanced Features: - Best Practices Guide: writing-helmfile.md - Advanced Features: advanced-features.md