summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config/taxonomy
diff options
context:
space:
mode:
authoranoduck <9925396+anoduck@users.noreply.github.com>2024-11-10 17:34:34 -0500
committeranoduck <9925396+anoduck@users.noreply.github.com>2024-11-10 17:34:34 -0500
commitf2e3ef95f886397116c21679a94437c9bd6ecb24 (patch)
tree3156d1cb91f668f8ac82c93db193da9e190abf53 /.frontmatter/config/taxonomy
parent047de73f9e38edd4e70829d9110226018b8e619e (diff)
refactor(content): :construction: Refactoring Directory "Docs"
Refactoring content to be structured under heading "docs"
Diffstat (limited to '.frontmatter/config/taxonomy')
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/docs.json85
1 files changed, 85 insertions, 0 deletions
diff --git a/.frontmatter/config/taxonomy/contenttypes/docs.json b/.frontmatter/config/taxonomy/contenttypes/docs.json
new file mode 100644
index 0000000..248f033
--- /dev/null
+++ b/.frontmatter/config/taxonomy/contenttypes/docs.json
@@ -0,0 +1,85 @@
+{
+ "$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": "Evidence"
+ },
+ {
+ "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": "evidence"
+ }
+ ]
+} \ No newline at end of file