docs: Regenerate the docs helpers
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 6 Jul 2017 08:36:13 +0000 (10:36 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 6 Jul 2017 08:36:13 +0000 (10:36 +0200)
docs/data/docs.json

index 83d614afac55a262e84041c68da674fa12095783..90edb9bc8a9e1439a8a872939d118b6f0ad444b0 100644 (file)
@@ -6,63 +6,72 @@
         "String": "application/javascript+js",
         "MainType": "application",
         "SubType": "javascript",
-        "Suffix": "js"
+        "Suffix": "js",
+        "Delimiter": "."
       },
       {
         "Type": "application/json",
         "String": "application/json+json",
         "MainType": "application",
         "SubType": "json",
-        "Suffix": "json"
+        "Suffix": "json",
+        "Delimiter": "."
       },
       {
         "Type": "application/rss",
         "String": "application/rss+xml",
         "MainType": "application",
         "SubType": "rss",
-        "Suffix": "xml"
+        "Suffix": "xml",
+        "Delimiter": "."
       },
       {
         "Type": "application/xml",
         "String": "application/xml+xml",
         "MainType": "application",
         "SubType": "xml",
-        "Suffix": "xml"
+        "Suffix": "xml",
+        "Delimiter": "."
       },
       {
         "Type": "text/calendar",
         "String": "text/calendar+ics",
         "MainType": "text",
         "SubType": "calendar",
-        "Suffix": "ics"
+        "Suffix": "ics",
+        "Delimiter": "."
       },
       {
         "Type": "text/css",
         "String": "text/css+css",
         "MainType": "text",
         "SubType": "css",
-        "Suffix": "css"
+        "Suffix": "css",
+        "Delimiter": "."
       },
       {
         "Type": "text/csv",
         "String": "text/csv+csv",
         "MainType": "text",
         "SubType": "csv",
-        "Suffix": "csv"
+        "Suffix": "csv",
+        "Delimiter": "."
       },
       {
         "Type": "text/html",
         "String": "text/html+html",
         "MainType": "text",
         "SubType": "html",
-        "Suffix": "html"
+        "Suffix": "html",
+        "Delimiter": "."
       },
       {
         "Type": "text/plain",
         "String": "text/plain+txt",
         "MainType": "text",
         "SubType": "plain",
-        "Suffix": "txt"
+        "Suffix": "txt",
+        "Delimiter": "."
       }
     ]
   },
           "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.",
         "OutputFormat": "JSON",
             ]
           ]
         },
+        "Log": {
+          "Description": "",
+          "Args": [
+            "a"
+          ],
+          "Aliases": null,
+          "Examples": [
+            [
+              "{{math.Log 1}}",
+              "0"
+            ]
+          ]
+        },
         "Mod": {
           "Description": "Mod returns a % b.",
           "Args": [