We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a0d78 commit f31adacCopy full SHA for f31adac
docs/make.jl
@@ -11,12 +11,13 @@ src_dir = joinpath(@__DIR__, "src")
11
examples_dir = joinpath(@__DIR__, "..", "examples")
12
examples_generated_dir = joinpath(src_dir, "examples")
13
!ispath(examples_generated_dir) && mkpath(examples_generated_dir)
14
+# the order here will be propagated to the order in the html menu
15
example_files = [joinpath(examples_dir, f) for f in [
16
+ "examples.jl",
17
"mutagenesis.jl",
18
"recipes.jl",
19
"schema_examination.jl",
20
"schema_visualization.jl",
- "examples.jl",
21
]]
22
23
function print_html_raw(str)
0 commit comments