summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-06 12:09:08 +0300
committerPaul Buetow <paul@buetow.org>2025-09-06 12:09:08 +0300
commit9ee72c9371fbae2968c887ff50a5c12374adbdc0 (patch)
treef5df43e12f993e31dbddab4ba44a19ea9f841230 /docs
parentf0d9f49a1101f4010bd051b31a2d660905d81d18 (diff)
docs: link to config.toml.example for clickable reference
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index d6c3f4b..3fbb1dc 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -5,7 +5,7 @@ This page explains where the config lives and how to choose a style; the authori
Config file
- Location: `$XDG_CONFIG_HOME/hexai/config.toml` (usually `~/.config/hexai/config.toml`).
-- Style: sectioned tables only — see `config.toml.example` for a complete, commented reference.
+- Style: sectioned tables only — see [config.toml.example](../config.toml.example) for a complete, commented reference.
Environment overrides
@@ -35,7 +35,7 @@ Selecting a provider
Provider-specific options
-- See `config.toml.example` for the per-provider tables and defaults.
+- See [config.toml.example](../config.toml.example) for the per-provider tables and defaults.
Notes:
@@ -45,8 +45,8 @@ Notes:
LSP completion tuning
-- See the [completion] section in `config.toml.example`.
+- See the [completion] section in [config.toml.example](../config.toml.example).
Temperature behavior
-- Defaults and recommended ranges are commented inline in `config.toml.example` under [general] and provider tables.
+- Defaults and recommended ranges are commented inline in [config.toml.example](../config.toml.example) under [general] and provider tables.