From 9ee72c9371fbae2968c887ff50a5c12374adbdc0 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Sep 2025 12:09:08 +0300 Subject: docs: link to config.toml.example for clickable reference --- docs/configuration.md | 8 ++++---- 1 file 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. -- cgit v1.2.3