Skip to content

Commit 2dd4d2b

Browse files
committed
update comment
1 parent 13b2153 commit 2dd4d2b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/node/siteConfig.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,12 @@ export interface UserConfig<ThemeConfig = any>
193193
) => Awaitable<Partial<PageData> | { [key: string]: any } | void>
194194

195195
/**
196-
* @experimental
197196
* Multi-layer configuration overloading.
198-
* Auto-resolves to docs/.../config.(ts|js|json) when unspecified.
197+
* Auto-resolves to `docs/.../config.(ts|js|json)` when unspecified.
198+
*
199+
* Set to `{}` to opt-out.
200+
*
201+
* @experimental
199202
*/
200203
additionalConfig?:
201204
| AdditionalConfigDict<ThemeConfig>

0 commit comments

Comments
 (0)