From eb572c8a180a508d53449bd06b98423d88f7d4e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sun, 26 Feb 2017 21:51:53 +0100 Subject: [PATCH] docs: Add documentation for disableKinds Fixes #3054 --- docs/content/overview/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/overview/configuration.md b/docs/content/overview/configuration.md index b2ed06804..0fc7ddd0a 100644 --- a/docs/content/overview/configuration.md +++ b/docs/content/overview/configuration.md @@ -119,6 +119,8 @@ along with their current, default values: defaultContentLanguage: "en" # Renders the default content language in subdir, e.g. /en/. The root directory / will redirect to /en/ defaultContentLanguageInSubdir: false + # The below example will disable all page types and will render nothing. + disableKinds = ["page", "home", "section", "taxonomy", "taxonomyTerm", "RSS", "sitemap", "robotsTXT", "404"] disableLiveReload: false # Do not build RSS files disableRSS: false