diff options
| author | 2025-04-26 19:19:52 +0000 | |
|---|---|---|
| committer | 2025-04-26 19:19:52 +0000 | |
| commit | 346962beb540c22ddddbbf718310bf3593fcb16f (patch) | |
| tree | bdd2356e46e0126b0fc49ef0fa7894b190898bb8 /docs/locales/zh/configuration | |
| parent | [feature] Move to code.superseriousbusiness.org (diff) | |
| download | gotosocial-346962beb540c22ddddbbf718310bf3593fcb16f.tar.xz | |
[chore] Fix daenney being bad at sed (#4060)
Co-authored-by: Daenney <daenney@users.noreply.github.com>
Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4060
Co-authored-by: Daenney <daenney@noreply.codeberg.org>
Co-committed-by: Daenney <daenney@noreply.codeberg.org>
Diffstat (limited to 'docs/locales/zh/configuration')
| -rw-r--r-- | docs/locales/zh/configuration/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/locales/zh/configuration/index.md b/docs/locales/zh/configuration/index.md index bb773af4f..ce8601d4a 100644 --- a/docs/locales/zh/configuration/index.md +++ b/docs/locales/zh/configuration/index.md @@ -18,7 +18,7 @@ gotosocial --config-path ./config.yaml server start 该命令需要一个 [YAML](https://en.wikipedia.org/wiki/YAML) 或 [JSON](https://en.wikipedia.org/wiki/JSON) 格式的文件。 -可以在[这里](https://https://codeberg.org/superseriousbusiness/gotosocial/src/branch/main/example/config.yaml)找到示例配置文件,其中包含每个配置字段的解释、默认值和示例值。此示例文件也包含在每个发行版的下载资源中。 +可以在[这里](https://codeberg.org/superseriousbusiness/gotosocial/src/branch/main/example/config.yaml)找到示例配置文件,其中包含每个配置字段的解释、默认值和示例值。此示例文件也包含在每个发行版的下载资源中。 建议创建你自己的配置文件,只更改你需要改变的设置。这可以确保在每次发布时,你不必合并默认值的更改或者增删未从默认值更改的配置设置。 @@ -119,7 +119,7 @@ gotosocial server start --media-image-max-size 2097152 *大多数*配置参数都提供了合理的默认值,除了必须自定义值的情况。 -请查看[示例配置文件](https://https://codeberg.org/superseriousbusiness/gotosocial/src/branch/main/example/config.yaml)以获取默认值,或运行 `gotosocial --help`。 +请查看[示例配置文件](https://codeberg.org/superseriousbusiness/gotosocial/src/branch/main/example/config.yaml)以获取默认值,或运行 `gotosocial --help`。 ## `GTS_WAZERO_COMPILATION_CACHE` |
