We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a34fccd + 2af6ba0 commit 0078822Copy full SHA for 0078822
3 files changed
docs/make.jl
@@ -48,7 +48,7 @@ repo_url = "github.com/control-toolbox/Tutorials.jl"
48
Draft = false
49
```
50
=#
51
-draft = false # Draft mode: if true, @example blocks in markdown are not executed
+draft = true # Draft mode: if true, @example blocks in markdown are not executed
52
53
# ═══════════════════════════════════════════════════════════════════════════════
54
# Build documentation
0 commit comments