From 05347782208a4ef42a64c2185932ccdb6c26640f Mon Sep 17 00:00:00 2001 From: Meet Jain <133582566+Meetjain1@users.noreply.github.com> Date: Tue, 27 Jan 2026 22:24:40 +0530 Subject: [PATCH] Enable taxonomy pages for categories and tags Signed-off-by: Meet Jain <133582566+Meetjain1@users.noreply.github.com> --- docs/config.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/config.toml b/docs/config.toml index f6cb32535d..071a8eb4b3 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -16,8 +16,6 @@ defaultContentLanguageInSubdir = false # Useful when translating. enableMissingTranslationPlaceholders = true -disableKinds = ["taxonomy", "taxonomyTerm"] - # Highlighting config pygmentsCodeFences = true pygmentsUseClasses = false