From b32c17239cf32b4a537bffd6ddf3fe9ffd3600a7 Mon Sep 17 00:00:00 2001 From: Patrick East Date: Tue, 10 Sep 2019 11:36:39 -0700 Subject: [PATCH] docs: Turn off canonifyURLs This was breaking the site.. reverting the change. Signed-off-by: Patrick East --- docs/website/config.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/website/config.toml b/docs/website/config.toml index d2889afc1e..e777a07448 100644 --- a/docs/website/config.toml +++ b/docs/website/config.toml @@ -13,8 +13,6 @@ pygmentsGuessSyntax = true # the are loaded via shortcode helpers. ignorefiles = [ "/docs/v.*/code/.*" ] -canonifyURLs = true - [params] description = "Policy-based control for cloud native environments" tagline = "Empower your administrators with flexible, fine-grained control across your entire stack."