From 278527c9617c67dabf559c8eac389e412010401e Mon Sep 17 00:00:00 2001 From: Patrick-LuoYu Date: Wed, 10 Nov 2021 11:46:42 +0800 Subject: [PATCH] Disable the topographer extension. Signed-off-by: Patrick-LuoYu --- config/_default/config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/_default/config.toml b/config/_default/config.toml index f281764d2..bb4194368 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -3,6 +3,8 @@ baseURL = "https://kubesphere-v3.netlify.app" enableRobotsTXT = true [markup] + [markup.goldmark.extensions] + typographer = false [markup.tableOfContents] endLevel = 3 ordered = false @@ -10,6 +12,7 @@ enableRobotsTXT = true [markup.goldmark.renderer] unsafe= true + [Taxonomies] [params] @@ -34,6 +37,7 @@ twitterLink = "https://twitter.com/KubeSphere" mediumLink = "https://itnext.io/@kubesphere" linkedinLink = "https://www.linkedin.com/company/kubesphere/" + [languages.en] contentDir = "content/en" weight = 1