Disable the topographer extension.

Signed-off-by: Patrick-LuoYu <patrickluo@yunify.com>
This commit is contained in:
Patrick-LuoYu 2021-11-10 11:46:42 +08:00
parent 07ffef2e0d
commit 278527c961

View File

@ -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