forked from phpDocumentor/guides
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.subsplit-publish.json
39 lines (39 loc) · 1.13 KB
/
config.subsplit-publish.json
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
37
38
39
{
"sub-splits": [
{
"name": "guides-core",
"directory": "packages/guides",
"target": "[email protected]:phpDocumentor/guides-core.git"
},
{
"name": "guides-markdown",
"directory": "packages/guides-markdown",
"target": "[email protected]:phpDocumentor/guides-markdown.git"
},
{
"name": "guides-restructured-text",
"directory": "packages/guides-restructured-text",
"target": "[email protected]:phpDocumentor/guides-restructured-text.git"
},
{
"name": "guides-graphs",
"directory": "packages/guides-graphs",
"target": "[email protected]:phpDocumentor/guides-graphs.git"
},
{
"name": "guides-cli",
"directory": "packages/guides-cli",
"target": "[email protected]:phpDocumentor/guides-cli.git"
},
{
"name": "guides-symfony",
"directory": "packages/guides-symfony",
"target": "[email protected]:phpDocumentor/guides-symfony.git"
},
{
"name": "guides-theme-bootstrap",
"directory": "packages/guides-theme-bootstrap",
"target": "[email protected]:phpDocumentor/guides-theme-bootstrap.git"
}
]
}