summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config/data/folders
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/data/folders
parent047de73f9e38edd4e70829d9110226018b8e619e (diff)
refactor(content): :construction: Refactoring Directory "Docs"
Refactoring content to be structured under heading "docs"
Diffstat (limited to '.frontmatter/config/data/folders')
-rw-r--r--.frontmatter/config/data/folders/data.json43
1 files changed, 0 insertions, 43 deletions
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