mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Disable the topographer extension.
Signed-off-by: Patrick-LuoYu <patrickluo@yunify.com>
This commit is contained in:
parent
07ffef2e0d
commit
278527c961
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue