From 2dd4d2b48fab6cf7fd539c68824e49c257caebe4 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Sun, 13 Apr 2025 21:41:23 +0530 Subject: [PATCH] update comment --- src/node/siteConfig.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/node/siteConfig.ts b/src/node/siteConfig.ts index bffa8015..7f1758bf 100644 --- a/src/node/siteConfig.ts +++ b/src/node/siteConfig.ts @@ -193,9 +193,12 @@ export interface UserConfig ) => Awaitable | { [key: string]: any } | void> /** - * @experimental * Multi-layer configuration overloading. - * Auto-resolves to docs/.../config.(ts|js|json) when unspecified. + * Auto-resolves to `docs/.../config.(ts|js|json)` when unspecified. + * + * Set to `{}` to opt-out. + * + * @experimental */ additionalConfig?: | AdditionalConfigDict