-
Notifications
You must be signed in to change notification settings - Fork 9
/
config.subsplit-publish.json
29 lines (29 loc) · 1.06 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
{
"sub-splits": [
{
"name": "t3docs-typo3-guides-cli",
"directory": "packages/typo3-guides-cli",
"target": "git@github.com:TYPO3-Documentation/t3docs-typo3-guides-cli.git"
},
{
"name": "t3docs-typo3-guides-extension",
"directory": "packages/typo3-guides-extension",
"target": "git@github.com:TYPO3-Documentation/t3docs-typo3-guides-extension.git"
},
{
"name": "t3docs-typo3-docs-theme",
"directory": "packages/typo3-docs-theme",
"target": "git@github.com:TYPO3-Documentation/t3docs-typo3-docs-theme.git"
},
{
"name": "t3docs-typo3-version-handling",
"directory": "packages/typo3-version-handling",
"target": "git@github.com:TYPO3-Documentation/t3docs-typo3-version-handling.git"
},
{
"name": "t3docs-typo3-api",
"directory": "packages/typo3-api",
"target": "git@github.com:TYPO3-Documentation/t3docs-typo3-api.git"
}
]
}