Skip to content

Commit c6c9717

Browse files
authored
UX: add cross-links
1 parent f4f9553 commit c6c9717

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This command renders `helmwave.yml.tpl` to `helmwave.yml`.
4040

4141
Helmwave builds plan in complete plan directory (`.helmwave` by default) that other commands use.
4242

43-
Build process by default includes check against manifests of specific :simple-kubernetes: Kubernetes version (taken online), as well as diff. To build plan offline, combine `--diff-mode=local` or `--diff-mode=none` with [`offline_kube_version`](yaml/#offline_kube_version).
43+
Build process by default includes check against manifests of specific :simple-kubernetes: Kubernetes version (taken online), as well as diff. To build plan offline, combine [`--diff-mode=local`](cli/#-diff-mode) or `--diff-mode=none` with [`offline_kube_version`](yaml/#offline_kube_version).
4444

4545
A plan includes:
4646

docs/flags/diff-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
- `local` - diff with local plan
88
- `none` - disable diff
99

10-
Combine `--diff-mode=local` or `--diff-mode=none` with `offline_kube_version` to build a plan without kubernetes.
10+
Combine `--diff-mode=local` or `--diff-mode=none` with [`offline_kube_version`](yaml/#offline_kube_version) to build a plan without kubernetes.
1111

1212
![diff example](assets/diff.png)

docs/yaml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ If `offline_kube_version` set helmwave will use this version to build plan.
591591
Without this option, helmwave will ask :simple-kubernetes: kubernetes for a version.
592592
It is very useful if you want to build a plan without access to a cluster.
593593

594-
Combine `offline_kube_version` and `--diff-mode=local` or `--diff-mode=none` to build a plan without kubernetes.
594+
Combine `offline_kube_version` and [`--diff-mode=local`](cli/#-diff-mode) or `--diff-mode=none` to build a plan without kubernetes.
595595

596596
[:material-duck: example](examples/private-env/README.md)
597597

0 commit comments

Comments
 (0)