From fdc6fdd2de1bcb5a891fd3e76c7d4cacb596ee09 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Thu, 28 Feb 2019 15:01:39 +0100 Subject: Add configuration note about taxonomies --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0f6063f..9821631 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,9 @@ disablePathToLower: true # information on 'doc' type pages. enableGitInfo: true +# (Warnings) Theme is intended for documentation use, there for it doesn't render taxonomy. +# You can hide related warning with config below +disableKinds: ["taxonomy", "taxonomyTerm"] params: # (Optional, default true) Show or hide table of contents globally -- cgit v1.2.3