summaryrefslogtreecommitdiffstats
path: root/config/docshelper.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/docshelper.go')
-rw-r--r--config/docshelper.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/docshelper.go b/config/docshelper.go
index 336a0dc16..e34c53c2b 100644
--- a/config/docshelper.go
+++ b/config/docshelper.go
@@ -35,7 +35,7 @@ func init() {
cfg.Set("languages", lang)
cfg.SetDefaultMergeStrategy()
- configHelpers := map[string]interface{}{
+ configHelpers := map[string]any{
"mergeStrategy": cfg.Get(""),
}
return docshelper.DocProvider{"config": configHelpers}