From 7a89a2d8d4da1c5b1cc770619c5feba4637f10db Mon Sep 17 00:00:00 2001 From: anoduck <9925396+anoduck@users.noreply.github.com> Date: Fri, 1 Nov 2024 03:19:39 -0400 Subject: docs(content): :memo: Fixed links in otter-db Fixed script that generates otter links. --- .frontmatter/config/taxonomy/contenttypes/docs.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to '.frontmatter/config/taxonomy') diff --git a/.frontmatter/config/taxonomy/contenttypes/docs.json b/.frontmatter/config/taxonomy/contenttypes/docs.json index 8004565..182dc9a 100644 --- a/.frontmatter/config/taxonomy/contenttypes/docs.json +++ b/.frontmatter/config/taxonomy/contenttypes/docs.json @@ -33,6 +33,16 @@ "single": true, "default": "Evidence" }, + { + "title": "Tags", + "name": "tags", + "type": "tags" + }, + { + "title": "Thumbnail", + "name": "thumbnail", + "type": "string" + }, { "title": "Type", "name": "type", @@ -43,6 +53,16 @@ "minimal" ], "default": "docs" + }, + { + "title": "Draft", + "name": "draft", + "type": "draft" + }, + { + "title": "Modules", + "name": "modules", + "type": "string" } ] } \ No newline at end of file -- cgit v1.2.3