From b646bae615feeaa5e5df4bc9b0b472efe6b29db8 Mon Sep 17 00:00:00 2001 From: Sameer Chore Date: Sat, 5 Sep 2026 01:04:46 +0530 Subject: [PATCH] fix: update HTML processing Signed-off-by: Sameer Chore --- scripts/html/index.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/html/index.mjs b/scripts/html/index.mjs index a39031df..d9ba154c 100644 --- a/scripts/html/index.mjs +++ b/scripts/html/index.mjs @@ -17,10 +17,12 @@ const runDocKit = version => 'orama-db', '-t', 'sitemap', + '-t', 'llms-txt', '--config-file', './scripts/html/doc-kit.config.mjs', ], + { env: { ...process.env,