From a7544ff1d3e77ae1bc6a62bcc33e544423f314d3 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com>
Date: Sun, 23 Jun 2024 08:29:34 +0000
Subject: [PATCH] chore(build): auto-generate docs

---
 docs/configuration/index.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/configuration/index.md b/docs/configuration/index.md
index 9ea6f7c..56d91ca 100644
--- a/docs/configuration/index.md
+++ b/docs/configuration/index.md
@@ -39,6 +39,7 @@ sidebar_position: 5
     enabled = true,
     cache = vim.fn.stdpath("state") .. "/lazy/pkg-cache.lua",
     versions = true, -- Honor versions in pkg sources
+    -- the first package source that is found for a plugin will be used.
     sources = {
       "lazy",
       "rockspec",