docs: Regenerate the docs helpers

This commit is contained in:
Bjørn Erik Pedersen 2017-07-06 10:36:13 +02:00
parent a392fca962
commit a358b33f26

View file

@ -6,63 +6,72 @@
"String": "application/javascript+js", "String": "application/javascript+js",
"MainType": "application", "MainType": "application",
"SubType": "javascript", "SubType": "javascript",
"Suffix": "js" "Suffix": "js",
"Delimiter": "."
}, },
{ {
"Type": "application/json", "Type": "application/json",
"String": "application/json+json", "String": "application/json+json",
"MainType": "application", "MainType": "application",
"SubType": "json", "SubType": "json",
"Suffix": "json" "Suffix": "json",
"Delimiter": "."
}, },
{ {
"Type": "application/rss", "Type": "application/rss",
"String": "application/rss+xml", "String": "application/rss+xml",
"MainType": "application", "MainType": "application",
"SubType": "rss", "SubType": "rss",
"Suffix": "xml" "Suffix": "xml",
"Delimiter": "."
}, },
{ {
"Type": "application/xml", "Type": "application/xml",
"String": "application/xml+xml", "String": "application/xml+xml",
"MainType": "application", "MainType": "application",
"SubType": "xml", "SubType": "xml",
"Suffix": "xml" "Suffix": "xml",
"Delimiter": "."
}, },
{ {
"Type": "text/calendar", "Type": "text/calendar",
"String": "text/calendar+ics", "String": "text/calendar+ics",
"MainType": "text", "MainType": "text",
"SubType": "calendar", "SubType": "calendar",
"Suffix": "ics" "Suffix": "ics",
"Delimiter": "."
}, },
{ {
"Type": "text/css", "Type": "text/css",
"String": "text/css+css", "String": "text/css+css",
"MainType": "text", "MainType": "text",
"SubType": "css", "SubType": "css",
"Suffix": "css" "Suffix": "css",
"Delimiter": "."
}, },
{ {
"Type": "text/csv", "Type": "text/csv",
"String": "text/csv+csv", "String": "text/csv+csv",
"MainType": "text", "MainType": "text",
"SubType": "csv", "SubType": "csv",
"Suffix": "csv" "Suffix": "csv",
"Delimiter": "."
}, },
{ {
"Type": "text/html", "Type": "text/html",
"String": "text/html+html", "String": "text/html+html",
"MainType": "text", "MainType": "text",
"SubType": "html", "SubType": "html",
"Suffix": "html" "Suffix": "html",
"Delimiter": "."
}, },
{ {
"Type": "text/plain", "Type": "text/plain",
"String": "text/plain+txt", "String": "text/plain+txt",
"MainType": "text", "MainType": "text",
"SubType": "plain", "SubType": "plain",
"Suffix": "txt" "Suffix": "txt",
"Delimiter": "."
} }
] ]
}, },
@ -169,6 +178,21 @@
"demoTheme/layouts/_default/list.html" "demoTheme/layouts/_default/list.html"
] ]
}, },
{
"Example": "AMP home, French language\".",
"OutputFormat": "AMP",
"Suffix": "html",
"Template Lookup Order": [
"layouts/index.fr.amp.html",
"layouts/index.amp.html",
"layouts/index.fr.html",
"layouts/index.html",
"layouts/_default/list.fr.amp.html",
"layouts/_default/list.amp.html",
"layouts/_default/list.fr.html",
"layouts/_default/list.html"
]
},
{ {
"Example": "JSON home, no theme.", "Example": "JSON home, no theme.",
"OutputFormat": "JSON", "OutputFormat": "JSON",
@ -961,6 +985,19 @@
] ]
] ]
}, },
"Log": {
"Description": "",
"Args": [
"a"
],
"Aliases": null,
"Examples": [
[
"{{math.Log 1}}",
"0"
]
]
},
"Mod": { "Mod": {
"Description": "Mod returns a % b.", "Description": "Mod returns a % b.",
"Args": [ "Args": [