diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-01-22 11:30:30 -0500 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-01-22 11:49:26 -0500 |
| commit | fef727c822458bc6d3e8af96187a445addbcdb6c (patch) | |
| tree | 5a3174e8854d7b0887e0119d1e10c69978bacc41 /.frontmatter/config/taxonomy | |
| parent | fb3efc45318558d4a0555cf6a2e0cc72252e13f8 (diff) | |
feat: 🎸 Lotta Shit
Lotta content additions and updates.
Diffstat (limited to '.frontmatter/config/taxonomy')
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/docs.json | 85 |
1 files changed, 0 insertions, 85 deletions
diff --git a/.frontmatter/config/taxonomy/contenttypes/docs.json b/.frontmatter/config/taxonomy/contenttypes/docs.json deleted file mode 100644 index 4c1990e..0000000 --- a/.frontmatter/config/taxonomy/contenttypes/docs.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json", - "name": "docs", - "pageBundle": false, - "previewPath": null, - "fields": [ - { - "title": "Title", - "name": "title", - "type": "string", - "single": true - }, - { - "title": "Description", - "name": "description", - "type": "string" - }, - { - "title": "date", - "name": "date", - "type": "datetime" - }, - { - "title": "Metadata", - "name": "metadata", - "type": "choice", - "choices": [ - "full", - "original", - "none" - ], - "default": "full" - }, - { - "title": "Categories", - "name": "categories", - "type": "string", - "single": true, - "default": "docs" - }, - { - "title": "Tags", - "name": "tags", - "type": "tags" - }, - { - "title": "Thumbnail", - "name": "thumbnail", - "type": "string" - }, - { - "title": "Type", - "name": "type", - "type": "choice", - "choices": [ - "default", - "docs", - "minimal" - ], - "default": "docs" - }, - { - "title": "Draft", - "name": "draft", - "type": "draft" - }, - { - "title": "Alias", - "name": "alias", - "type": "list" - }, - { - "title": "Modules", - "name": "modules", - "type": "string" - }, - { - "title": "FrontMatter Content Type", - "name": "fmContentType", - "type": "string", - "single": true, - "default": "docs" - } - ] -}
\ No newline at end of file |
