diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2024-11-10 17:34:34 -0500 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2024-11-10 17:34:34 -0500 |
| commit | f2e3ef95f886397116c21679a94437c9bd6ecb24 (patch) | |
| tree | 3156d1cb91f668f8ac82c93db193da9e190abf53 /.frontmatter/config/content | |
| parent | 047de73f9e38edd4e70829d9110226018b8e619e (diff) | |
refactor(content): :construction: Refactoring Directory "Docs"
Refactoring content to be structured under heading "docs"
Diffstat (limited to '.frontmatter/config/content')
| -rw-r--r-- | .frontmatter/config/content/pagefolders/docs.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.frontmatter/config/content/pagefolders/docs.json b/.frontmatter/config/content/pagefolders/docs.json new file mode 100644 index 0000000..c31aefc --- /dev/null +++ b/.frontmatter/config/content/pagefolders/docs.json @@ -0,0 +1,11 @@ +{ + "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json", + "title": "docs", + "path": "[[workspace]]/content/docs", + "filePrefix": null, + "previewPath": "docs", + "contentTypes": [ + "docs", + "index" + ] +}
\ No newline at end of file |
