From 640338b79641fa3a1957a38f9e449b05444f579c Mon Sep 17 00:00:00 2001 From: anoduck <9925396+anoduck@users.noreply.github.com> Date: Sun, 30 Mar 2025 16:44:08 -0400 Subject: fix: fixed broken link error fixed broken link error by removing `docs.yml` file from data dir. --- .../config/taxonomy/contenttypes/timelinejs.json | 86 ---------------------- 1 file changed, 86 deletions(-) delete mode 100644 .frontmatter/config/taxonomy/contenttypes/timelinejs.json (limited to '.frontmatter/config') diff --git a/.frontmatter/config/taxonomy/contenttypes/timelinejs.json b/.frontmatter/config/taxonomy/contenttypes/timelinejs.json deleted file mode 100644 index 48256c7..0000000 --- a/.frontmatter/config/taxonomy/contenttypes/timelinejs.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json", - "name": "timelinejs", - "pageBundle": true, - "previewPath": "evidence/timeline", - "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", - "default": "https://loremflickr.com/420/360/corrupt/all?=random1" - }, - { - "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 -- cgit v1.2.3