6 lines
305 B
HTML
6 lines
305 B
HTML
{{/* 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 */}} |