13 lines
244 B
YAML
13 lines
244 B
YAML
|
|
---
|
||
|
|
output: "docs/README.md"
|
||
|
|
repository:
|
||
|
|
url: "https://bitbucket.org/aarete/query-orchestration"
|
||
|
|
defaultBranch: "main"
|
||
|
|
path: "/"
|
||
|
|
includeUnexported: false
|
||
|
|
excludeDirs:
|
||
|
|
- "./vendor/..."
|
||
|
|
- "./mocks/..."
|
||
|
|
- "./test/..."
|
||
|
|
- "./docs/..."
|