summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config/content/snippets/docs.json
diff options
context:
space:
mode:
Diffstat (limited to '.frontmatter/config/content/snippets/docs.json')
-rw-r--r--.frontmatter/config/content/snippets/docs.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/.frontmatter/config/content/snippets/docs.json b/.frontmatter/config/content/snippets/docs.json
new file mode 100644
index 0000000..c6bc931
--- /dev/null
+++ b/.frontmatter/config/content/snippets/docs.json
@@ -0,0 +1,29 @@
+{
+ "Docs": {
+ "description": "Show Contents of Toml",
+ "body": "{{< docs name=\"[[Section]]\" file=\"[[File Path]]\" id=[[docs-collapse-{X}]] >}}",
+ "fields": [
+ {
+ "name": "Section",
+ "title": "Section",
+ "type": "string",
+ "single": true,
+ "default": ""
+ },
+ {
+ "name": "File Path",
+ "title": "File Path",
+ "type": "string",
+ "single": true,
+ "default": ""
+ },
+ {
+ "name": "docs-collapse-{X}",
+ "title": "docs-collapse-{X}",
+ "type": "string",
+ "single": true,
+ "default": ""
+ }
+ ]
+ }
+} \ No newline at end of file