Skip to content

Commit

Permalink
docs: remove old ayout property
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Jan 26, 2023
1 parent b5c537f commit 972f359
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .docs/content/1.introduction/4.configuration.md
Expand Up @@ -9,8 +9,7 @@ export default defineAppConfig({
docus: {
title: 'Docus',
description: 'My Docus Project',
url: 'http://docus.dev',
layout: 'default'
url: 'http://docus.dev'
}
})
```
Expand Down Expand Up @@ -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 |
Expand Down

1 comment on commit 972f359

@vercel
Copy link

@vercel vercel bot commented on 972f359 Jan 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docus – ./

www.docus.dev
docus-git-main-nuxtlabs.vercel.app
docus-nuxtlabs.vercel.app

Please sign in to comment.