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 |