From 972f359fabcdbdcfec4b1c7fb41df885c3d2d88c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Thu, 26 Jan 2023 15:35:46 +0100 Subject: [PATCH] docs: remove old ayout property --- .docs/content/1.introduction/4.configuration.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.docs/content/1.introduction/4.configuration.md b/.docs/content/1.introduction/4.configuration.md index e416181df..e19715350 100644 --- a/.docs/content/1.introduction/4.configuration.md +++ b/.docs/content/1.introduction/4.configuration.md @@ -9,8 +9,7 @@ export default defineAppConfig({ docus: { title: 'Docus', description: 'My Docus Project', - url: 'http://docus.dev', - layout: 'default' + url: 'http://docus.dev' } }) ``` @@ -81,7 +80,6 @@ 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 | | **Socials** | | | | | `socials` | `object` | `{}` | Social links | | `socials.github` | `string` | | The repository to use on GitHub links |