mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
docs: fix links to nested submodule options
This commit is contained in:
parent
95504f4c3b
commit
14f867ec12
1 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,12 @@
|
|||
{{- $option := .Get 0 -}}
|
||||
{{- $module := index (strings.Split $option ".") 0 -}}
|
||||
|
||||
{{/* some modules are nested under other modules */}}
|
||||
{{- $submodule := index (strings.Split $option ".") 1 -}}
|
||||
{{- if eq "helm" $submodule -}}
|
||||
{{ $module = "helm"}}
|
||||
{{- end -}}
|
||||
|
||||
{{/* should we use markdown instead of html? some envs strip raw html */}}
|
||||
{{- $md := .Get 1 | default false -}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue