Skip to content

Commit

Permalink
docs: add srcDir to app config (#1430)
Browse files Browse the repository at this point in the history
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
  • Loading branch information
awxiaoxian2020 and brc-dd committed Oct 8, 2022
1 parent c5f309d commit e4fad6a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/config/app-configs.md
Expand Up @@ -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`
Expand Down

0 comments on commit e4fad6a

Please sign in to comment.