Skip to content

Commit

Permalink
docs: fix the wrong description about configuration (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodds committed Feb 1, 2023
1 parent 1a83f2d commit e932e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docs/content/1.introduction/4.configuration.md
Expand Up @@ -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 |
Expand Down

0 comments on commit e932e01

Please sign in to comment.