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.