mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
@@ -12,7 +12,7 @@ import (
|
||||
func init() {
|
||||
docsProvider := func() docshelper.DocProvider {
|
||||
return docshelper.DocProvider{
|
||||
"output": map[string]interface{}{
|
||||
"output": map[string]any{
|
||||
"formats": DefaultFormats,
|
||||
"layouts": createLayoutExamples(),
|
||||
},
|
||||
@@ -22,7 +22,7 @@ func init() {
|
||||
docshelper.AddDocProviderFunc(docsProvider)
|
||||
}
|
||||
|
||||
func createLayoutExamples() interface{} {
|
||||
func createLayoutExamples() any {
|
||||
type Example struct {
|
||||
Example string
|
||||
Kind string
|
||||
|
Reference in New Issue
Block a user