From 08c861707b3a473bab663f4bf63f80753ceb8f8e Mon Sep 17 00:00:00 2001
From: Jairus Joer <hello@jairusjoer.com>
Date: Tue, 28 Oct 2025 16:37:32 +0000
Subject: [PATCH] fix(explorer): Disable keyboard navigation on collapsed folders (#2169)

---
 docs/configuration.md |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/docs/configuration.md b/docs/configuration.md
index 6e9f9fb..c12a8a5 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -34,6 +34,8 @@
   - `{ provider: 'tinylytics', siteId: '<your-site-id>' }`: use [Tinylytics](https://tinylytics.app/);
   - `{ provider: 'cabin' }` or `{ provider: 'cabin', host: 'https://cabin.example.com' }` (custom domain): use [Cabin](https://withcabin.com);
   - `{provider: 'clarity', projectId: '<your-clarity-id-code' }`: use [Microsoft clarity](https://clarity.microsoft.com/). The project id can be found on top of the overview page.
+  - `{ provider: 'matomo', siteId: '<your-matomo-id-code', host: 'matomo.example.com' }`: use [Matomo](https://matomo.org/), without protocol.
+  - `{ provider: 'vercel' }`: use [Vercel Web Analytics](https://vercel.com/docs/concepts/analytics).
 - `locale`: used for [[i18n]] and date formatting
 - `baseUrl`: this is used for sitemaps and RSS feeds that require an absolute URL to know where the canonical 'home' of your site lives. This is normally the deployed URL of your site (e.g. `quartz.jzhao.xyz` for this site). Do not include the protocol (i.e. `https://`) or any leading or trailing slashes.
   - This should also include the subpath if you are [[hosting]] on GitHub pages without a custom domain. For example, if my repository is `jackyzha0/quartz`, GitHub pages would deploy to `https://jackyzha0.github.io/quartz` and the `baseUrl` would be `jackyzha0.github.io/quartz`.

--
Gitblit v1.10.0