diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2024-11-01 03:19:39 -0400 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2024-11-01 03:19:39 -0400 |
| commit | 7a89a2d8d4da1c5b1cc770619c5feba4637f10db (patch) | |
| tree | 09e38391dd9f1bde3e849427de890d9fde2cc621 /.frontmatter/config | |
| parent | 13c8f7f913a84937f39cf16f11b6848c93a55776 (diff) | |
docs(content): :memo: Fixed links in otter-db
Fixed script that generates otter links.
Diffstat (limited to '.frontmatter/config')
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/docs.json | 20 |
1 files changed, 20 insertions, 0 deletions
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 @@ -34,6 +34,16 @@ "default": "Evidence" }, { + "title": "Tags", + "name": "tags", + "type": "tags" + }, + { + "title": "Thumbnail", + "name": "thumbnail", + "type": "string" + }, + { "title": "Type", "name": "type", "type": "choice", @@ -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 |
