Add CrumbCodex category

This commit is contained in:
2025-12-26 17:39:45 +01:00
parent 6a9b42850a
commit 3687deeeb1
2 changed files with 3 additions and 4 deletions

View File

@@ -48,7 +48,8 @@ class DocumentIndexer:
# Supported document categories
self.categories = {
"rz-nullfeld": "docs_rz_nullfeld",
"crumbforest": "docs_crumbforest"
"crumbforest": "docs_crumbforest",
"crumbcodex": "docs_crumbcodex"
}
def get_file_hash(self, file_path: Path) -> str: