Make wildcard path repos more visible in docs, fixes #11732
parent
8410643e65
commit
83f831b011
|
@ -738,7 +738,7 @@ monolithic repository.
|
||||||
"repositories": [
|
"repositories": [
|
||||||
{
|
{
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"url": "../../packages/my-package",
|
"url": "../../packages/*",
|
||||||
"options": {
|
"options": {
|
||||||
"symlink": false
|
"symlink": false
|
||||||
}
|
}
|
||||||
|
@ -772,7 +772,7 @@ The following modes exist:
|
||||||
"repositories": [
|
"repositories": [
|
||||||
{
|
{
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"url": "../../packages/my-package",
|
"url": "../../packages/*",
|
||||||
"options": {
|
"options": {
|
||||||
"reference": "config"
|
"reference": "config"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue