Skip to content

Commit

Permalink
fix for page build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
LiYing2010 committed Sep 29, 2024
1 parent e310fdf commit 968567a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs_zh/cfg/buildprofiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@
<buildprofiles>
<variables>
<enable-browser-edits>true</enable-browser-edits>
<browser-edits-url>https://github.com/JetBrains/kotlin-web-site/edit/master/docs/</browser-edits-url>
<browser-edits-url-override
for="coroutines-guide.md,coroutines-basics.md,coroutines-basic-jvm.md,cancellation-and-timeouts.md,composing-suspending-functions.md,coroutine-context-and-dispatchers.md,flow.md,channels.md,exception-handling.md,shared-mutable-state-and-concurrency.md,select-expression.md,debug-coroutines-with-idea.md,debug-flow-with-idea.md">
https://github.com/Kotlin/kotlinx.coroutines/edit/master/docs/topics/
</browser-edits-url-override>
<browser-edits-url>https://github.com/LiYing2010/kotlin-web-site/edit/master/docs_zh/</browser-edits-url>
<kotlin-latest-url>%kotlinLatestUrl%</kotlin-latest-url>
<product-web-url>%kotlinLatestUrl%</product-web-url>
<generate-only-default-anchors>true</generate-only-default-anchors>
<web-root>https://kotlinlang.org/docs/</web-root>
<web-root>https://kotlin.liying-cn.net/</web-root>
<og-image>https://kotlinlang.org/assets/images/open-graph/docs.png</og-image>
<og-twitter>@kotlin</og-twitter>
<web-community-path>Kotlin Community:https://kotlinlang.org/community/</web-community-path>
Expand Down Expand Up @@ -45,6 +41,10 @@
]]>
</custom-favicons>
<generate-canonicals>true</generate-canonicals>

<link-color>#307FFF</link-color>
<content-max-width>1400</content-max-width>
<noindex-content>false</noindex-content>
</variables>
<build-profile product="kr"/>
<build-profile instance="x">
Expand Down
2 changes: 1 addition & 1 deletion docs_zh/kr.tree
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd">

<instance-profile id="kr"
name="Kotlin"
name="Kotlin 语言参考文档 中文版"
start-page="home.xml">

<toc-element toc-title="首页">
Expand Down

0 comments on commit 968567a

Please sign in to comment.