We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed9eb0e commit ad64acdCopy full SHA for ad64acd
static/schema/schema.v2.json
@@ -156,10 +156,10 @@
156
"default": false,
157
"description": "Generate walkthrough in a markdown collapsible section."
158
},
159
- "disable_sequence_diagrams": {
+ "sequence_diagrams": {
160
"type": "boolean",
161
- "default": false,
162
- "description": "Disable sequence diagrams in the walkthrough."
+ "default": true,
+ "description": "Generate sequence diagrams in the walkthrough."
163
164
"path_filters": {
165
"type": "array",
0 commit comments