Skip to content

Commit ad64acd

Browse files
Update schema.v2.json
1 parent ed9eb0e commit ad64acd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: static/schema/schema.v2.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@
156156
"default": false,
157157
"description": "Generate walkthrough in a markdown collapsible section."
158158
},
159-
"disable_sequence_diagrams": {
159+
"sequence_diagrams": {
160160
"type": "boolean",
161-
"default": false,
162-
"description": "Disable sequence diagrams in the walkthrough."
161+
"default": true,
162+
"description": "Generate sequence diagrams in the walkthrough."
163163
},
164164
"path_filters": {
165165
"type": "array",

0 commit comments

Comments
 (0)