From 0de503ccd9a8fedeeb6cbcc1446ab2bc644fdbb6 Mon Sep 17 00:00:00 2001 From: Ogulcan Celik Date: Fri, 10 Jul 2026 01:44:49 +0300 Subject: [PATCH] docs: document windows config path --- docs/next/website/src/content/docs/configuration.mdx | 5 ++++- docs/next/website/src/content/docs/ja/configuration.mdx | 5 ++++- docs/next/website/src/content/docs/zh-cn/configuration.mdx | 5 ++++- website/src/content/docs/configuration.mdx | 5 ++++- website/src/content/docs/ja/configuration.mdx | 5 ++++- website/src/content/docs/zh-cn/configuration.mdx | 5 ++++- 6 files changed, 24 insertions(+), 6 deletions(-) diff --git a/docs/next/website/src/content/docs/configuration.mdx b/docs/next/website/src/content/docs/configuration.mdx index e0ee46c5..3bdcdb2b 100644 --- a/docs/next/website/src/content/docs/configuration.mdx +++ b/docs/next/website/src/content/docs/configuration.mdx @@ -10,9 +10,12 @@ Herdr works without a config file. Add one when you want custom keys, themes, si Herdr reads config from: ```text -~/.config/herdr/config.toml +Linux and macOS: ~/.config/herdr/config.toml +Windows: %APPDATA%\herdr\config.toml ``` +Run `herdr --help` to see the resolved config path for your system. + Print the full default config: ```bash diff --git a/docs/next/website/src/content/docs/ja/configuration.mdx b/docs/next/website/src/content/docs/ja/configuration.mdx index 44b327b2..37dadfc9 100644 --- a/docs/next/website/src/content/docs/ja/configuration.mdx +++ b/docs/next/website/src/content/docs/ja/configuration.mdx @@ -10,9 +10,12 @@ Herdr は設定ファイルなしで動作します。カスタムキー、テ Herdr は次の場所から設定を読み込みます: ```text -~/.config/herdr/config.toml +Linux と macOS: ~/.config/herdr/config.toml +Windows: %APPDATA%\herdr\config.toml ``` +システム上で解決された設定ファイルのパスは、`herdr --help` で確認できます。 + 完全なデフォルト設定を表示します: ```bash diff --git a/docs/next/website/src/content/docs/zh-cn/configuration.mdx b/docs/next/website/src/content/docs/zh-cn/configuration.mdx index 56f10a19..3b64df6f 100644 --- a/docs/next/website/src/content/docs/zh-cn/configuration.mdx +++ b/docs/next/website/src/content/docs/zh-cn/configuration.mdx @@ -10,9 +10,12 @@ Herdr 无需配置文件即可工作。当你想要自定义按键、主题、 Herdr 从这里读取配置: ```text -~/.config/herdr/config.toml +Linux 和 macOS: ~/.config/herdr/config.toml +Windows: %APPDATA%\herdr\config.toml ``` +运行 `herdr --help` 可查看系统解析后的配置文件路径。 + 打印完整的默认配置: ```bash diff --git a/website/src/content/docs/configuration.mdx b/website/src/content/docs/configuration.mdx index 5ce4c037..95e3447f 100644 --- a/website/src/content/docs/configuration.mdx +++ b/website/src/content/docs/configuration.mdx @@ -10,9 +10,12 @@ Herdr works without a config file. Add one when you want custom keys, themes, si Herdr reads config from: ```text -~/.config/herdr/config.toml +Linux and macOS: ~/.config/herdr/config.toml +Windows: %APPDATA%\herdr\config.toml ``` +Run `herdr --help` to see the resolved config path for your system. + Print the full default config: ```bash diff --git a/website/src/content/docs/ja/configuration.mdx b/website/src/content/docs/ja/configuration.mdx index 44b327b2..37dadfc9 100644 --- a/website/src/content/docs/ja/configuration.mdx +++ b/website/src/content/docs/ja/configuration.mdx @@ -10,9 +10,12 @@ Herdr は設定ファイルなしで動作します。カスタムキー、テ Herdr は次の場所から設定を読み込みます: ```text -~/.config/herdr/config.toml +Linux と macOS: ~/.config/herdr/config.toml +Windows: %APPDATA%\herdr\config.toml ``` +システム上で解決された設定ファイルのパスは、`herdr --help` で確認できます。 + 完全なデフォルト設定を表示します: ```bash diff --git a/website/src/content/docs/zh-cn/configuration.mdx b/website/src/content/docs/zh-cn/configuration.mdx index 56f10a19..3b64df6f 100644 --- a/website/src/content/docs/zh-cn/configuration.mdx +++ b/website/src/content/docs/zh-cn/configuration.mdx @@ -10,9 +10,12 @@ Herdr 无需配置文件即可工作。当你想要自定义按键、主题、 Herdr 从这里读取配置: ```text -~/.config/herdr/config.toml +Linux 和 macOS: ~/.config/herdr/config.toml +Windows: %APPDATA%\herdr\config.toml ``` +运行 `herdr --help` 可查看系统解析后的配置文件路径。 + 打印完整的默认配置: ```bash