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: 1f40d8d15ac0178f15691a2aba2fc11f08c0700c (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. Please use 'doc-list' instead." .File.Path }}
{{ partial "components/doc-list" . }}
{{ end }}
{{/*  Deprecation warning(v1.0.0) ends  */}}