-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdocs.yml
36 lines (36 loc) · 988 Bytes
/
docs.yml
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
30
31
32
33
34
35
36
docs:
workingDir: "./docs/working"
outputDir: "./content/docs"
cacheDir: "./docs/cache"
repos:
- url: https://github.com/bootique/bootique.git
versions:
"1.x": "1.x"
"2.x": "2.x"
"3.x": "master"
- url: https://github.com/bootique/bootique-kotlin.git
versions:
"1.x": "1.x"
"2.x": "2.x"
"3.x": "master"
- url: https://github.com/bootique/bootique-logback.git
versions:
"1.x": "1.x"
"2.x": "2.x"
"3.x": "master"
- url: https://github.com/bootique/bootique-jdbc.git
versions:
"1.x": "1.x"
"2.x": "2.x"
"3.x": "master"
- url: https://github.com/bootique/bootique-jetty.git
versions:
"1.x": "1.x"
"2.x": "2.x"
"3.x": "master"
- url: https://github.com/bootique/bootique-tool.git
versions:
"3.x": "master"
- url: https://github.com/bootique/bootique-di.git
versions:
"2.x": "2.x"