From e932e0166ad5ea91d065827f5b5f2cfb3f811d39 Mon Sep 17 00:00:00 2001 From: ppodds Date: Thu, 2 Feb 2023 02:07:47 +0800 Subject: [PATCH] docs: fix the wrong description about configuration (#807) --- .docs/content/1.introduction/4.configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docs/content/1.introduction/4.configuration.md b/.docs/content/1.introduction/4.configuration.md index 307f7c4b6..8ea9b0c17 100644 --- a/.docs/content/1.introduction/4.configuration.md +++ b/.docs/content/1.introduction/4.configuration.md @@ -78,7 +78,7 @@ export default defineAppConfig({ | `titleTemplate` | `string` | Docus | Website title template | | `description` | `string` | My Docus Project | Website description | | `url` | `string` | | Website URL | -| `layout` | `string` | default | Fallback layout to use (supports `default` or `docs`) | +| `layout` | `string` | default | Fallback layout to use (supports `default` or `page`) | | **Socials** | | | | | `socials` | `object` | `{}` | Social links | | `socials.github` | `string` | | The repository to use on GitHub links |