From 2cab4b0ef313f74445a4fce13bc679e149f4063e Mon Sep 17 00:00:00 2001 From: Simon East Date: Fri, 19 May 2023 13:24:21 +1000 Subject: [PATCH] docs: Further tweak to default-theme-config.md --- docs/reference/default-theme-config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/default-theme-config.md b/docs/reference/default-theme-config.md index aad24aee..a9d039c4 100644 --- a/docs/reference/default-theme-config.md +++ b/docs/reference/default-theme-config.md @@ -1,6 +1,6 @@ # Default Theme Config -Theme config lets you customize your theme. You can define theme config via the `themeConfig` option inside `.vitepress/config.ts`: +Theme config lets you customize your theme. You can define theme config via the `themeConfig` option inside [`.vitepress/config.[extension]`](./site-config): ```ts export default { @@ -17,7 +17,7 @@ export default { } ``` -**The options documented on this page only apply to the default theme.** Different themes expect different theme config. When using a custom theme, the theme config object will be passed to the theme so the theme can define conditional behavior based on it. +**The options documented on this page only apply to the default theme.** Different themes expect different theme configuration options. When using a custom theme, the theme config object will be passed to the theme so the theme can define conditional behavior based on it. ## i18nRouting