Skip to content

Commit d677f70

Browse files
update docs
1 parent bb03c97 commit d677f70

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

docs/snippets/schemas/v3/connection.schema.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,16 @@
495495
]
496496
],
497497
"description": "List of specific projects to exclude from syncing."
498+
},
499+
"readOnly": {
500+
"type": "boolean",
501+
"default": false,
502+
"description": "Exclude read-only projects from syncing."
503+
},
504+
"hidden": {
505+
"type": "boolean",
506+
"default": false,
507+
"description": "Exclude hidden projects from syncing."
498508
}
499509
},
500510
"additionalProperties": false

docs/snippets/schemas/v3/gerrit.schema.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@
4646
]
4747
],
4848
"description": "List of specific projects to exclude from syncing."
49+
},
50+
"readOnly": {
51+
"type": "boolean",
52+
"default": false,
53+
"description": "Exclude read-only projects from syncing."
54+
},
55+
"hidden": {
56+
"type": "boolean",
57+
"default": false,
58+
"description": "Exclude hidden projects from syncing."
4959
}
5060
},
5161
"additionalProperties": false

docs/snippets/schemas/v3/index.schema.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,16 @@
626626
]
627627
],
628628
"description": "List of specific projects to exclude from syncing."
629+
},
630+
"readOnly": {
631+
"type": "boolean",
632+
"default": false,
633+
"description": "Exclude read-only projects from syncing."
634+
},
635+
"hidden": {
636+
"type": "boolean",
637+
"default": false,
638+
"description": "Exclude hidden projects from syncing."
629639
}
630640
},
631641
"additionalProperties": false

0 commit comments

Comments
 (0)