Browse Source

Deployed 43a7a16b to main with MkDocs 1.5.3 and mike 1.2.0.dev0

gusfcarvalho 2 years ago
parent
commit
74db60a08b

+ 2 - 2
main/guides/templating-v1/index.html

@@ -4107,12 +4107,12 @@
 <td>fromJSON</td>
 <td>parses the bytes as JSON so you can access individual properties</td>
 <td><code>[]byte</code></td>
-<td><code>interface{}</code></td>
+<td><code>any</code></td>
 </tr>
 <tr>
 <td>toJSON</td>
 <td>encodes the provided object as json string</td>
-<td><code>interface{}</code></td>
+<td><code>any</code></td>
 <td><code>string</code></td>
 </tr>
 <tr>

+ 1 - 1
main/guides/templating/index.html

@@ -4468,7 +4468,7 @@ created at the provider.</p>
 </tr>
 <tr>
 <td>fromYaml</td>
-<td>Function converts a YAML document into a map[string]interface{}.</td>
+<td>Function converts a YAML document into a map[string]any.</td>
 </tr>
 </tbody>
 </table>

File diff suppressed because it is too large
+ 0 - 0
main/search/search_index.json


BIN
main/sitemap.xml.gz


Some files were not shown because too many files changed in this diff