docs: add `srcDir` to app config (#1430)

Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
pull/1447/head
Xavi Lee 2 years ago committed by GitHub
parent c5f309d0e9
commit e4fad6aaf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -194,6 +194,19 @@ export default {
}
```
## srcDir
- Type: `string`
- Default: `.`
The directory where your markdown pages are stored, relative to project root.
```ts
export default {
srcDir: './src'
}
```
## title
- Type: `string`

Loading…
Cancel
Save