fix docs site issue
Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
parent
fba8b63eac
commit
f0662f2ebe
|
|
@ -7,12 +7,12 @@
|
|||
"MD041": false
|
||||
} -->
|
||||
|
||||
<div align="center">
|
||||
<div align="center" markdown="1">
|
||||
|
||||
# Helmfile
|
||||
|
||||
[](https://github.com/helmfile/helmfile/actions/workflows/ci.yaml?query=branch%3Amain)
|
||||
[](https://quay.io/repository/roboll/helmfile)
|
||||
[](https://github.com/helmfile/helmfile/pkgs/container/helmfile)
|
||||
[](https://slack.sweetops.com)
|
||||
[](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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue