summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config
diff options
context:
space:
mode:
authorAnoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com>2025-01-28 22:39:09 +0000
committerGitHub <noreply@github.com>2025-01-28 22:39:09 +0000
commitbba4a1fc0b18d98c36fa0a78798aa2927c3f4c22 (patch)
treee0cae8f2adf301edf84be69bd6a8a9fab3bb67f5 /.frontmatter/config
parent7dc663c3e828a96eaf5d31b177c67fa2c5ffc16a (diff)
parent8f83a0e99fb7ed048b90a843ea3bba31cb9eb45d (diff)
Merge branch 'main' into dependabot/npm_and_yarn/markdownlint-cli2-0.17.2
Diffstat (limited to '.frontmatter/config')
-rw-r--r--.frontmatter/config/content/pagefolders/docs.json12
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/docs.json85
2 files changed, 0 insertions, 97 deletions
diff --git a/.frontmatter/config/content/pagefolders/docs.json b/.frontmatter/config/content/pagefolders/docs.json
deleted file mode 100644
index ffca871..0000000
--- a/.frontmatter/config/content/pagefolders/docs.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json",
- "title": "docs",
- "path": "[[workspace]]/content/docs",
- "filePrefix": null,
- "previewPath": "docs",
- "contentTypes": [
- "docs",
- "index",
- "timelinejs"
- ]
-} \ No newline at end of file
diff --git a/.frontmatter/config/taxonomy/contenttypes/docs.json b/.frontmatter/config/taxonomy/contenttypes/docs.json
deleted file mode 100644
index 4c1990e..0000000
--- a/.frontmatter/config/taxonomy/contenttypes/docs.json
+++ /dev/null
@@ -1,85 +0,0 @@
-{
- "$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": "docs"
- },
- {
- "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": "docs"
- }
- ]
-} \ No newline at end of file