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