-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathdocs.yml
More file actions
29 lines (29 loc) · 863 Bytes
/
docs.yml
File metadata and controls
29 lines (29 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
docs:
workingDir: "./docs/working"
outputDir: "./content/docs"
cacheDir: "./docs/cache"
repos:
- url: https://github.com/bootique/bootique.git
versions:
"3.x": "3.x"
"4.x": "master"
- url: https://github.com/bootique/bootique-logback.git
versions:
"3.x": "3.x"
"4.x": "master"
# there's no docs in metrics, but we need it as a local dependency
- url: https://github.com/bootique/bootique-metrics.git
versions:
"3.x": "3.x"
"4.x": "master"
- url: https://github.com/bootique/bootique-jdbc.git
versions:
"3.x": "3.x"
"4.x": "master"
- url: https://github.com/bootique/bootique-jetty.git
versions:
"3.x": "3.x"
"4.x": "master"
- url: https://github.com/bootique/bootique-tool.git
versions:
"3.x": "master"