summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config
diff options
context:
space:
mode:
authoranoduck <9925396+anoduck@users.noreply.github.com>2025-03-30 16:44:08 -0400
committeranoduck <9925396+anoduck@users.noreply.github.com>2025-03-30 16:44:08 -0400
commit640338b79641fa3a1957a38f9e449b05444f579c (patch)
tree60ae03083076cd666a637319f08657f3e786ea46 /.frontmatter/config
parent82fb62060fcc4fd81ff11f0e50cab279def6d8b2 (diff)
fix: fixed broken link error
fixed broken link error by removing `docs.yml` file from data dir.
Diffstat (limited to '.frontmatter/config')
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/timelinejs.json86
1 files changed, 0 insertions, 86 deletions
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