From 7afdfd39b96d58811ff110c483569634cf08d34c Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Thu, 23 Oct 2025 21:22:52 -0400 Subject: [PATCH] wrong-env-anchor --- docs/docs/reference/configuration.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/reference/configuration.mdx b/docs/docs/reference/configuration.mdx index 3a8ea2dc..7451a405 100644 --- a/docs/docs/reference/configuration.mdx +++ b/docs/docs/reference/configuration.mdx @@ -7,9 +7,9 @@ import Icon from "@site/src/components/icon/icon"; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -OpenRAG recognizes [supported environment variables](#supported-environment-variables) from the following sources: +OpenRAG recognizes environment variables from the following sources: -* [Environment variables](#supported-environment-variables) - Values set in the `.env` file. +* [Environment variables](#configure-environment-variables) - Values set in the `.env` file. * [Langflow runtime overrides](#langflow-runtime-overrides) - Langflow components may tweak environment variables at runtime. * [Default or fallback values](#default-values-and-fallbacks) - These values are default or fallback values if OpenRAG doesn't find a value.