Welcome to mirror list, hosted at ThFree Co, Russian Federation.

doc_list.html « docs « layouts - github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a3491710283788dfb6654b6742b4723619ad052f (plain)
1
2
3
4
5
6
{{/*  Deprecation warning(v1.0.0) starts */}}
{{ define "main" }}
{{ warnf "Value 'doc_list' of layout param in %q is deprecated and will be removed in Eureka v1.0.0. Use 'doc-list' instead." .File.Path }}
{{ partial "components/doc-list" . }}
{{ end }}
{{/*  Deprecation warning(v1.0.0) ends  */}}