diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-08 14:50:51 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-08 14:50:51 -0400 |
| commit | ecc34cd1fde9b4c643474b3783aa001002b91ab9 (patch) | |
| tree | ec3413ffc12d6435b10cb064f5e5956942fb1852 /.frontmatter/config/content/snippets/docs.json | |
| parent | b8e01bf4e84d3edcd337651322112e998fb01cf4 (diff) | |
ci(.frontMatter): :construction_worker: conf file to conf dir
Divided configuration of FrontMatter into numerous files.
Diffstat (limited to '.frontmatter/config/content/snippets/docs.json')
| -rw-r--r-- | .frontmatter/config/content/snippets/docs.json | 29 |
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 |
