Add markdown output for docs homepage

This commit is contained in:
David Karlsson
2026-04-24 14:58:22 +02:00
parent 705b5b4dba
commit 6fe2b1154d
5 changed files with 41 additions and 7 deletions
+6 -2
View File
@@ -1,2 +1,6 @@
{{- $path := strings.TrimSuffix "/" .RelPermalink -}}
{{- printf "%s.md" $path | absURL -}}
{{- if .IsHome -}}
{{- absURL "/index.md" -}}
{{- else -}}
{{- $path := strings.TrimSuffix "/" .RelPermalink -}}
{{- printf "%s.md" $path | absURL -}}
{{- end -}}
+3
View File
@@ -0,0 +1,3 @@
# Docker Documentation
{{ .RenderShortcodes }}