summaryrefslogtreecommitdiffstats
path: root/docs/data
diff options
context:
space:
mode:
authorJoe Mooring <joe.mooring@veriphor.com>2022-04-08 11:38:37 -0700
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-04-08 21:44:29 +0200
commit3117e5859509e909298153972ab6f700af577f92 (patch)
treeac725acfbbc0de359bf0c1d009307ae991a930de /docs/data
parent5b5dcb8d5a4669e1768951b452cfd53c6b25825c (diff)
deps: Update github.com/tdewolff/minify/v2 v2.10.0 => v2.11.0
Fixes #9713 Fixes #9740 Adds support for minify.tdewolff.svg.keepComments (bool)
Diffstat (limited to 'docs/data')
-rw-r--r--docs/data/docs.json15
1 files changed, 14 insertions, 1 deletions
diff --git a/docs/data/docs.json b/docs/data/docs.json
index 2440fc930..ddd9e1246 100644
--- a/docs/data/docs.json
+++ b/docs/data/docs.json
@@ -1860,6 +1860,7 @@
"keepNumbers": false
},
"svg": {
+ "keepComments": false,
"precision": 0
},
"xml": {
@@ -4665,6 +4666,12 @@
],
"Examples": []
},
+ "ByType": {
+ "Description": "",
+ "Args": null,
+ "Aliases": null,
+ "Examples": null
+ },
"Concat": {
"Description": "",
"Args": null,
@@ -4694,7 +4701,7 @@
"Examples": null
},
"Get": {
- "Description": "Get locates the filename given in Hugo's assets filesystem and\ncreates a Resource object that can be used for\nfurther transformations.",
+ "Description": "Get locates the filename given in Hugo's assets filesystem\nand creates a Resource object that can be used for further transformations.",
"Args": [
"filename"
],
@@ -4862,6 +4869,12 @@
"Aliases": null,
"Examples": null
},
+ "Current": {
+ "Description": "",
+ "Args": null,
+ "Aliases": null,
+ "Examples": null
+ },
"Data": {
"Description": "",
"Args": null,