From dbb2421a3a8726c960421ba4c441a7ea7fd8b4dd Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Sun, 10 Jul 2022 13:52:41 +0800 Subject: [PATCH] fix doc --- website/docs/api/themes/theme-classic.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/website/docs/api/themes/theme-classic.md b/website/docs/api/themes/theme-classic.md index 7ea866aa754e..cba54b875aeb 100644 --- a/website/docs/api/themes/theme-classic.md +++ b/website/docs/api/themes/theme-classic.md @@ -27,14 +27,20 @@ Accepted fields: ``` -| Option | Type | Default | Description | -| ----------- | --------- | ------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `customCss` | `string[] | string` | `[]` | Stylesheets to be imported globally as [client modules](../../advanced/client.md#client-modules). Relative paths are resolved against the site directory. | +| Option | Type | Default | Description | +| --- | --- | --- | --- | +| `customCss` | string[] \| string | `[]` | Stylesheets to be imported globally as [client modules](../../advanced/client.md#client-modules). Relative paths are resolved against the site directory. | ```mdx-code-block ``` +:::note + +Most configuration for the theme is done in `themeConfig`, which can be found in [theme configuration](./theme-configuration.md). + +::: + ### Example configuration {#ex-config} You can configure this theme through preset options or plugin options.