Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
idealvin committed Sep 29, 2023
1 parent b5bdc21 commit f87b9fb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion content/cn/co/concurrency/coroutine/conf.md
Expand Up @@ -6,7 +6,7 @@ title: "配置项"

## 配置

Coost 使用 `co.flag` 定义了协程相关的配置项,配置详细用法请参考 [co.flag 文档](../../flag/)
Coost 使用 `co.flag` 定义了协程相关的配置项,配置详细用法请参考 [co.flag 文档](../../../flag/)



Expand Down
2 changes: 1 addition & 1 deletion content/en/co/concurrency/coroutine/conf.md
Expand Up @@ -6,7 +6,7 @@ title: "Config"

## Config

Coost uses `co.flag` to define config items for the coroutine module. Please refer to [co.flag documents](../../flag/) for detailed usage.
Coost uses `co.flag` to define config items for the coroutine module. Please refer to [co.flag documents](../../../flag/) for detailed usage.



Expand Down
4 changes: 0 additions & 4 deletions themes/hugo-book/assets/_main.scss
Expand Up @@ -63,10 +63,6 @@ aside nav ul {
ul {
padding-inline-start: $padding-16;
}

span {
font-weight: bold;
}
}

ul.pagination {
Expand Down

0 comments on commit f87b9fb

Please sign in to comment.