From f2e3ef95f886397116c21679a94437c9bd6ecb24 Mon Sep 17 00:00:00 2001 From: anoduck <9925396+anoduck@users.noreply.github.com> Date: Sun, 10 Nov 2024 17:34:34 -0500 Subject: refactor(content): :construction: Refactoring Directory "Docs" Refactoring content to be structured under heading "docs" --- .frontmatter/config/data/folders/data.json | 43 ------------------------------ 1 file changed, 43 deletions(-) delete mode 100644 .frontmatter/config/data/folders/data.json (limited to '.frontmatter/config/data/folders/data.json') diff --git a/.frontmatter/config/data/folders/data.json b/.frontmatter/config/data/folders/data.json deleted file mode 100644 index 77ffcf2..0000000 --- a/.frontmatter/config/data/folders/data.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "$schema": "https://frontmatter.codes/config/data.folders.schema.json", - "id": "Data", - "path": "[[workspace]]/data", - "singleEntry": false, - "enableFileCreation": true, - "fileType": "yaml", - "type": "timeline", - "schema": { - "title": "Timeline", - "type": "object", - "required": [ - "title", - "date" - ], - "properties": { - "title": { - "type": "string", - "title": "Title" - }, - "date": { - "type": "string", - "title": "Date" - }, - "icon": { - "type": "string", - "title": "Icon" - }, - "color": { - "type": "string", - "title": "Color" - }, - "url": { - "type": "string", - "title": "URL" - }, - "content": { - "type": "string", - "title": "Content" - } - } - } -} \ No newline at end of file -- cgit v1.2.3