summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config/taxonomy/docs.json
diff options
context:
space:
mode:
Diffstat (limited to '.frontmatter/config/taxonomy/docs.json')
-rw-r--r--.frontmatter/config/taxonomy/docs.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/.frontmatter/config/taxonomy/docs.json b/.frontmatter/config/taxonomy/docs.json
new file mode 100644
index 0000000..56da5c5
--- /dev/null
+++ b/.frontmatter/config/taxonomy/docs.json
@@ -0,0 +1,44 @@
+{
+ "name": "Docs",
+ "pageBundle": false,
+ "previewPath": null,
+ "fields": [
+ {
+ "title": "Title",
+ "name": "title",
+ "type": "string",
+ "single": true
+ },
+ {
+ "title": "Description",
+ "name": "description",
+ "type": "string"
+ },
+ {
+ "title": "Metadata",
+ "name": "metadata",
+ "type": "string"
+ },
+ {
+ "title": "Categories",
+ "name": "categories",
+ "type": "choice",
+ "choices": [
+ "Persons",
+ "Evidence",
+ "Legal"
+ ]
+ },
+ {
+ "title": "Type",
+ "name": "type",
+ "type": "choice",
+ "choices": [
+ "default",
+ "docs",
+ "minimal"
+ ],
+ "default": "docs"
+ }
+ ]
+} \ No newline at end of file