-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathconfig.subsplit-publish.json
More file actions
54 lines (54 loc) · 1.56 KB
/
config.subsplit-publish.json
File metadata and controls
54 lines (54 loc) · 1.56 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"sub-splits": [
{
"name": "dev-server",
"directory": "packages/dev-server",
"target": "git@github.com:phpDocumentor/dev-server.git"
},
{
"name": "guides-core",
"directory": "packages/guides",
"target": "git@github.com:phpDocumentor/guides-core.git"
},
{
"name": "guides-markdown",
"directory": "packages/guides-markdown",
"target": "git@github.com:phpDocumentor/guides-markdown.git"
},
{
"name": "guides-restructured-text",
"directory": "packages/guides-restructured-text",
"target": "git@github.com:phpDocumentor/guides-restructured-text.git"
},
{
"name": "guides-graphs",
"directory": "packages/guides-graphs",
"target": "git@github.com:phpDocumentor/guides-graphs.git"
},
{
"name": "guides-cli",
"directory": "packages/guides-cli",
"target": "git@github.com:phpDocumentor/guides-cli.git"
},
{
"name": "guides-theme-bootstrap",
"directory": "packages/guides-theme-bootstrap",
"target": "git@github.com:phpDocumentor/guides-theme-bootstrap.git"
},
{
"name": "guides-code",
"directory": "packages/guides-code",
"target": "git@github.com:phpDocumentor/guides-code.git"
},
{
"name": "guides-theme-rst",
"directory": "packages/guides-theme-rst",
"target": "git@github.com:phpDocumentor/guides-theme-rst.git"
},
{
"name": "filesystem",
"directory": "packages/filesystem",
"target": "git@github.com:phpDocumentor/filesystem.git"
}
]
}