update comment

pull/4660/head
Divyansh Singh 5 months ago
parent 13b215373f
commit 2dd4d2b48f

@ -193,9 +193,12 @@ export interface UserConfig<ThemeConfig = any>
) => Awaitable<Partial<PageData> | { [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<ThemeConfig>

Loading…
Cancel
Save